Searched refs:mySelectable (Results 1 – 10 of 10) sorted by relevance
/dports/cad/opencascade/opencascade-7.6.0/inc/ |
H A D | SelectMgr_EntityOwner.hxx | 84 return mySelectable != NULL in IsHilighted() 85 && thePrsMgr->IsHighlighted (mySelectable, theMode); in IsHilighted() 103 if (mySelectable != NULL) in Unhilight() 105 thePrsMgr->Unhighlight (mySelectable); in Unhilight() 119 …virtual Standard_Boolean HasLocation() const { return mySelectable != NULL && mySelectable->HasTra… in HasLocation() 124 return mySelectable != NULL && mySelectable->HasTransformation() in Location() 125 ? TopLoc_Location(mySelectable->Transformation()) in Location() 153 return mySelectable == NULL in IsAutoHilight() 154 || mySelectable->IsAutoHilight(); in IsAutoHilight() 172 if (mySelectable != NULL) in UpdateHighlightTrsf() [all …]
|
H A D | IVtkOCC_Shape.hxx | 81 mySelectable = theSelObj; in SetSelectableObject() 87 return mySelectable; in Handle() 108 Handle(SelectMgr_SelectableObject) mySelectable; //!< Link to a holder of selection primitives
|
H A D | AIS_ViewCube.hxx | 717 AIS_ViewCube* aCubePrs = dynamic_cast<AIS_ViewCube* >(mySelectable); in HandleMouseClick()
|
/dports/cad/opencascade/opencascade-7.6.0/src/SelectMgr/ |
H A D | SelectMgr_EntityOwner.hxx | 84 return mySelectable != NULL in IsHilighted() 85 && thePrsMgr->IsHighlighted (mySelectable, theMode); in IsHilighted() 103 if (mySelectable != NULL) in Unhilight() 105 thePrsMgr->Unhighlight (mySelectable); in Unhilight() 119 …virtual Standard_Boolean HasLocation() const { return mySelectable != NULL && mySelectable->HasTra… in HasLocation() 124 return mySelectable != NULL && mySelectable->HasTransformation() in Location() 125 ? TopLoc_Location(mySelectable->Transformation()) in Location() 153 return mySelectable == NULL in IsAutoHilight() 154 || mySelectable->IsAutoHilight(); in IsAutoHilight() 172 if (mySelectable != NULL) in UpdateHighlightTrsf() [all …]
|
H A D | SelectMgr_EntityOwner.cxx | 26 : mySelectable (NULL), in IMPLEMENT_STANDARD_RTTIEXT() 40 : mySelectable (theSelObj.get()), in SelectMgr_EntityOwner() 54 : mySelectable (theOwner->mySelectable), in SelectMgr_EntityOwner() 70 if (mySelectable == NULL) in HilightWithColor() 77 …r = theStyle->ZLayer() != Graphic3d_ZLayerId_UNKNOWN ? theStyle->ZLayer() : mySelectable->ZLayer(); in HilightWithColor() 78 thePM->Color (mySelectable, theStyle, theMode, NULL, aHiLayer); in HilightWithColor() 82 mySelectable->HilightOwnerWithColor (thePM, theStyle, this); in HilightWithColor() 96 OCCT_DUMP_FIELD_VALUE_POINTER (theOStream, mySelectable) in DumpJson()
|
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/ |
H A D | SelectMgr_EntityOwner.hxx | 84 return mySelectable != NULL in IsHilighted() 85 && thePrsMgr->IsHighlighted (mySelectable, theMode); in IsHilighted() 103 if (mySelectable != NULL) in Unhilight() 105 thePrsMgr->Unhighlight (mySelectable); in Unhilight() 119 …virtual Standard_Boolean HasLocation() const { return mySelectable != NULL && mySelectable->HasTra… in HasLocation() 124 return mySelectable != NULL && mySelectable->HasTransformation() in Location() 125 ? TopLoc_Location(mySelectable->Transformation()) in Location() 153 return mySelectable == NULL in IsAutoHilight() 154 || mySelectable->IsAutoHilight(); in IsAutoHilight() 172 if (mySelectable != NULL) in UpdateHighlightTrsf() [all …]
|
H A D | AIS_ViewCube.hxx | 675 AIS_ViewCube* aCubePrs = dynamic_cast<AIS_ViewCube* >(mySelectable); in HandleMouseClick()
|
/dports/cad/opencascade/opencascade-7.6.0/src/IVtkOCC/ |
H A D | IVtkOCC_Shape.hxx | 81 mySelectable = theSelObj; in SetSelectableObject() 87 return mySelectable; in Handle() 108 Handle(SelectMgr_SelectableObject) mySelectable; //!< Link to a holder of selection primitives
|
/dports/cad/opencascade/opencascade-7.6.0/src/AIS/ |
H A D | AIS_LightSource.cxx | 58 AIS_LightSource* aLightSource = dynamic_cast<AIS_LightSource*>(mySelectable); in HandleMouseClick() 79 Handle(AIS_LightSource) aLightSource = Handle(AIS_LightSource)::DownCast (mySelectable); in HilightWithColor() 158 Handle(AIS_LightSource) aLightSource = Handle(AIS_LightSource)::DownCast (mySelectable); in IsForcedHilight()
|
H A D | AIS_ViewCube.hxx | 717 AIS_ViewCube* aCubePrs = dynamic_cast<AIS_ViewCube* >(mySelectable); in HandleMouseClick()
|