touchgfx::Transition::isDone() const is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::Transition::isDone() const

touchgfx::Transition::isDone() const method

@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.

Syntax

bool isDone() const;

Return value

True if the transition is done, false otherwise.

References

LocationText
Transition.hpp:87
bool isDone() const

Data Use

Data read by touchgfx::Transition::isDone() const
all items filtered out
touchgfx::Transition::isDone() const