screen_properties.h File Reference

Functions

Screen::WindowMetricsType getWindowMetricsType () const
 Gets the value of WindowMetricsTypeProperty. More...
 
void setWindowMetricsType (Screen::WindowMetricsType value)
 Sets the value of WindowMetricsTypeProperty. More...
 
float getWindowWidth () const
 Gets the value of WindowWidthProperty. More...
 
void setWindowWidth (float value)
 Sets the value of WindowWidthProperty. More...
 
float getWindowHeight () const
 Gets the value of WindowHeightProperty. More...
 
void setWindowHeight (float value)
 Sets the value of WindowHeightProperty. More...
 
KzsWindowOrientation getWindowOrientation () const
 Gets the value of WindowOrientationProperty. More...
 
void setWindowOrientation (KzsWindowOrientation value)
 Sets the value of WindowOrientationProperty. More...
 
string getHostName () const
 Gets the value of HostNameProperty. More...
 
void setHostName (string value)
 Sets the value of HostNameProperty. More...
 
ColorRGBA getClearColor () const
 Gets the value of ClearColorProperty. More...
 
void setClearColor (ColorRGBA value)
 Sets the value of ClearColorProperty. More...
 

Variables

static PropertyType< Screen::WindowMetricsType > WindowMetricsTypeProperty
 WindowMetricsType property. More...
 
static PropertyType< float > WindowWidthProperty
 WindowWidth property. More...
 
static PropertyType< float > WindowHeightProperty
 WindowHeight property. More...
 
static PropertyType< KzsWindowOrientationWindowOrientationProperty
 WindowOrientation property. More...
 
static PropertyType< string > HostNameProperty
 HostName property. More...
 
static PropertyType< ColorRGBA > ClearColorProperty
 ClearColor property. More...
 

Function Documentation

Screen::WindowMetricsType getWindowMetricsType ( ) const
void setWindowMetricsType ( Screen::WindowMetricsType  value)
float getWindowWidth ( ) const

Gets the value of WindowWidthProperty.

See also
setWindowWidth()
void setWindowWidth ( float  value)

Sets the value of WindowWidthProperty.

See also
getWindowWidth()
float getWindowHeight ( ) const

Gets the value of WindowHeightProperty.

See also
setWindowHeight()
void setWindowHeight ( float  value)

Sets the value of WindowHeightProperty.

See also
getWindowHeight()
KzsWindowOrientation getWindowOrientation ( ) const
void setWindowOrientation ( KzsWindowOrientation  value)
string getHostName ( ) const

Gets the value of HostNameProperty.

See also
setHostName()
void setHostName ( string  value)

Sets the value of HostNameProperty.

See also
getHostName()
ColorRGBA getClearColor ( ) const

Gets the value of ClearColorProperty.

See also
setClearColor()
void setClearColor ( ColorRGBA  value)

Sets the value of ClearColorProperty.

See also
getClearColor()

Variable Documentation

PropertyType<Screen::WindowMetricsType> WindowMetricsTypeProperty
static

WindowMetricsType property.

The default value is Screen::WindowMetricsRelative.

See also
setWindowMetricsType(), getWindowMetricsType()
PropertyType<float> WindowWidthProperty
static

WindowWidth property.

The default value is 1.0f.

See also
setWindowWidth(), getWindowWidth()
PropertyType<float> WindowHeightProperty
static

WindowHeight property.

The default value is 1.0f.

See also
setWindowHeight(), getWindowHeight()
PropertyType<KzsWindowOrientation> WindowOrientationProperty
static

WindowOrientation property.

The default value is KZS_WINDOW_ORIENTATION_LANDSCAPE.

See also
setWindowOrientation(), getWindowOrientation()
PropertyType<string> HostNameProperty
static

HostName property.

Containes the name of the host the node originates from. The default value is "".

See also
setHostName(), getHostName()
PropertyType<ColorRGBA> ClearColorProperty
static

ClearColor property.

The default value is ColorRGBA(0.0f, 0.0f, 0.0f, 1.0f).

See also
setClearColor(), getClearColor()