touchgfx::Application::draw() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

touchgfx::Application::draw() method

@fn virtual void Application::draw(); Initiate a draw operation of the entire screen. Initiate a draw operation of the entire screen. Standard implementation is to delegate draw request to the current Screen. @deprecated Use rect version instead.

Syntax

virtual void draw();

References

LocationReferrerScopeText
Application.hpp:111
virtual void draw();
Application.hpp:127
virtual void draw(Rect& rect);
MVPApplication.hpp:162touchgfx::finalizeTransition()touchgfx

Call Tree

Functions calling touchgfx::Application::draw()
all items filtered out
touchgfx::Application::draw()