The HPS::StandAloneWindowOptionsControl class is a smart pointer that is tied to a database object. It is used to set and query stand-alone-window-specific options on a HPS::StandAloneWindowKey. Default values for the various fields of HPS::StandAloneWindowOptionsControl can be found here. More...
Public Member Functions | |
override void | Dispose () |
StandAloneWindowOptionsControl (HPS.StandAloneWindowKey in_seg) | |
This constructor creates a StandAloneWindowOptionsControl object which is tied to the specified offscreen window. More... | |
StandAloneWindowOptionsControl (HPS.StandAloneWindowOptionsControl in_that) | |
The copy constructor creates a StandAloneWindowOptionsControl object that shares the underlying smart-pointer of the source StandAloneWindowOptionsControl. 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... | |
HPS.StandAloneWindowOptionsControl | SetSubscreen (HPS.Rectangle in_subscreen) |
Sets the subscreen to render into for this stand-alone window. More... | |
HPS.StandAloneWindowOptionsControl | SetMobility (HPS.Window.Mobility in_mobility) |
Sets the mobility for this stand-alone window. Mobility refers to the resizing and positioning behaviors of a window. More... | |
HPS.StandAloneWindowOptionsControl | SetFullScreen (bool in_state) |
Sets whether this stand-alone window should fill the screen. More... | |
bool | ShowDriver (out HPS.Window.Driver out_driver) |
Shows the driver for this stand-alone window. More... | |
bool | ShowAntiAliasCapable (out bool out_state, out uint out_samples) |
Shows the whether this stand-alone window is anti-alias capable, and if so, how many samples it uses for anti-aliasing. More... | |
bool | ShowTitle (out string out_window_name) |
Shows the title for this stand-alone window. More... | |
bool | ShowSubscreen (out HPS.Rectangle out_subscreen) |
Shows the subscreen for this stand-alone window. More... | |
bool | ShowMobility (out HPS.Window.Mobility out_mobility) |
Shows the mobility for this stand-alone window. More... | |
bool | ShowFullScreen (out bool out_state) |
Shows whether this stand-alone window should fill the screen. More... | |
![]() | |
Control (HPS.Control in_that) | |
![]() | |
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 bool | Empty () |
Indicates whether this object has any values set on it. 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... | |
Protected Member Functions | |
override void | deleteCptr () |
![]() | |
virtual IntPtr | GetNonDirectorClassID () |
Additional Inherited Members | |
![]() | |
static IntPtr | ClassID< T > () |
![]() | |
HandleRef | cptr |
HandleRef | scptr |
bool | cMemOwn |
The HPS::StandAloneWindowOptionsControl class is a smart pointer that is tied to a database object. It is used to set and query stand-alone-window-specific options on a HPS::StandAloneWindowKey. Default values for the various fields of HPS::StandAloneWindowOptionsControl can be found here.
|
inline |
This constructor creates a StandAloneWindowOptionsControl object which is tied to the specified offscreen window.
|
inline |
The copy constructor creates a StandAloneWindowOptionsControl object that shares the underlying smart-pointer of the source StandAloneWindowOptionsControl.
in_that | The source <ref refid="class_h_p_s_1_1_stand_alone_window_options_control" kindref="compound">StandAloneWindowOptionsControl</ref> to copy. |
|
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 |
Sets whether this stand-alone window should fill the screen.
in_state | Whether this stand-alone window should fill the screen. |
|
inline |
Sets the mobility for this stand-alone window. Mobility refers to the resizing and positioning behaviors of a window.
in_mobility | The mobility for this stand-alone window. |
|
inline |
Sets the subscreen to render into for this stand-alone window.
in_subscreen | The subscreen to render into for this stand-alone window. 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 |
Shows the whether this stand-alone window is anti-alias capable, and if so, how many samples it uses for anti-aliasing.
out_state | Whether this stand-alone window is anti-alias capable. |
out_samples | The number of anti-alias samples supported by this stand-alone window. |
|
inline |
Shows the driver for this stand-alone window.
out_driver | The driver for this stand-alone window. |
|
inline |
Shows whether this stand-alone window should fill the screen.
out_state | Whether this stand-alone window should fill the screen. |
|
inline |
Shows the mobility for this stand-alone window.
out_mobility | The mobility for this stand-alone window. |
|
inline |
Shows the subscreen for this stand-alone window.
out_subscreen | The subscreen for this stand-alone window. |
|
inline |
Shows the title for this stand-alone window.
out_window_name | UTF8-encoded title for this stand-alone window. |