Home
last modified time | relevance | path

Searched refs:mySelectable (Results 1 – 10 of 10) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DSelectMgr_EntityOwner.hxx84 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 DIVtkOCC_Shape.hxx81 mySelectable = theSelObj; in SetSelectableObject()
87 return mySelectable; in Handle()
108 Handle(SelectMgr_SelectableObject) mySelectable; //!< Link to a holder of selection primitives
H A DAIS_ViewCube.hxx717 AIS_ViewCube* aCubePrs = dynamic_cast<AIS_ViewCube* >(mySelectable); in HandleMouseClick()
/dports/cad/opencascade/opencascade-7.6.0/src/SelectMgr/
H A DSelectMgr_EntityOwner.hxx84 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 DSelectMgr_EntityOwner.cxx26 : 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 DSelectMgr_EntityOwner.hxx84 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 DAIS_ViewCube.hxx675 AIS_ViewCube* aCubePrs = dynamic_cast<AIS_ViewCube* >(mySelectable); in HandleMouseClick()
/dports/cad/opencascade/opencascade-7.6.0/src/IVtkOCC/
H A DIVtkOCC_Shape.hxx81 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 DAIS_LightSource.cxx58 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 DAIS_ViewCube.hxx717 AIS_ViewCube* aCubePrs = dynamic_cast<AIS_ViewCube* >(mySelectable); in HandleMouseClick()