TouchGFX + 0/4 examples
CodeScope will show references to touchgfx::NoTransition from the following samples and libraries:
Examples
STM32469I-Discovery
Demonstrations
STM32469I_EVAL
Demonstrations
STM324x9I_EVAL
Demonstrations
STM32F429I-Discovery
Demonstrations
 
Symbols
loading...
Files
loading...

touchgfx::NoTransition class

@class NoTransition NoTransition.hpp touchgfx/transitions/NoTransition.hpp The most simple Transition without any visual effects. The most simple Transition without any visual effects. @see Transition

Syntax

class NoTransition : public Transition { public:     NoTransition() : Transition() { }     virtual ~NoTransition() { }     virtual void handleTickEvent()     {         done = true;     } };

Methods

handleTickEvent()

@fn virtual void NoTransition::handleTickEvent() Indicates that the transition is done after the first tick. Indicates that the transition is done after the first tick. Read more...

Examples

touchgfx::NoTransition is referenced by 4 libraries and example projects.

References

LocationText
NoTransition.hpp:32
class NoTransition : public Transition

Class Tree

Child classes
touchgfx::NoTransition
all items filtered out