API Search || Global Search
HPS::StandAloneWindowOptionsKit Class Reference

#include <hps.h>

Inheritance diagram for HPS::StandAloneWindowOptionsKit:
HPS::Kit HPS::Object

Public Member Functions

bool Empty () const
 
bool Equals (StandAloneWindowOptionsKit const &in_kit) const
 
HPS::Type ObjectType () const
 
bool operator!= (StandAloneWindowOptionsKit const &in_kit) const
 
StandAloneWindowOptionsKitoperator= (StandAloneWindowOptionsKit &&in_that)
 
StandAloneWindowOptionsKitoperator= (StandAloneWindowOptionsKit const &in_kit)
 
bool operator== (StandAloneWindowOptionsKit const &in_kit) const
 
void Set (StandAloneWindowOptionsKit const &in_kit)
 
StandAloneWindowOptionsKitSetAntiAliasCapable (bool in_state, unsigned int in_samples=4)
 
StandAloneWindowOptionsKitSetDriver (Window::Driver in_driver)
 
StandAloneWindowOptionsKitSetFullScreen (bool in_state)
 
StandAloneWindowOptionsKitSetMobility (Window::Mobility in_mobility)
 
StandAloneWindowOptionsKitSetSubscreen (Rectangle const &in_subscreen)
 
StandAloneWindowOptionsKitSetTitle (char const *in_window_name)
 
void Show (StandAloneWindowOptionsKit &out_kit) const
 
bool ShowAntiAliasCapable (bool &out_state, unsigned int &out_samples) const
 
bool ShowDriver (Window::Driver &out_driver) const
 
bool ShowFullScreen (bool &out_state) const
 
bool ShowMobility (Window::Mobility &out_mobility) const
 
bool ShowSubscreen (Rectangle &out_subscreen) const
 
bool ShowTitle (UTF8 &out_window_name) const
 
 StandAloneWindowOptionsKit ()
 
 StandAloneWindowOptionsKit (StandAloneWindowOptionsKit const &in_kit)
 
 StandAloneWindowOptionsKit (StandAloneWindowOptionsKit &&in_that)
 
StandAloneWindowOptionsKitUnsetAntiAliasCapable ()
 
StandAloneWindowOptionsKitUnsetDriver ()
 
StandAloneWindowOptionsKitUnsetEverything ()
 
StandAloneWindowOptionsKitUnsetFullScreen ()
 
StandAloneWindowOptionsKitUnsetMobility ()
 
StandAloneWindowOptionsKitUnsetSubscreen ()
 
StandAloneWindowOptionsKitUnsetTitle ()
 
- Public Member Functions inherited from HPS::Kit
virtual HPS::Type Type () const
 
- Public Member Functions inherited from HPS::Object
intptr_t GetClassID () const
 
intptr_t GetInstanceID () const
 
bool HasType (HPS::Type in_mask) const
 
 Object (Object const &that)
 
 Object (Object &&in_that)
 
Objectoperator= (Object const &other_object)
 
Objectoperator= (Object &&in_that)
 
virtual void Reset ()
 

Static Public Member Functions

static StandAloneWindowOptionsKit GetDefault ()
 
- Static Public Member Functions inherited from HPS::Object
template<typename T >
static intptr_t ClassID ()
 

Additional Inherited Members

- Protected Member Functions inherited from HPS::Kit
 Kit (Kit &&in_that)
 
Kitoperator= (Kit &&in_that)
 

Detailed Description

The StandAloneWindowOptionsKit class is a user space object. It is used to specify stand-alone-window-specific options Calling HPS::StandAloneWindowOptionsKit::GetDefault() will return an options kit with values found in this table.

Constructor & Destructor Documentation

HPS::StandAloneWindowOptionsKit::StandAloneWindowOptionsKit ( )

The default constructor creates an empty StandAloneWindowOptionsKit object.

HPS::StandAloneWindowOptionsKit::StandAloneWindowOptionsKit ( StandAloneWindowOptionsKit const &  in_kit)

The copy constructor creates a new StandAloneWindowOptionsKit object that contains the same settings as the source StandAloneWindowOptionsKit.

Parameters
in_kitThe source StandAloneWindowOptionsKit to copy.
HPS::StandAloneWindowOptionsKit::StandAloneWindowOptionsKit ( StandAloneWindowOptionsKit &&  in_that)

The move constructor creates a StandAloneWindowOptionsKit by transferring the underlying impl of the rvalue reference to this StandAloneWindowOptionsKit thereby avoiding a copy and allocation.

Parameters
in_thatAn rvalue reference to a StandAloneWindowOptionsKit to take the impl from.

Member Function Documentation

bool HPS::StandAloneWindowOptionsKit::Empty ( ) const
virtual

Indicates whether this StandAloneWindowOptionsKit has any values set on it.

Returns
true if no values are set on this StandAloneWindowOptionsKit, false otherwise.

Reimplemented from HPS::Object.

bool HPS::StandAloneWindowOptionsKit::Equals ( StandAloneWindowOptionsKit const &  in_kit) const

Check if the source StandAloneWindowOptionsKit is equivalent to this StandAloneWindowOptionsKit.

Parameters
in_kitThe source StandAloneWindowOptionsKit to compare to this StandAloneWindowOptionsKit.
Returns
true if the objects are equivalent, false otherwise.
static StandAloneWindowOptionsKit HPS::StandAloneWindowOptionsKit::GetDefault ( )
static

Creates an StandAloneWindowOptionsKit 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.

Returns
An StandAloneWindowOptionsKit with the default settings.
HPS::Type HPS::StandAloneWindowOptionsKit::ObjectType ( ) const
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::Kit.

bool HPS::StandAloneWindowOptionsKit::operator!= ( StandAloneWindowOptionsKit const &  in_kit) const

Check if the source StandAloneWindowOptionsKit is not equivalent to this StandAloneWindowOptionsKit.

Parameters
in_kitThe source StandAloneWindowOptionsKit to compare to this StandAloneWindowOptionsKit.
Returns
true if the objects are not equivalent, false otherwise.
StandAloneWindowOptionsKit& HPS::StandAloneWindowOptionsKit::operator= ( StandAloneWindowOptionsKit &&  in_that)

The move assignment operator transfers the underlying impl of the rvalue reference to this StandAloneWindowOptionsKit thereby avoiding a copy.

Parameters
in_thatAn rvalue reference to a StandAloneWindowOptionsKit to take the impl from.
Returns
A reference to this StandAloneWindowOptionsKit.
StandAloneWindowOptionsKit& HPS::StandAloneWindowOptionsKit::operator= ( StandAloneWindowOptionsKit const &  in_kit)

Copies the source StandAloneWindowOptionsKit into this StandAloneWindowOptionsKit.

Parameters
in_kitThe source StandAloneWindowOptionsKit to copy.
Returns
A reference to this StandAloneWindowOptionsKit.
bool HPS::StandAloneWindowOptionsKit::operator== ( StandAloneWindowOptionsKit const &  in_kit) const

Check if the source StandAloneWindowOptionsKit is equivalent to this StandAloneWindowOptionsKit.

Parameters
in_kitThe source StandAloneWindowOptionsKit to compare to this StandAloneWindowOptionsKit.
Returns
true if the objects are equivalent, false otherwise.
void HPS::StandAloneWindowOptionsKit::Set ( StandAloneWindowOptionsKit const &  in_kit)

Copies the source StandAloneWindowOptionsKit into this StandAloneWindowOptionsKit.

Parameters
in_kitThe source StandAloneWindowOptionsKit to copy.
StandAloneWindowOptionsKit& HPS::StandAloneWindowOptionsKit::SetAntiAliasCapable ( bool  in_state,
unsigned int  in_samples = 4 
)

Sets the anti-alias options for this StandAloneWindowOptionsKit.

Parameters
in_stateWhether the associated application window should be anti-alias capable.
in_samplesThe number of anti-alias samples to use for the associated stand-alone window. Defaults to 4.
Returns
A reference to this StandAloneWindowOptionsKit.
StandAloneWindowOptionsKit& HPS::StandAloneWindowOptionsKit::SetDriver ( Window::Driver  in_driver)

Sets the driver for this StandAloneWindowOptionsKit.

Parameters
in_driverThe driver for this StandAloneWindowOptionsKit.
Returns
A reference to this StandAloneWindowOptionsKit.
StandAloneWindowOptionsKit& HPS::StandAloneWindowOptionsKit::SetFullScreen ( bool  in_state)

Sets whether the associated stand-alone window should fill the screen.

Parameters
in_stateWhether the associated stand-alone window should fill the screen.
Returns
A reference to this StandAloneWindowOptionsKit.
StandAloneWindowOptionsKit& HPS::StandAloneWindowOptionsKit::SetMobility ( Window::Mobility  in_mobility)

Sets the mobility for this StandAloneWindowOptionsKit.

Parameters
in_mobilityThe mobility for this StandAloneWindowOptionsKit.
Returns
A reference to this StandAloneWindowOptionsKit.
StandAloneWindowOptionsKit& HPS::StandAloneWindowOptionsKit::SetSubscreen ( Rectangle const &  in_subscreen)

Sets the subscreen to render into for this StandAloneWindowOptionsKit.

Parameters
in_subscreenThe subscreen to render into for this StandAloneWindowOptionsKit. The units of the Rectangle 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.
Returns
A reference to this StandAloneWindowOptionsKit.
StandAloneWindowOptionsKit& HPS::StandAloneWindowOptionsKit::SetTitle ( char const *  in_window_name)

Sets the title for this StandAloneWindowOptionsKit.

Parameters
in_window_nameUTF8-encoded title for this StandAloneWindowOptionsKit.
Returns
A reference to this StandAloneWindowOptionsKit.
void HPS::StandAloneWindowOptionsKit::Show ( StandAloneWindowOptionsKit out_kit) const

Copies this StandAloneWindowOptionsKit into the given StandAloneWindowOptionsKit.

Parameters
out_kitThe StandAloneWindowOptionsKit to populate with the contents of this StandAloneWindowOptionsKit.
bool HPS::StandAloneWindowOptionsKit::ShowAntiAliasCapable ( bool &  out_state,
unsigned int &  out_samples 
) const

Shows the anti-alias options for this StandAloneWindowOptionsKit.

Parameters
out_stateWhether the associated stand-alone window should be anti-alias capable.
out_samplesThe number of anti-alias samples to use for the stand-alone application window.
Returns
true if anti-alias options were set, false otherwise.
bool HPS::StandAloneWindowOptionsKit::ShowDriver ( Window::Driver out_driver) const

Shows the driver for this StandAloneWindowOptionsKit.

Parameters
out_driverThe driver for this StandAloneWindowOptionsKit.
Returns
true if a driver was set, false otherwise.
bool HPS::StandAloneWindowOptionsKit::ShowFullScreen ( bool &  out_state) const

Shows whether the associated stand-alone window should fill the screen.

Parameters
out_stateWhether the associated stand-alone window should fill the screen.
Returns
true if a full screen flag was set, false otherwise.
bool HPS::StandAloneWindowOptionsKit::ShowMobility ( Window::Mobility out_mobility) const

Shows the mobility for this StandAloneWindowOptionsKit.

Parameters
out_mobilityThe mobility for this StandAloneWindowOptionsKit.
Returns
true if a mobility was set, false otherwise.
bool HPS::StandAloneWindowOptionsKit::ShowSubscreen ( Rectangle out_subscreen) const

Shows the subscreen for this StandAloneWindowOptionsKit.

Parameters
out_subscreenThe subscreen for this StandAloneWindowOptionsKit.
Returns
true if a subscreen was set, false otherwise.
bool HPS::StandAloneWindowOptionsKit::ShowTitle ( UTF8 out_window_name) const

Shows the title for this StandAloneWindowOptionsKit.

Parameters
out_window_nameUTF8-encoded title for this StandAloneWindowOptionsKit.
Returns
true if a title was set, false otherwise.
StandAloneWindowOptionsKit& HPS::StandAloneWindowOptionsKit::UnsetAntiAliasCapable ( )

Removes the anti-alias options for this StandAloneWindowOptionsKit.

Returns
A reference to this StandAloneWindowOptionsKit.
StandAloneWindowOptionsKit& HPS::StandAloneWindowOptionsKit::UnsetDriver ( )

Removes the driver for this StandAloneWindowOptionsKit.

Returns
A reference to this StandAloneWindowOptionsKit.
StandAloneWindowOptionsKit& HPS::StandAloneWindowOptionsKit::UnsetEverything ( )

Removes all settings from this StandAloneWindowOptionsKit.

Returns
A reference to this StandAloneWindowOptionsKit.
StandAloneWindowOptionsKit& HPS::StandAloneWindowOptionsKit::UnsetFullScreen ( )

Removes whether the associated stand-alone window should fill the screen.

Returns
A reference to this StandAloneWindowOptionsKit.
StandAloneWindowOptionsKit& HPS::StandAloneWindowOptionsKit::UnsetMobility ( )

Removes the mobility for this StandAloneWindowOptionsKit.

Returns
A reference to this StandAloneWindowOptionsKit.
StandAloneWindowOptionsKit& HPS::StandAloneWindowOptionsKit::UnsetSubscreen ( )

Removes the subscreen for this StandAloneWindowOptionsKit.

Returns
A reference to this StandAloneWindowOptionsKit.
StandAloneWindowOptionsKit& HPS::StandAloneWindowOptionsKit::UnsetTitle ( )

Removes the title for this StandAloneWindowOptionsKit.

Returns
A reference to this StandAloneWindowOptionsKit.

The documentation for this class was generated from the following file: