Public Member Functions | |
| override void | Dispose () |
| CheckBoxKit (HPS.Publish.CheckBoxKit in_kit) | |
| override HPS.Type | ObjectType () |
| void | Set (HPS.Publish.CheckBoxKit in_kit) |
| void | Show (out HPS.Publish.CheckBoxKit out_kit) |
| override bool | Empty () |
| override bool | Equals (System.Object obj) |
| override int | GetHashCode () |
| bool | Equals (HPS.Publish.CheckBoxKit in_kit) |
| HPS.Publish.CheckBoxKit | SetName (string in_name) |
| HPS.Publish.CheckBoxKit | SetFont (HPS.Publish.Text.Font.Name in_name) |
| HPS.Publish.CheckBoxKit | SetFont (string in_name, HPS.Publish.Text.Font.Style in_style) |
| HPS.Publish.CheckBoxKit | SetFont (string in_name) |
| HPS.Publish.CheckBoxKit | SetFontSize (int in_size) |
| HPS.Publish.CheckBoxKit | SetTextColor (HPS.RGBColor in_color) |
| HPS.Publish.CheckBoxKit | SetTooltip (string in_tooltip) |
| HPS.Publish.CheckBoxKit | SetVisibility (bool in_state) |
| HPS.Publish.CheckBoxKit | SetPrintability (bool in_state) |
| HPS.Publish.CheckBoxKit | SetTextRotation (HPS.Publish.Text.Rotation in_rotation) |
| HPS.Publish.CheckBoxKit | SetLock (bool in_state) |
| HPS.Publish.CheckBoxKit | SetBorder (bool in_state) |
| HPS.Publish.CheckBoxKit | SetBorderColor (HPS.RGBColor in_color) |
| HPS.Publish.CheckBoxKit | SetBorderThickness (HPS.Publish.Border.Thickness in_thickness) |
| HPS.Publish.CheckBoxKit | SetBorderStyle (HPS.Publish.Border.Style in_style) |
| HPS.Publish.CheckBoxKit | SetFillColor (HPS.RGBColor in_color) |
| HPS.Publish.CheckBoxKit | SetExportValue (string in_export_value) |
| HPS.Publish.CheckBoxKit | SetDefaultState (bool in_state) |
| HPS.Publish.CheckBoxKit | UnsetName () |
| HPS.Publish.CheckBoxKit | UnsetFont () |
| HPS.Publish.CheckBoxKit | UnsetFontSize () |
| HPS.Publish.CheckBoxKit | UnsetTextColor () |
| HPS.Publish.CheckBoxKit | UnsetTooltip () |
| HPS.Publish.CheckBoxKit | UnsetVisibility () |
| HPS.Publish.CheckBoxKit | UnsetPrintability () |
| HPS.Publish.CheckBoxKit | UnsetTextRotation () |
| HPS.Publish.CheckBoxKit | UnsetLock () |
| HPS.Publish.CheckBoxKit | UnsetBorder () |
| HPS.Publish.CheckBoxKit | UnsetBorderColor () |
| HPS.Publish.CheckBoxKit | UnsetBorderThickness () |
| HPS.Publish.CheckBoxKit | UnsetBorderStyle () |
| HPS.Publish.CheckBoxKit | UnsetFillColor () |
| HPS.Publish.CheckBoxKit | UnsetExportValue () |
| HPS.Publish.CheckBoxKit | UnsetDefaultState () |
| HPS.Publish.CheckBoxKit | UnsetEverything () |
| bool | ShowName (out string out_name) |
| bool | ShowFont (out HPS.Publish.Text.Font.Type out_type, out HPS.Publish.Text.Font.Name out_name, out string out_font_name, out HPS.Publish.Text.Font.Style out_style) |
| bool | ShowFontSize (out int out_size) |
| bool | ShowTextColor (out HPS.RGBColor out_color) |
| bool | ShowTooltip (out string out_tooltip) |
| bool | ShowVisibility (out bool out_state) |
| bool | ShowPrintability (out bool out_state) |
| bool | ShowTextRotation (out HPS.Publish.Text.Rotation out_rotation) |
| bool | ShowLock (out bool out_state) |
| bool | ShowBorder (out bool out_state) |
| bool | ShowBorderColor (out HPS.RGBColor out_color) |
| bool | ShowBorderThickness (out HPS.Publish.Border.Thickness out_thickness) |
| bool | ShowBorderStyle (out HPS.Publish.Border.Style out_style) |
| bool | ShowFillColor (out HPS.RGBColor out_color) |
| bool | ShowExportValue (out string out_export_value) |
| bool | ShowDefaultState (out bool out_default_state) |
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 void | Reset () |
| bool | HasType (HPS.Type in_mask) |
| IntPtr | GetInstanceID () |
Static Public Member Functions | |
| static HPS.Publish.CheckBoxKit | GetDefault () |
| static bool | operator== (HPS.Publish.CheckBoxKit a, HPS.Publish.CheckBoxKit b) |
| static bool | operator!= (HPS.Publish.CheckBoxKit a, HPS.Publish.CheckBoxKit b) |
Static Public Member Functions inherited from HPS.Object | |
| static IntPtr | ClassID< T > () |
Protected Member Functions | |
| override void | deleteCptr () |
Protected Member Functions inherited from HPS.Object | |
| virtual IntPtr | GetNonDirectorClassID () |
Additional Inherited Members | |
Public Types inherited from HPS.Sprocket | |
| enum | UpdateType { Synchronous = 0, Asynchronous = 1 } |
Protected Attributes inherited from HPS.Object | |
| HandleRef | cptr |
| HandleRef | scptr |
| bool | cMemOwn |