kanzi::PageTransitionCollection::Runtime Class Reference

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>

Public Member Functions

 Runtime ()
 
void startTransition (Transition *transition, bool active, bool wasActive)
 Starts transition to active / inactive state. More...
 
void finishTransition ()
 Finishes transition. More...
 

Friends

class PageTransitionCollection
 

Detailed Description

Runtime class that is instantiated per page. Drives the internal state manager that is used to animate transitions.

Constructor & Destructor Documentation

kanzi::PageTransitionCollection::Runtime::Runtime ( )
inlineexplicit

Member Function Documentation

void kanzi::PageTransitionCollection::Runtime::startTransition ( Transition transition,
bool  active,
bool  wasActive 
)

Starts transition to active / inactive state.

Parameters
transitionTransition to start.
activeIf true, transitions attached page to active state.
wasActivePrevious state of the page.
void kanzi::PageTransitionCollection::Runtime::finishTransition ( )

Finishes transition.

Friends And Related Function Documentation

friend class PageTransitionCollection
friend

The documentation for this class was generated from the following file: