TouchGFX + 0/4 examples
CodeScope will show references to touchgfx::Application::unregisterTimerWidget() 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::unregisterTimerWidget()

touchgfx::Application::unregisterTimerWidget() method

@fn void Application::unregisterTimerWidget(const Drawable* w); Removes a widget from the list of widgets receiving ticks. Removes a widget from the list of widgets receiving ticks every frame (typically 16.67ms) milliseconds.

Syntax

void unregisterTimerWidget(const Drawable* w);

Arguments

w

Notes

If widget has been registered multiple times, an equal number of calls to unregister are required to stop widget from receiving tick events.

Examples

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

References

LocationText
Application.hpp:254
void unregisterTimerWidget(const Drawable* w);