Runtime class that is instantiated per page. Drives the internal state manager that is used to animate transitions.
More...
#include <kanzi/ui/node/page_transition_collection.hpp>
Runtime class that is instantiated per page. Drives the internal state manager that is used to animate transitions.
◆ Runtime()
kanzi::PageTransitionCollection::Runtime::Runtime |
( |
| ) |
|
|
inlineexplicit |
◆ startTransition()
void kanzi::PageTransitionCollection::Runtime::startTransition |
( |
Transition * |
transition, |
|
|
bool |
active, |
|
|
bool |
wasActive |
|
) |
| |
Starts transition to active / inactive state.
- Parameters
-
transition | Transition to start. |
active | Whether to transition attached Page node to active state. |
wasActive | Previous state of the Page node. |
◆ finishTransition()
void kanzi::PageTransitionCollection::Runtime::finishTransition |
( |
| ) |
|
◆ PageTransitionCollection
The documentation for this class was generated from the following file: