|
override void | deleteCptr () |
|
override void | deleteCptr () |
|
virtual IntPtr | GetNonDirectorClassID () |
|
|
static IntPtr | ClassID< T > () |
|
bool | cMemOwn |
|
HandleRef | cptr |
|
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.
◆ ApplicationWindowOptionsControl() [1/2]
◆ ApplicationWindowOptionsControl() [2/2]
◆ ObjectType()
override HPS.Type HPS.ApplicationWindowOptionsControl.ObjectType |
( |
| ) |
|
|
inlinevirtual |
This function returns the type the object, as declared (if the object is derived, this does not give the true type of the derived object).
- Returns
- The declared type of the object in question, which may differ from the true, underlying type.
Reimplemented from HPS.Object.
◆ SetAntiAliasCapable() [1/2]
Sets the anti-alias options for this ApplicationWindowOptionsControl.
- Parameters
-
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. |
- Returns
- A reference to this StandAloneWindowOptionsKit.
◆ SetAntiAliasCapable() [2/2]
◆ SetPlatformData()
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.
◆ SetScreenAntiAliasing()
Manipulates the state of screen anti-aliasing.
- Parameters
-
in_state | Whether screen anti-aliasing should be used. |
- Returns
- A reference to this object.
◆ SetWindowHandle()
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.
◆ ShowAntiAliasCapable()
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.
◆ ShowDriver()
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.
◆ ShowFramebufferRetention()
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.
◆ ShowPlatformData()
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.
◆ ShowWindowHandle()
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.
◆ Type()
override HPS.Type HPS.ApplicationWindowOptionsControl.Type |
( |
| ) |
|
|
inlinevirtual |
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.
- Warning
- This function must synchronize the database (by waiting for all pending database operations to complete) in order to know the type status of this object with certainty. Therefore this function can negatively impact performance. You should vigorously avoid using this function in high-traffic or peformance-critical areas of your code.
- Returns
- The true type of the object in question.
Reimplemented from HPS.Object.
◆ UnsetFallbackFonts()
Unsets any fonts currently used as fallback fonts.
The documentation for this class was generated from the following file:
- internals/hps_core/source/cs/HPS.ApplicationWindowOptionsControl.cs