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

touchgfx::Application::getTimerWidgetCountForDrawable() const method

@fn uint16_t Application::getTimerWidgetCountForDrawable(Drawable* w) const; Gets the number of timer events registered to a widget. Gets the number of timer events registered to a widget, i.e. how many times a drawable must be unregistered until it no longer receives timer ticks.

Syntax

uint16_t getTimerWidgetCountForDrawable(Drawable* w) const;

Arguments

w

Return value

0 if the drawable is not registered as a timer widget, otherwise returns how many times the drawable is currently registered.

References

LocationText
Application.hpp:280
uint16_t getTimerWidgetCountForDrawable(Drawable* w) const;

Type Use

Type of touchgfx::Application::getTimerWidgetCountForDrawable() const
touchgfx::Application::getTimerWidgetCountForDrawable() const
uint16_t
all items filtered out