The HPS::OffScreenWindowOptionsKit class is a user space object. It is used to specify off-screen-window-specific options. Calling HPS::OffScreenWindowOptionsKit::GetDefault() will return an options kit with values found in this table. More...
Public Member Functions | |
override void | Dispose () |
override bool | Empty () |
Indicates whether this OffScreenWindowOptionsKit has any values set on it. More... | |
override bool | Equals (System.Object obj) |
bool | Equals (HPS.OffScreenWindowOptionsKit in_kit) |
Check if the source OffScreenWindowOptionsKit is equivalent to this OffScreenWindowOptionsKit. More... | |
override int | GetHashCode () |
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... | |
OffScreenWindowOptionsKit () | |
The default constructor creates an empty OffScreenWindowOptionsKit object. More... | |
OffScreenWindowOptionsKit (HPS.OffScreenWindowOptionsKit in_kit) | |
The copy constructor creates a new OffScreenWindowOptionsKit object that contains the same settings as the source OffScreenWindowOptionsKit. More... | |
void | Set (HPS.OffScreenWindowOptionsKit in_kit) |
Copies the source OffScreenWindowOptionsKit into this OffScreenWindowOptionsKit. More... | |
HPS.OffScreenWindowOptionsKit | SetAntiAliasCapable (bool in_state, uint in_samples) |
Sets the anti-alias options for this OffScreenWindowOptionsKit. More... | |
HPS.OffScreenWindowOptionsKit | SetAntiAliasCapable (bool in_state) |
Sets the anti-alias options for this OffScreenWindowOptionsKit. More... | |
HPS.OffScreenWindowOptionsKit | SetDriver (HPS.Window.Driver in_driver) |
Sets the driver for this OffScreenWindowOptionsKit. More... | |
HPS.OffScreenWindowOptionsKit | SetHardwareResident (bool in_state) |
Sets whether the image data for this offscreen window should be stored exclusively in video memory. Storing the image in video memory improves the update time but may make the image data inaccessible directly. More... | |
HPS.OffScreenWindowOptionsKit | SetNativeFormat (HPS.Window.ImageFormat in_format, float in_quality) |
Sets the native image format to store data in. More... | |
HPS.OffScreenWindowOptionsKit | SetNativeFormat (HPS.Window.ImageFormat in_format) |
Sets the native image format to store data in. More... | |
HPS.OffScreenWindowOptionsKit | SetOpacity (bool in_state, float in_opacity) |
Sets whether this offscreen window supports opacity in the window background and the opacity value that should be applied when rendering the window background. More... | |
HPS.OffScreenWindowOptionsKit | SetOpacity (bool in_state) |
Sets whether this offscreen window supports opacity in the window background and the opacity value that should be applied when rendering the window background. More... | |
HPS.OffScreenWindowOptionsKit | SetOpacity (float in_opacity) |
Enables support for opacity in the window background and applies the specified opacity value when rendering the window background. More... | |
void | Show (out HPS.OffScreenWindowOptionsKit out_kit) |
Copies this OffScreenWindowOptionsKit into the given OffScreenWindowOptionsKit. More... | |
bool | ShowAntiAliasCapable (out bool out_state, out uint out_samples) |
Shows the anti-alias options for this OffScreenWindowOptionsKit. More... | |
bool | ShowDriver (out HPS.Window.Driver out_driver) |
Shows the driver for this OffScreenWindowOptionsKit. More... | |
bool | ShowHardwareResident (out bool out_state) |
Shows the hardware resident option for this OffScreenWindowOptionsKit. More... | |
bool | ShowNativeFormat (out HPS.Window.ImageFormat out_format, out float out_quality) |
Shows the native format option for this OffScreenWindowOptionsKit. More... | |
bool | ShowOpacity (out bool out_state, out float out_opacity) |
Shows the opacity option for this offscreen window More... | |
HPS.OffScreenWindowOptionsKit | UnsetAntiAliasCapable () |
Removes the anti-alias options for this OffScreenWindowOptionsKit. More... | |
HPS.OffScreenWindowOptionsKit | UnsetDriver () |
Removes the driver for this OffScreenWindowOptionsKit. More... | |
HPS.OffScreenWindowOptionsKit | UnsetEverything () |
Removes all settings from this OffScreenWindowOptionsKit. More... | |
HPS.OffScreenWindowOptionsKit | UnsetHardwareResident () |
Removes the hardware resident option for this OffScreenWindowOptionsKit. More... | |
HPS.OffScreenWindowOptionsKit | UnsetNativeFormat () |
Removes the native format option for this OffScreenWindowOptionsKit. More... | |
HPS.OffScreenWindowOptionsKit | UnsetOpacity () |
Removes the opacity option for this OffScreenWindowOptionsKit. More... | |
![]() | |
IntPtr | GetClassID () |
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... | |
bool | HasType (HPS.Type in_mask) |
This function indicates whether this Object has the given Type mask. More... | |
Object (HPS.Object that) | |
virtual void | Reset () |
Resets this object to its initial, uninitialized state. 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... | |
Static Public Member Functions | |
static HPS.OffScreenWindowOptionsKit | GetDefault () |
Creates an OffScreenWindowOptionsKit 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.OffScreenWindowOptionsKit a, HPS.OffScreenWindowOptionsKit b) |
static bool | operator== (HPS.OffScreenWindowOptionsKit a, HPS.OffScreenWindowOptionsKit b) |
![]() | |
static IntPtr | ClassID< T > () |
Protected Member Functions | |
override void | deleteCptr () |
![]() | |
virtual IntPtr | GetNonDirectorClassID () |
Additional Inherited Members | |
![]() | |
bool | cMemOwn |
HandleRef | cptr |
HandleRef | scptr |
The HPS::OffScreenWindowOptionsKit class is a user space object. It is used to specify off-screen-window-specific options. Calling HPS::OffScreenWindowOptionsKit::GetDefault() will return an options kit with values found in this table.
|
inline |
The default constructor creates an empty OffScreenWindowOptionsKit object.
|
inline |
The copy constructor creates a new OffScreenWindowOptionsKit object that contains the same settings as the source OffScreenWindowOptionsKit.
in_kit | The source OffScreenWindowOptionsKit to copy. |
|
inlinevirtual |
Indicates whether this OffScreenWindowOptionsKit has any values set on it.
Reimplemented from HPS.Object.
|
inline |
Check if the source OffScreenWindowOptionsKit is equivalent to this OffScreenWindowOptionsKit.
in_kit | The source OffScreenWindowOptionsKit to compare to this OffScreenWindowOptionsKit. |
|
inlinestatic |
Creates an OffScreenWindowOptionsKit 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 OffScreenWindowOptionsKit into this OffScreenWindowOptionsKit.
in_kit | The source OffScreenWindowOptionsKit to copy. |
|
inline |
Sets the anti-alias options for this OffScreenWindowOptionsKit.
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. |
|
inline |
Sets the anti-alias options for this OffScreenWindowOptionsKit.
in_state | Whether the associated application window should be anti-alias capable. |
|
inline |
Sets the driver for this OffScreenWindowOptionsKit.
in_driver | The driver for this OffScreenWindowOptionsKit. |
|
inline |
Sets whether the image data for this offscreen window should be stored exclusively in video memory. Storing the image in video memory improves the update time but may make the image data inaccessible directly.
in_state | Whether the image data for this offscreen window should be stored exclusively in video memory. |
|
inline |
Sets the native image format to store data in.
in_format | Format image data will be stored in. |
in_quality | The compression quality for the image data (when applicable). |
|
inline |
Sets the native image format to store data in.
in_format | Format image data will be stored in. |
|
inline |
Sets whether this offscreen window supports opacity in the window background and the opacity value that should be applied when rendering the window background.
in_state | Whether this offscreen window should support opacity in the window background. |
in_opacity | The opacity value that will be applied when rendering the window background. The value is clamped if the opacity is outside the range 0 to 1. |
|
inline |
Sets whether this offscreen window supports opacity in the window background and the opacity value that should be applied when rendering the window background.
in_state | Whether this offscreen window should support opacity in the window background. |
|
inline |
Enables support for opacity in the window background and applies the specified opacity value when rendering the window background.
in_opacity | The opacity value that will be applied when rendering the window background. |
|
inline |
Copies this OffScreenWindowOptionsKit into the given OffScreenWindowOptionsKit.
out_kit | The OffScreenWindowOptionsKit to populate with the contents of this OffScreenWindowOptionsKit. |
|
inline |
Shows the anti-alias options for this OffScreenWindowOptionsKit.
out_state | Whether the associated application window should be anti-alias capable. |
out_samples | The number of anti-alias samples to use for the associated application window. |
|
inline |
Shows the driver for this OffScreenWindowOptionsKit.
out_driver | The driver for this OffScreenWindowOptionsKit. |
|
inline |
Shows the hardware resident option for this OffScreenWindowOptionsKit.
out_state | Whether the image data for this offscreen window should be stored exclusively in video memory. |
|
inline |
Shows the native format option for this OffScreenWindowOptionsKit.
out_format | Format image data will be stored in. |
out_quality | The compression quality for the image data (when applicable). |
|
inline |
Shows the opacity option for this offscreen window
out_state | Whether this offscreen window supports opacity in the window background. |
out_opacity | The opacity value that will be applied when rendering the window background. |
|
inline |
Removes the anti-alias options for this OffScreenWindowOptionsKit.
|
inline |
Removes the driver for this OffScreenWindowOptionsKit.
|
inline |
Removes all settings from this OffScreenWindowOptionsKit.
|
inline |
Removes the hardware resident option for this OffScreenWindowOptionsKit.
|
inline |
Removes the native format option for this OffScreenWindowOptionsKit.
|
inline |
Removes the opacity option for this OffScreenWindowOptionsKit.