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...
|
override void | deleteCptr () |
|
override void | deleteCptr () |
|
virtual IntPtr | GetNonDirectorClassID () |
|
|
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.
override HPS.Type HPS.ApplicationWindowOptionsControl.ObjectType |
( |
| ) |
|
|
inlinevirtual |
This function returns the type the object, as declared. This does not necessarily give the true type of the underlying object.
- Returns
- The declared type of the object in question, which may differ from the true, underlying type.
Reimplemented from HPS.Object.
Sets the platform specific data for the associated application window.
- Parameters
-
in_platform_data | Platform specific data for the associated application window. |
- Returns
- A reference to this ApplicationWindowOptionsControl.
Sets the window handle for the associated application window. Used to rebind the application window to a new window handle.
- Parameters
-
in_window_handle | Handle to the new WindowHandle that Visualize will draw into. |
- Returns
- A reference to this ApplicationWindowOptionsControl.
bool HPS.ApplicationWindowOptionsControl.ShowAntiAliasCapable |
( |
out bool |
out_state, |
|
|
out uint |
out_samples |
|
) |
| |
|
inline |
Shows the whether this application window is anti-alias capable, and if so, how many samples it uses for anti-aliasing.
- Parameters
-
out_state | Whether this application window is anti-alias capable. |
out_samples | The number of anti-alias samples supported by this application window. |
- Returns
- true if any anti-alias options were set, false otherwise.
bool HPS.ApplicationWindowOptionsControl.ShowDriver |
( |
out HPS.Window.Driver |
out_driver | ) |
|
|
inline |
Shows the driver for the associated application window.
- Parameters
-
out_driver | The driver for the associated application window. |
- Returns
- true if a driver was set, false otherwise.
bool HPS.ApplicationWindowOptionsControl.ShowFramebufferRetention |
( |
out bool |
out_retain | ) |
|
|
inline |
Shows the framebuffer retention setting for the associated application window.
- Parameters
-
out_retain | The framebuffer retention setting for the associated application window. |
- Returns
- true if framebuffer retention option was set, false otherwise.
bool HPS.ApplicationWindowOptionsControl.ShowPlatformData |
( |
out IntPtr |
out_platform_data | ) |
|
|
inline |
Shows the platform specific data for the associated application window.
- Parameters
-
out_platform_data | The platform specific data for the associated application window. |
- Returns
- true if platform specific data was set, false otherwise.
bool HPS.ApplicationWindowOptionsControl.ShowWindowHandle |
( |
out IntPtr |
out_window_handle | ) |
|
|
inline |
Shows the window handle for the associated application window.
- Parameters
-
out_window_handle | The window handle for the associated application window. |
- Returns
- true if a window handle was set, false otherwise.
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.ApplicationWindowOptionsControl.cs