Kanzi  3.9.6
Kanzi Engine API
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

void finishTransition ()
 Finishes transition. More...
 
 Runtime ()
 
void startTransition (Transition *transition, bool active, bool wasActive)
 Starts transition to active / inactive state. 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

◆ Runtime()

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

Member Function Documentation

◆ startTransition()

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

Starts transition to active / inactive state.

Parameters
transitionTransition to start.
activeWhether to transition attached Page node to active state.
wasActivePrevious state of the Page node.

◆ finishTransition()

void kanzi::PageTransitionCollection::Runtime::finishTransition ( )

Finishes transition.

Friends And Related Function Documentation

◆ PageTransitionCollection

friend class PageTransitionCollection
friend

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