touchgfx::Transition is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

touchgfx::Transition class

@class Transition Transition.hpp touchgfx/transitions/Transition.hpp The Transition class is the base class for Transitions. The Transition class is the base class for Transitions. Implementations of Transition defines what happens when transitioning between Screens, which typically involves visual effects. An example of a transition implementation can be seen in example custom_transition_example. The most basic transition is the NoTransition class that does a transition without any visual effects. @see NoTransition @see SlideTransition

Syntax

class Transition;
Implemented in Transition.hpp:41

Fields

screenContainer

No summary provided. Read more...

done

No summary provided. Read more...

Methods

handleTickEvent()

@fn virtual void Transition::handleTickEvent() Called for every tick when transitioning. Called for every tick when transitioning. Base does nothing. Read more...

isDone() const

@fn bool Transition::isDone() const Query if the transition is done transitioning. Query if the transition is done transitioning. It is the responsibility of the inheriting class to set the underlying done flag. Read more...

tearDown()

@fn virtual void Transition::tearDown() Tears down the Animation. Tears down the Animation. Called before the d.tor. when the application changes the transition. Base version does nothing. Read more...

init()

@fn virtual void Transition::init() Initializes the transition. Initializes the transition. Called after the c.tor. when the application changes the transition. Base version does nothing. Read more...

setScreenContainer()

@fn virtual void Transition::setScreenContainer(Container& cont) Sets the screen container. Sets the screen container. Is used by Screen to enable the transition to access the container. Read more...

Class Tree

Parent classes
all items filtered out
touchgfx::Transition
Variables of touchgfx::Transition type
touchgfx::Transition