TouchGFX + 0/4 examples
CodeScope will show references to touchgfx::Application::handleTickEvent() from the following samples and libraries:
Examples
STM32469I-Discovery
Demonstrations
STM32469I_EVAL
Demonstrations
STM324x9I_EVAL
Demonstrations
STM32F429I-Discovery
Demonstrations
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::Application::handleTickEvent()

touchgfx::Application::handleTickEvent() method

@fn virtual void Application::handleTickEvent(); Handle tick. Handle tick. Standard implementation is to delegate tick to the widgets that have registered to receive one. Called by some platform specific means.

Syntax

virtual void handleTickEvent();

Examples

touchgfx::Application::handleTickEvent() is referenced by 4 libraries and example projects.

References

LocationText
Application.hpp:176
virtual void handleTickEvent();

Override Tree

Methods overriding this one
touchgfx::Application::handleTickEvent()