Public Types | |
| enum | Location { TopRight = 0, TopLeft = 1, BottomRight = 2, BottomLeft = 3, Custom = 4 } |
Public Types inherited from HPS.Sprocket | |
| enum | UpdateType { Synchronous = 0, Asynchronous = 1 } |
Public Member Functions | |
| override void | Dispose () |
| AxisTriadControl (HPS.View in_view) | |
| AxisTriadControl (HPS.AxisTriadControl in_that) | |
| override HPS.Type | ObjectType () |
| HPS.AxisTriadControl | SetLocation (HPS.AxisTriadControl.Location in_location, HPS.Rectangle in_rectangle) |
| HPS.AxisTriadControl | SetLocation (HPS.AxisTriadControl.Location in_location) |
| HPS.AxisTriadControl.Location | GetLocation () |
| HPS.AxisTriadControl | SetPosition (HPS.Rectangle in_rectangle) |
| HPS.Rectangle | GetPosition () |
| HPS.AxisTriadControl | SetVisibility (bool in_visibility) |
| bool | GetVisibility () |
| HPS.AxisTriadControl | SetTextVisibility (bool in_text_visibility) |
| bool | GetTextVisibility () |
| HPS.AxisTriadControl | SetMaterialPalette (string in_material_palette) |
| string | GetMaterialPalette () |
| HPS.AxisTriadControl | SetInteractivity (bool in_interactivity) |
| bool | GetInteractivity () |
| HPS.AxisTriadControl | SetSize (float in_size) |
| float | GetSize () |
| HPS.SegmentKey | GetSegmentKey () |
Public Member Functions inherited from HPS.SprocketControl | |
| override void | Dispose () |
| override HPS.Type | ObjectType () |
| SprocketControl (HPS.SprocketControl in_that) | |
Public Member Functions inherited from HPS.Sprocket | |
| Sprocket (HPS.Sprocket in_that) | |
Public Member Functions inherited from HPS.Object | |
| IntPtr | GetClassID () |
| Object (HPS.Object in_that) | |
| HPS.Type | Type () |
| virtual bool | Empty () |
| virtual void | Reset () |
| bool | HasType (HPS.Type in_mask) |
| IntPtr | GetInstanceID () |
Protected Member Functions | |
| override void | deleteCptr () |
Protected Member Functions inherited from HPS.SprocketControl | |
| override void | deleteCptr () |
Protected Member Functions inherited from HPS.Object | |
| virtual IntPtr | GetNonDirectorClassID () |
Additional Inherited Members | |
Static Public Member Functions inherited from HPS.Object | |
| static IntPtr | ClassID< T > () |
Protected Attributes inherited from HPS.Object | |
| HandleRef | cptr |
| HandleRef | scptr |
| bool | cMemOwn |