|
override void | Dispose () |
|
| SelectabilityKit () |
| Initializes an empty kit. More...
|
|
| SelectabilityKit (HPS.SelectabilityKit in_kit) |
| The copy constructor creates a new SelectabilityKit object that contains the same settings as the source object. 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 (HPS.SelectabilityKit in_kit) |
| Copies all settings from the source SelectabilityKit into this object. More...
|
|
void | Show (out HPS.SelectabilityKit out_kit) |
| Copies all settings from this SelectabilityKit into the given SelectabilityKit. More...
|
|
override bool | Empty () |
| Indicates whether this object has any values set on it. More...
|
|
override bool | Equals (System.Object obj) |
|
override int | GetHashCode () |
|
bool | Equals (HPS.SelectabilityKit in_kit) |
| Check if the source SelectabilityKit is equivalent to this object. More...
|
|
HPS.SelectabilityKit | SetWindows (HPS.Selectability.Value in_val) |
| Controls whether windows can be selected by selection actions. More...
|
|
HPS.SelectabilityKit | SetEdges (HPS.Selectability.Value in_val) |
| Controls whether edges can be selected by selection actions. More...
|
|
HPS.SelectabilityKit | SetFaces (HPS.Selectability.Value in_val) |
| Controls whether faces can be selected by selection actions. More...
|
|
HPS.SelectabilityKit | SetLights (HPS.Selectability.Value in_val) |
| Controls whether lights can be selected by selection actions. More...
|
|
HPS.SelectabilityKit | SetLines (HPS.Selectability.Value in_val) |
| Controls whether lines can be selected by selection actions. More...
|
|
HPS.SelectabilityKit | SetMarkers (HPS.Selectability.Value in_val) |
| Controls whether markers can be selected by selection actions. More...
|
|
HPS.SelectabilityKit | SetVertices (HPS.Selectability.Value in_val) |
| Controls whether vertices can be selected by selection actions. More...
|
|
HPS.SelectabilityKit | SetText (HPS.Selectability.Value in_val) |
| Controls whether text can be selected by selection actions. More...
|
|
HPS.SelectabilityKit | SetGeometry (HPS.Selectability.Value in_val) |
| Sets the selectability of all edges, faces, lights, lines, markers, vertices, and text. More...
|
|
HPS.SelectabilityKit | SetEverything (HPS.Selectability.Value in_val) |
| Sets the selectability of all geometry, subgeometry and windows. More...
|
|
HPS.SelectabilityKit | UnsetWindows () |
| Removes the selectability setting from windows. More...
|
|
HPS.SelectabilityKit | UnsetEdges () |
| Removes the selectability setting from edges. More...
|
|
HPS.SelectabilityKit | UnsetFaces () |
| Removes the selectability setting from faces. More...
|
|
HPS.SelectabilityKit | UnsetLights () |
| Removes the selectability setting from lights. More...
|
|
HPS.SelectabilityKit | UnsetLines () |
| Removes the selectability setting from lines. More...
|
|
HPS.SelectabilityKit | UnsetMarkers () |
| Removes the selectability setting from markers. More...
|
|
HPS.SelectabilityKit | UnsetVertices () |
| Removes the selectability setting from vertices. More...
|
|
HPS.SelectabilityKit | UnsetText () |
| Removes the selectability setting from text. More...
|
|
HPS.SelectabilityKit | UnsetGeometry () |
| Removes the selectability settings from edges, faces, lights, lines, markers, vertices, and text. More...
|
|
HPS.SelectabilityKit | UnsetEverything () |
| Removes all settings from this object. More...
|
|
bool | ShowWindows (out HPS.Selectability.Value out_val) |
| Shows whether windows can be selected by selection actions. More...
|
|
bool | ShowEdges (out HPS.Selectability.Value out_val) |
| Shows whether edges can be selected by selection actions. More...
|
|
bool | ShowFaces (out HPS.Selectability.Value out_val) |
| Shows whether faces can be selected by selection actions. More...
|
|
bool | ShowLights (out HPS.Selectability.Value out_val) |
| Shows whether lights can be selected by selection actions. More...
|
|
bool | ShowLines (out HPS.Selectability.Value out_val) |
| Shows whether lines can be selected by selection actions. More...
|
|
bool | ShowMarkers (out HPS.Selectability.Value out_val) |
| Shows whether markers can be selected by selection actions. More...
|
|
bool | ShowVertices (out HPS.Selectability.Value out_val) |
| Shows whether vertices can be selected by selection actions. More...
|
|
bool | ShowText (out HPS.Selectability.Value out_val) |
| Shows whether text can be selected by selection actions. More...
|
|
IntPtr | GetClassID () |
|
| Object (HPS.Object in_that) |
| The move constructor creates an Object by transferring the underlying impl of the rvalue reference to this Object thereby avoiding a copy and allocation. More...
|
|
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...
|
|
virtual void | Reset () |
| Resets this object to its initial, uninitialized state. More...
|
|
bool | HasType (HPS.Type in_mask) |
| This function indicates whether this Object has the given Type mask. More...
|
|
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...
|
|
The HPS::SelectabilityKit class is a user space object, useful for carrying a group attribute settings. Calling HPS::SelectabilityKit::GetDefault() will return a kit with values found in this table.