|
Open CASCADE Technology
6.7.1
|
A framework to define classes of owners of sensitive primitives.
The owner is the link between application and
selection data structures.
For the application to make its own objects selectable,
it must define owner classes inheriting this framework.
More...
#include <SelectMgr_EntityOwner.hxx>

Public Member Functions | |
| SelectMgr_EntityOwner (const Standard_Integer aPriority=0) | |
| Initializes the selection priority aPriority. More... | |
| SelectMgr_EntityOwner (const Handle< SelectMgr_SelectableObject > &aSO, const Standard_Integer aPriority=0) | |
Constructs a framework with the selectable object <br> anSO being attributed the selection priority aPriority. | |
| Standard_Boolean | HasSelectable () const |
| Returns true if there is a selectable object to serve as an owner. More... | |
| Handle_SelectMgr_SelectableObject | Selectable () const |
| Returns a selectable object detected in the working context. More... | |
| void | Set (const Handle< SelectMgr_SelectableObject > &aSO) |
Sets the selectable object anSO to be used by the <br> second constructor above. | |
| virtual void | Hilight () |
Provides a framework to highlight any selectable <br> object found subsequently which can serve as an | |
| virtual Standard_Boolean | IsHilighted (const Handle< PrsMgr_PresentationManager > &aPM, const Standard_Integer aMode=0) const |
Returns true if the presentation manager aPM <br> highlights selections corresponding to the selection mode aMode. | |
| virtual void | Hilight (const Handle< PrsMgr_PresentationManager > &aPM, const Standard_Integer aMode=0) |
Highlights the owner of a detected selectable object in <br> the presentation manager aPM. This object could be | |
| virtual void | HilightWithColor (const Handle< PrsMgr_PresentationManager3d > &aPM, const Quantity_NameOfColor aColor, const Standard_Integer aMode=0) |
| virtual void | Unhilight (const Handle< PrsMgr_PresentationManager > &aPM, const Standard_Integer aMode=0) |
Removes highlighting from the owner of a detected <br> selectable object in the presentation manager aPM. | |
| virtual void | Clear (const Handle< PrsMgr_PresentationManager > &aPM, const Standard_Integer aMode=0) |
Clears the owners matching the value of the selection <br> mode aMode from the presentation manager object aPM. | |
| virtual Standard_Boolean | HasLocation () const |
| virtual void | SetLocation (const TopLoc_Location &aLoc) |
| virtual void | ResetLocation () |
| virtual const TopLoc_Location & | Location () const |
| void | State (const Standard_Integer aStatus) |
| Standard_Integer | State () const |
| virtual Standard_Boolean | IsAutoHilight () const |
| if owner is not auto hilighted, for group contains many such owners will be called one method HilightSelected of SelectableObject More... | |
| virtual Standard_Boolean | IsForcedHilight () const |
| if this method returns TRUE the owner will allways call method Hilight for SelectableObject when the owner is detected. By default it always return FALSE. More... | |
| virtual void | SetZLayer (const Handle< PrsMgr_PresentationManager > &thePrsMgr, const Standard_Integer theLayerId) |
| Set Z layer ID and update all presentations. More... | |
Public Member Functions inherited from SelectBasics_EntityOwner | |
| void | Set (const Standard_Integer aPriority) |
| sets the selectable priority of the owner More... | |
| Standard_Integer | Priority () const |
Public Member Functions inherited from MMgt_TShared | |
| virtual void | Delete () const |
| Memory deallocator for transient classes. More... | |
Public Member Functions inherited from Standard_Transient | |
| Standard_Transient () | |
| Empty constructor. More... | |
| Standard_Transient (const Standard_Transient &) | |
| Copy constructor – does nothing. More... | |
| Standard_Transient & | operator= (const Standard_Transient &) |
| Assignment operator, needed to avoid copying reference counter. More... | |
| virtual | ~Standard_Transient () |
| Destructor must be virtual. More... | |
| virtual void | ShallowDump (Standard_OStream &) const |
| virtual const Handle_Standard_Type & | DynamicType () const |
| Returns a type information object about this object. More... | |
| Standard_Boolean | IsInstance (const Handle_Standard_Type &theType) const |
| Returns a true value if this is an instance of Type. More... | |
| Standard_Boolean | IsInstance (const Standard_CString theTypeName) const |
| Returns a true value if this is an instance of TypeName. More... | |
| Standard_Boolean | IsKind (const Handle_Standard_Type &theType) const |
| Returns true if this is an instance of Type or an instance of any class that inherits from Type. Note that multiple inheritance is not supported by OCCT RTTI mechanism. More... | |
| Standard_Boolean | IsKind (const Standard_CString theTypeName) const |
| Returns true if this is an instance of TypeName or an instance of any class that inherits from TypeName. Note that multiple inheritance is not supported by OCCT RTTI mechanism. More... | |
| virtual Handle_Standard_Transient | This () const |
| Returns a Handle which references this object. Must never be called to objects created in stack. More... | |
| Standard_Integer | GetRefCount () const |
| Get the reference counter of this object. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from SelectBasics_EntityOwner | |
| SelectBasics_EntityOwner (const Standard_Integer aPriority=0) | |
Protected Attributes inherited from SelectBasics_EntityOwner | |
| Standard_Integer | mypriority |
A framework to define classes of owners of sensitive primitives.
The owner is the link between application and
selection data structures.
For the application to make its own objects selectable,
it must define owner classes inheriting this framework.
| SelectMgr_EntityOwner::SelectMgr_EntityOwner | ( | const Standard_Integer | aPriority = 0 | ) |
Initializes the selection priority aPriority.
| SelectMgr_EntityOwner::SelectMgr_EntityOwner | ( | const Handle< SelectMgr_SelectableObject > & | aSO, |
| const Standard_Integer | aPriority = 0 |
||
| ) |
Constructs a framework with the selectable object <br>
anSO being attributed the selection priority aPriority.
|
virtual |
Clears the owners matching the value of the selection <br>
mode aMode from the presentation manager object aPM.
Reimplemented in StdSelect_BRepOwner, and MeshVS_MeshEntityOwner.
|
virtual |
Implements SelectBasics_EntityOwner.
| Standard_Boolean SelectMgr_EntityOwner::HasSelectable | ( | ) | const |
Returns true if there is a selectable object to serve as an owner.
|
virtual |
Provides a framework to highlight any selectable <br>
object found subsequently which can serve as an
owner of a sensitive primitive.
Reimplemented in StdSelect_BRepOwner, and MeshVS_MeshEntityOwner.
|
virtual |
Highlights the owner of a detected selectable object in <br>
the presentation manager aPM. This object could be
the owner of a sensitive primitive.
The display mode for the highlight is aMode; this has
the default value of 0, that is, wireframe mode.
Reimplemented in StdSelect_BRepOwner, AIS_DimensionOwner, and MeshVS_MeshEntityOwner.
|
virtual |
Reimplemented in StdSelect_BRepOwner, MeshVS_MeshOwner, MeshVS_MeshEntityOwner, and AIS_DimensionOwner.
|
virtual |
if owner is not auto hilighted, for group contains many such owners
will be called one method HilightSelected of SelectableObject
|
virtual |
if this method returns TRUE the owner will allways call method
Hilight for SelectableObject when the owner is detected. By default
it always return FALSE.
Reimplemented in MeshVS_MeshOwner.
|
virtual |
Returns true if the presentation manager aPM <br>
highlights selections corresponding to the selection mode aMode.
Reimplemented in StdSelect_BRepOwner, AIS_DimensionOwner, and MeshVS_MeshEntityOwner.
|
virtual |
Implements SelectBasics_EntityOwner.
|
virtual |
Implements SelectBasics_EntityOwner.
Reimplemented in StdSelect_BRepOwner.
| Handle_SelectMgr_SelectableObject SelectMgr_EntityOwner::Selectable | ( | ) | const |
Returns a selectable object detected in the working context.
| void SelectMgr_EntityOwner::Set | ( | const Handle< SelectMgr_SelectableObject > & | aSO | ) |
Sets the selectable object anSO to be used by the <br>
second constructor above.
|
virtual |
Implements SelectBasics_EntityOwner.
Reimplemented in StdSelect_BRepOwner.
|
virtual |
Set Z layer ID and update all presentations.
Reimplemented in StdSelect_BRepOwner.
| void SelectMgr_EntityOwner::State | ( | const Standard_Integer | aStatus | ) |
| Standard_Integer SelectMgr_EntityOwner::State | ( | ) | const |
|
virtual |
Removes highlighting from the owner of a detected <br>
selectable object in the presentation manager aPM.
This object could be the owner of a sensitive primitive.
The display mode for the highlight is aMode; this has
the default value of 0, that is, wireframe mode.
Reimplemented in StdSelect_BRepOwner, MeshVS_MeshOwner, AIS_DimensionOwner, and MeshVS_MeshEntityOwner.
1.8.5