The HPS::ApplicationWindowOptionsControl class is a smart pointer that is tied to a database object. It is used to query and manipulate options pertaining to an HPS::ApplicationWindowKey. Default values for the various fields of HPS::ApplicationWindowOptionsControl can be found here. More...
Public Member Functions | |
override void | Dispose () |
ApplicationWindowOptionsControl (HPS.ApplicationWindowKey in_seg) | |
This constructor creates a ApplicationWindowOptionsControl object which is tied to the specified offscreen window. More... | |
ApplicationWindowOptionsControl (HPS.ApplicationWindowOptionsControl in_that) | |
The copy constructor creates a ApplicationWindowOptionsControl object that shares the underlying smart-pointer of the source ApplicationWindowOptionsControl. 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... | |
bool | ShowAntiAliasCapable (out bool out_state, out uint out_samples) |
Shows the whether this application window is anti-alias capable, and if so, how many samples it uses for anti-aliasing. More... | |
bool | ShowDriver (out HPS.Window.Driver out_driver) |
Shows the driver for the associated application window. More... | |
bool | ShowWindowHandle (out IntPtr out_window_handle) |
Shows the window handle for the associated application window. More... | |
bool | ShowPlatformData (out IntPtr out_platform_data) |
Shows the platform specific data for the associated application window. More... | |
bool | ShowFramebufferRetention (out bool out_retain) |
Shows the framebuffer retention setting for the associated application window. More... | |
HPS.ApplicationWindowOptionsControl | SetWindowHandle (IntPtr in_window_handle) |
Sets the window handle for the associated application window. Used to rebind the application window to a new window handle. More... | |
HPS.ApplicationWindowOptionsControl | SetPlatformData (IntPtr in_platform_data) |
Sets the platform specific data for the associated application window. More... | |
![]() | |
override void | Dispose () |
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 () |
![]() | |
override void | deleteCptr () |
![]() | |
virtual IntPtr | GetNonDirectorClassID () |
Additional Inherited Members | |
![]() | |
static IntPtr | ClassID< T > () |
![]() | |
HandleRef | cptr |
HandleRef | scptr |
bool | cMemOwn |
The HPS::ApplicationWindowOptionsControl class is a smart pointer that is tied to a database object. It is used to query and manipulate options pertaining to an HPS::ApplicationWindowKey. Default values for the various fields of HPS::ApplicationWindowOptionsControl can be found here.
|
inline |
This constructor creates a ApplicationWindowOptionsControl object which is tied to the specified offscreen window.
|
inline |
The copy constructor creates a ApplicationWindowOptionsControl object that shares the underlying smart-pointer of the source ApplicationWindowOptionsControl.
in_that | The source <ref refid="class_h_p_s_1_1_application_window_options_control" kindref="compound">ApplicationWindowOptionsControl</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 the platform specific data for the associated application window.
in_platform_data | Platform specific data for the associated application window. |
|
inline |
Sets the window handle for the associated application window. Used to rebind the application window to a new window handle.
in_window_handle | Handle to the new WindowHandle that Visualize will draw into. |
|
inline |
Shows the whether this application window is anti-alias capable, and if so, how many samples it uses for anti-aliasing.
out_state | Whether this application window is anti-alias capable. |
out_samples | The number of anti-alias samples supported by this application window. |
|
inline |
Shows the driver for the associated application window.
out_driver | The driver for the associated application window. |
|
inline |
Shows the framebuffer retention setting for the associated application window.
out_retain | The framebuffer retention setting for the associated application window. |
|
inline |
Shows the platform specific data for the associated application window.
out_platform_data | The platform specific data for the associated application window. |
|
inline |
Shows the window handle for the associated application window.
out_window_handle | The window handle for the associated application window. |