Functions | |
| string | getDefaultSubPage () const |
| Gets the value of DefaultSubPageProperty. More... | |
| ResourceSharedPtr | getTransitions () const |
| Gets the value of TransitionsProperty. More... | |
| bool | isLoopSubPages () const |
| Gets the value of LoopSubPagesProperty. More... | |
| void | setDefaultSubPage (string value) |
| Sets the value of DefaultSubPageProperty. More... | |
| void | setLoopSubPages (bool value) |
| Sets the value of LoopSubPagesProperty. More... | |
| void | setTransitions (ResourceSharedPtr value) |
| Sets the value of TransitionsProperty. More... | |
Variables | |
| static PropertyType< string > | DefaultSubPageProperty |
| DefaultSubPage property. More... | |
| static PropertyType< bool > | LoopSubPagesProperty |
| LoopSubPages property. More... | |
| static PropertyType< ResourceSharedPtr > | TransitionsProperty |
| Transitions property. More... | |
| ResourceSharedPtr getTransitions | ( | ) | const |
Gets the value of TransitionsProperty.
| void setTransitions | ( | ResourceSharedPtr | value | ) |
Sets the value of TransitionsProperty.
| string getDefaultSubPage | ( | ) | const |
Gets the value of DefaultSubPageProperty.
| void setDefaultSubPage | ( | string | value | ) |
Sets the value of DefaultSubPageProperty.
| bool isLoopSubPages | ( | ) | const |
Gets the value of LoopSubPagesProperty.
| void setLoopSubPages | ( | bool | value | ) |
Sets the value of LoopSubPagesProperty.
|
static |
Transitions property.
Transitions to be used within this PageHost node. The default value is ResourceSharedPtr().
|
static |
DefaultSubPage property.
The default or the currently active subpage, which Kanzi automatically activates whenever this PageHost node becomes active. The default value is "".
|
static |
LoopSubPages property.
Loop the subpages when navigating to the next or previous subpage. The default value is true.