page_host_properties.h File Reference

Functions

ResourceSharedPtr getTransitions () const
 Gets the value of TransitionsProperty. More...
 
void setTransitions (ResourceSharedPtr value)
 Sets the value of TransitionsProperty. More...
 
string getDefaultSubPage () const
 Gets the value of DefaultSubPageProperty. More...
 
void setDefaultSubPage (string value)
 Sets the value of DefaultSubPageProperty. More...
 
bool isLoopSubPages () const
 Gets the value of LoopSubPagesProperty. More...
 
void setLoopSubPages (bool value)
 Sets the value of LoopSubPagesProperty. More...
 

Variables

static PropertyType< ResourceSharedPtr > TransitionsProperty
 Transitions property. More...
 
static PropertyType< string > DefaultSubPageProperty
 DefaultSubPage property. More...
 
static PropertyType< bool > LoopSubPagesProperty
 LoopSubPages property. More...
 

Function Documentation

ResourceSharedPtr getTransitions ( ) const

Gets the value of TransitionsProperty.

See also
setTransitions()
void setTransitions ( ResourceSharedPtr  value)

Sets the value of TransitionsProperty.

See also
getTransitions()
string getDefaultSubPage ( ) const

Gets the value of DefaultSubPageProperty.

See also
setDefaultSubPage()
void setDefaultSubPage ( string  value)

Sets the value of DefaultSubPageProperty.

See also
getDefaultSubPage()
bool isLoopSubPages ( ) const

Gets the value of LoopSubPagesProperty.

See also
setLoopSubPages()
void setLoopSubPages ( bool  value)

Sets the value of LoopSubPagesProperty.

See also
isLoopSubPages()

Variable Documentation

PropertyType<ResourceSharedPtr> TransitionsProperty
static

Transitions property.

Transitions to be used within this PageHost node. The default value is ResourceSharedPtr().

See also
setTransitions(), getTransitions()
PropertyType<string> DefaultSubPageProperty
static

DefaultSubPage property.

The default or the currently active subpage, which Kanzi automatically activates whenever this PageHost node becomes active. The default value is "".

See also
setDefaultSubPage(), getDefaultSubPage()
PropertyType<bool> LoopSubPagesProperty
static

LoopSubPages property.

Loop the subpages when navigating to the next or previous subpage. The default value is true.

See also
setLoopSubPages(), isLoopSubPages()