Public Member Functions | |
| override void | Dispose () |
| CurveAttributeControl (HPS.SegmentKey in_seg) | |
| CurveAttributeControl (HPS.CurveAttributeControl in_that) | |
| override HPS.Type | ObjectType () |
| HPS.CurveAttributeControl | SetBudget (ulong in_budget) |
| HPS.CurveAttributeControl | SetContinuedBudget (bool in_state, ulong in_budget) |
| HPS.CurveAttributeControl | SetContinuedBudget (bool in_state) |
| HPS.CurveAttributeControl | SetContinuedBudget (ulong in_budget) |
| HPS.CurveAttributeControl | SetViewDependent (bool in_state) |
| HPS.CurveAttributeControl | SetMaximumDeviation (float in_deviation) |
| HPS.CurveAttributeControl | SetMaximumAngle (float in_degrees) |
| HPS.CurveAttributeControl | SetMaximumLength (float in_length) |
| HPS.CurveAttributeControl | UnsetBudget () |
| HPS.CurveAttributeControl | UnsetContinuedBudget () |
| HPS.CurveAttributeControl | UnsetViewDependent () |
| HPS.CurveAttributeControl | UnsetMaximumDeviation () |
| HPS.CurveAttributeControl | UnsetMaximumAngle () |
| HPS.CurveAttributeControl | UnsetMaximumLength () |
| HPS.CurveAttributeControl | UnsetEverything () |
| bool | ShowBudget (out ulong out_budget) |
| bool | ShowContinuedBudget (out bool out_state, out ulong out_budget) |
| bool | ShowViewDependent (out bool out_state) |
| bool | ShowMaximumDeviation (out float out_deviation) |
| bool | ShowMaximumAngle (out float out_degrees) |
| bool | ShowMaximumLength (out float out_length) |
Public Member Functions inherited from HPS.Control | |
| Control (HPS.Control 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.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 |