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

touchgfx::Transition::done field

Syntax

bool done;

References

LocationReferrerScopeText
Transition.hpp:129
bool done; ///< Flag that indicates when the transition is done. This should be set by implementing classes.
NoTransition.hpp:63touchgfx::NoTransition::handleTickEvent()touchgfx::NoTransition
done = true;
Transition.hpp:53touchgfx::Transition::Transition()touchgfx::Transition
screenContainer(0), done(false)
Transition.hpp:89touchgfx::Transition::isDone() consttouchgfx::Transition
return done;

Data Use

Functions writing touchgfx::Transition::done
Functions reading touchgfx::Transition::done
touchgfx::Transition::done