|
void | Assign (HPS.HighlightState in_that) |
| Copies the source HighlightState into this HighlightState. More...
|
|
override void | Dispose () |
|
override bool | Equals (System.Object obj) |
|
bool | Equals (HPS.HighlightState in_that) |
| Check if the source HighlightState is equivalent to this HighlightState. More...
|
|
bool | GetDirectlyHighlighted () |
| Indicates if a highlight exists on the queried key or key path. More...
|
|
override int | GetHashCode () |
|
bool | GetInheritsHighlight () |
| Indicates if a highlight exists above the queried key or key path. More...
|
|
bool | GetOnHighlightPath () |
| Indicates if a highlight exists below the queried key or key path. More...
|
|
bool | GetSubentityHighlighted () |
| Indicates if a sub-entity highlight exists on the queried key or key path. This value is only meaningful if the queried key or leaf of the key path is a shell or mesh since these are the only geometries for which it is possible to have subentity highlights. More...
|
|
| HighlightState () |
| The default constructor creates an empty HighlightState object. More...
|
|
| HighlightState (HPS.HighlightState in_that) |
| The copy constructor creates a new HighlightState object that contains the same settings as the source HighlightState. More...
|
|
override HPS.Type | ObjectType () |
| This function returns the type the object, as declared. This does not necessarily give the true type of the underlying object. More...
|
|
void | Set (bool in_directly_highlighted, bool in_subentity_highlighted, bool in_inherits_highlight, bool in_on_highlight_path) |
| Sets the flags for this HighlightState. This facilitates the return of highlight state data to the user, and is not meant to be used outside of that use case. More...
|
|
virtual bool | Empty () |
| Indicates whether this object has any values set on it. More...
|
|
IntPtr | GetClassID () |
|
IntPtr | GetInstanceID () |
| Returns an identifier that can be used to identify which instance of a class an object is. Different keys and controls will return the same value if they are backed by the same database resource. More...
|
|
bool | HasType (HPS.Type in_mask) |
| This function indicates whether this Object has the given Type mask. More...
|
|
| Object (HPS.Object that) |
|
virtual void | Reset () |
| Resets this object to its initial, uninitialized state. More...
|
|
virtual HPS.Type | Type () |
| This function returns the true type of the underlying object. This function is useful for finding the type of smart pointer objects that have been cast to more generic types. More...
|
|
The HighlightState class is a user space object. It is used to return highlight information from HighlightControl.ShowHighlightState or HighlightControl.ShowHighlightStates.