The StandAloneWindowOptionsKit class is a user space object. It is used to specify stand-alone-window-specific options Calling HPS::StandAloneWindowOptionsKit::GetDefault() will return an options kit with values found in this table. More...
Public Member Functions | |
override void | Dispose () |
StandAloneWindowOptionsKit () | |
The default constructor creates an empty StandAloneWindowOptionsKit object. More... | |
StandAloneWindowOptionsKit (HPS.StandAloneWindowOptionsKit in_kit) | |
The copy constructor creates a new StandAloneWindowOptionsKit object that contains the same settings as the source StandAloneWindowOptionsKit. 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.StandAloneWindowOptionsKit in_kit) |
Copies the source StandAloneWindowOptionsKit into this StandAloneWindowOptionsKit. More... | |
void | Show (out HPS.StandAloneWindowOptionsKit out_kit) |
Copies this StandAloneWindowOptionsKit into the given StandAloneWindowOptionsKit. More... | |
override bool | Empty () |
Indicates whether this StandAloneWindowOptionsKit has any values set on it. More... | |
override bool | Equals (System.Object obj) |
override int | GetHashCode () |
bool | Equals (HPS.StandAloneWindowOptionsKit in_kit) |
Check if the source StandAloneWindowOptionsKit is equivalent to this StandAloneWindowOptionsKit. More... | |
HPS.StandAloneWindowOptionsKit | SetDriver (HPS.Window.Driver in_driver) |
Sets the driver for this StandAloneWindowOptionsKit. More... | |
HPS.StandAloneWindowOptionsKit | SetAntiAliasCapable (bool in_state, uint in_samples) |
Sets the anti-alias options for this StandAloneWindowOptionsKit. More... | |
HPS.StandAloneWindowOptionsKit | SetAntiAliasCapable (bool in_state) |
Sets the anti-alias options for this StandAloneWindowOptionsKit. More... | |
HPS.StandAloneWindowOptionsKit | SetTitle (string in_window_name) |
Sets the title for this StandAloneWindowOptionsKit. More... | |
HPS.StandAloneWindowOptionsKit | SetSubscreen (HPS.Rectangle in_subscreen) |
Sets the subscreen to render into for this StandAloneWindowOptionsKit. More... | |
HPS.StandAloneWindowOptionsKit | SetMobility (HPS.Window.Mobility in_mobility) |
Sets the mobility for this StandAloneWindowOptionsKit. More... | |
HPS.StandAloneWindowOptionsKit | SetFullScreen (bool in_state) |
Sets whether the associated stand-alone window should fill the screen. More... | |
HPS.StandAloneWindowOptionsKit | UnsetDriver () |
Removes the driver for this StandAloneWindowOptionsKit. More... | |
HPS.StandAloneWindowOptionsKit | UnsetAntiAliasCapable () |
Removes the anti-alias options for this StandAloneWindowOptionsKit. More... | |
HPS.StandAloneWindowOptionsKit | UnsetTitle () |
Removes the title for this StandAloneWindowOptionsKit. More... | |
HPS.StandAloneWindowOptionsKit | UnsetSubscreen () |
Removes the subscreen for this StandAloneWindowOptionsKit. More... | |
HPS.StandAloneWindowOptionsKit | UnsetMobility () |
Removes the mobility for this StandAloneWindowOptionsKit. More... | |
HPS.StandAloneWindowOptionsKit | UnsetFullScreen () |
Removes whether the associated stand-alone window should fill the screen. More... | |
HPS.StandAloneWindowOptionsKit | UnsetEverything () |
Removes all settings from this StandAloneWindowOptionsKit. More... | |
bool | ShowDriver (out HPS.Window.Driver out_driver) |
Shows the driver for this StandAloneWindowOptionsKit. More... | |
bool | ShowAntiAliasCapable (out bool out_state, out uint out_samples) |
Shows the anti-alias options for this StandAloneWindowOptionsKit. More... | |
bool | ShowTitle (out string out_window_name) |
Shows the title for this StandAloneWindowOptionsKit. More... | |
bool | ShowSubscreen (out HPS.Rectangle out_subscreen) |
Shows the subscreen for this StandAloneWindowOptionsKit. More... | |
bool | ShowMobility (out HPS.Window.Mobility out_mobility) |
Shows the mobility for this StandAloneWindowOptionsKit. More... | |
bool | ShowFullScreen (out bool out_state) |
Shows whether the associated stand-alone window should fill the screen. 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... | |
Static Public Member Functions | |
static HPS.StandAloneWindowOptionsKit | GetDefault () |
Creates an StandAloneWindowOptionsKit which contains the default settings. The returned object will not necessarily have values set for every option, but it will have settings for those options where it is reasonable to have a default. More... | |
static bool | operator== (HPS.StandAloneWindowOptionsKit a, HPS.StandAloneWindowOptionsKit b) |
static bool | operator!= (HPS.StandAloneWindowOptionsKit a, HPS.StandAloneWindowOptionsKit b) |
![]() | |
static IntPtr | ClassID< T > () |
Protected Member Functions | |
override void | deleteCptr () |
![]() | |
virtual IntPtr | GetNonDirectorClassID () |
Additional Inherited Members | |
![]() | |
HandleRef | cptr |
HandleRef | scptr |
bool | cMemOwn |
The StandAloneWindowOptionsKit class is a user space object. It is used to specify stand-alone-window-specific options Calling HPS::StandAloneWindowOptionsKit::GetDefault() will return an options kit with values found in this table.
|
inline |
The default constructor creates an empty StandAloneWindowOptionsKit object.
|
inline |
The copy constructor creates a new StandAloneWindowOptionsKit object that contains the same settings as the source StandAloneWindowOptionsKit.
in_kit | The source <ref refid="class_h_p_s_1_1_stand_alone_window_options_kit" kindref="compound">StandAloneWindowOptionsKit</ref> to copy. |
|
inlinevirtual |
Indicates whether this StandAloneWindowOptionsKit has any values set on it.
Reimplemented from HPS.Object.
|
inline |
Check if the source StandAloneWindowOptionsKit is equivalent to this StandAloneWindowOptionsKit.
in_kit | The source <ref refid="class_h_p_s_1_1_stand_alone_window_options_kit" kindref="compound">StandAloneWindowOptionsKit</ref> to compare to this <ref refid="class_h_p_s_1_1_stand_alone_window_options_kit" kindref="compound">StandAloneWindowOptionsKit</ref>. |
|
inlinestatic |
Creates an StandAloneWindowOptionsKit which contains the default settings. The returned object will not necessarily have values set for every option, but it will have settings for those options where it is reasonable to have a default.
|
inlinevirtual |
This function returns the type the object, as declared. This does not necessarily give the true type of the underlying object.
Reimplemented from HPS.Object.
|
inline |
Copies the source StandAloneWindowOptionsKit into this StandAloneWindowOptionsKit.
in_kit | The source <ref refid="class_h_p_s_1_1_stand_alone_window_options_kit" kindref="compound">StandAloneWindowOptionsKit</ref> to copy. |
|
inline |
Sets the anti-alias options for this StandAloneWindowOptionsKit.
in_state | Whether the associated application window should be anti-alias capable. |
in_samples | The number of anti-alias samples to use for the associated application window. Defaults to 4. |
|
inline |
Sets the anti-alias options for this StandAloneWindowOptionsKit.
in_state | Whether the associated application window should be anti-alias capable. |
|
inline |
Sets the driver for this StandAloneWindowOptionsKit.
in_driver | The driver for this <ref refid="class_h_p_s_1_1_stand_alone_window_options_kit" kindref="compound">StandAloneWindowOptionsKit</ref>. |
|
inline |
Sets whether the associated stand-alone window should fill the screen.
in_state | Whether the associated stand-alone window should fill the screen. |
|
inline |
Sets the mobility for this StandAloneWindowOptionsKit.
in_mobility | The mobility for this <ref refid="class_h_p_s_1_1_stand_alone_window_options_kit" kindref="compound">StandAloneWindowOptionsKit</ref>. |
|
inline |
Sets the subscreen to render into for this StandAloneWindowOptionsKit.
in_subscreen | The subscreen to render into for this <ref refid="class_h_p_s_1_1_stand_alone_window_options_kit" kindref="compound">StandAloneWindowOptionsKit</ref>. The units of the <ref refid="struct_h_p_s_1_1_rectangle" kindref="compound">Rectangle</ref> are in window space, so -1.0f corresponds to the left (or bottom) of the window and 1.0f corresponds to the right (or top) of the window. |
|
inline |
Sets the title for this StandAloneWindowOptionsKit.
in_window_name | UTF8-encoded title for this <ref refid="class_h_p_s_1_1_stand_alone_window_options_kit" kindref="compound">StandAloneWindowOptionsKit</ref>. |
|
inline |
Copies this StandAloneWindowOptionsKit into the given StandAloneWindowOptionsKit.
out_kit | The <ref refid="class_h_p_s_1_1_stand_alone_window_options_kit" kindref="compound">StandAloneWindowOptionsKit</ref> to populate with the contents of this <ref refid="class_h_p_s_1_1_stand_alone_window_options_kit" kindref="compound">StandAloneWindowOptionsKit</ref>. |
|
inline |
Shows the anti-alias options for this StandAloneWindowOptionsKit.
out_state | Whether the associated stand-alone window should be anti-alias capable. |
out_samples | The number of anti-alias samples to use for the stand-alone application window. |
|
inline |
Shows the driver for this StandAloneWindowOptionsKit.
out_driver | The driver for this <ref refid="class_h_p_s_1_1_stand_alone_window_options_kit" kindref="compound">StandAloneWindowOptionsKit</ref>. |
|
inline |
Shows whether the associated stand-alone window should fill the screen.
out_state | Whether the associated stand-alone window should fill the screen. |
|
inline |
Shows the mobility for this StandAloneWindowOptionsKit.
out_mobility | The mobility for this <ref refid="class_h_p_s_1_1_stand_alone_window_options_kit" kindref="compound">StandAloneWindowOptionsKit</ref>. |
|
inline |
Shows the subscreen for this StandAloneWindowOptionsKit.
out_subscreen | The subscreen for this <ref refid="class_h_p_s_1_1_stand_alone_window_options_kit" kindref="compound">StandAloneWindowOptionsKit</ref>. |
|
inline |
Shows the title for this StandAloneWindowOptionsKit.
out_window_name | UTF8-encoded title for this <ref refid="class_h_p_s_1_1_stand_alone_window_options_kit" kindref="compound">StandAloneWindowOptionsKit</ref>. |
|
inline |
Removes the anti-alias options for this StandAloneWindowOptionsKit.
|
inline |
Removes the driver for this StandAloneWindowOptionsKit.
|
inline |
Removes all settings from this StandAloneWindowOptionsKit.
|
inline |
Removes whether the associated stand-alone window should fill the screen.
|
inline |
Removes the mobility for this StandAloneWindowOptionsKit.
|
inline |
Removes the subscreen for this StandAloneWindowOptionsKit.
|
inline |
Removes the title for this StandAloneWindowOptionsKit.