All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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...
 
ResourceID getWindowBackgroundAnimationResourceID () const
 Gets the value of WindowBackgroundAnimationProperty. More...
 
void setWindowBackgroundAnimationResourceID (ResourceID value)
 Sets the value of WindowBackgroundAnimationProperty. More...
 
string getWindowBackgroundAnimationTarget () const
 Gets the value of WindowBackgroundAnimationTargetProperty. More...
 
void setWindowBackgroundAnimationTarget (string value)
 Sets the value of WindowBackgroundAnimationTargetProperty. More...
 
ColorRGBA getClearColor () const
 Gets the value of ClearColorProperty. More...
 
void setClearColor (ColorRGBA value)
 Sets the value of ClearColorProperty. More...
 

Variables

static PropertyType< string > MessageArgumentPreloadResourcesResourceDictionariesProperty
 MessageArgumentPreloadResourcesResourceDictionaries property. More...
 
static PropertyType< string > MessageArgumentPreloadResourcesTaskNameProperty
 MessageArgumentPreloadResourcesTaskName property. More...
 
static PropertyType
< Screen::WindowMetricsType > 
WindowMetricsTypeProperty
 WindowMetricsType property. More...
 
static PropertyType< float > WindowWidthProperty
 WindowWidth property. More...
 
static PropertyType< float > WindowHeightProperty
 WindowHeight property. More...
 
static PropertyType
< KzsWindowOrientation
WindowOrientationProperty
 WindowOrientation property. More...
 
static PropertyType< string > HostNameProperty
 HostName property. More...
 
static PropertyType< ResourceID > WindowBackgroundAnimationProperty
 WindowBackgroundAnimation property. More...
 
static PropertyType< string > WindowBackgroundAnimationTargetProperty
 WindowBackgroundAnimationTarget 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()
ResourceID getWindowBackgroundAnimationResourceID ( ) const
void setWindowBackgroundAnimationResourceID ( ResourceID  value)
string getWindowBackgroundAnimationTarget ( ) const
void setWindowBackgroundAnimationTarget ( string  value)
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<string> MessageArgumentPreloadResourcesResourceDictionariesProperty
static

MessageArgumentPreloadResourcesResourceDictionaries property.

The default value is "".

See also
setMessageArgumentPreloadResourcesResourceDictionaries(), getMessageArgumentPreloadResourcesResourceDictionaries()
PropertyType<string> MessageArgumentPreloadResourcesTaskNameProperty
static

MessageArgumentPreloadResourcesTaskName property.

The default value is "".

See also
setMessageArgumentPreloadResourcesTaskName(), getMessageArgumentPreloadResourcesTaskName()
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<ResourceID> WindowBackgroundAnimationProperty
static

WindowBackgroundAnimation property.

The default value is ResourceID().

See also
setWindowBackgroundAnimationResourceID(), getWindowBackgroundAnimationResourceID()
PropertyType<string> WindowBackgroundAnimationTargetProperty
static

WindowBackgroundAnimationTarget property.

The default value is "".

See also
setWindowBackgroundAnimationTarget(), getWindowBackgroundAnimationTarget()
PropertyType<ColorRGBA> ClearColorProperty
static

ClearColor property.

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

See also
setClearColor(), getClearColor()