Description
This is a page stack which is responsible for pushing and popping pages from the stack
API Properties
- int witdh
- Width of the PageStack
- int height
- Height of the PageStack
- int depth
- Depth of the stack
- Item currentPage
- Current page, showed by the stack
- Item toolBar
- Current toolbar of current page
- bool busy
- Shows if PageStack is busy right now
Signals
- onVisibleChanged
- Sent when the visibility of an AppPage changed
Functions
- push
- Pushes a page to the stack
- Parameter:
- pop
- Pops a page from the stack
- Parameter:
- replace
- Replace an AppPage the current stack
- Parameter:
- clear
- Clears the stack
Example
-