touchgfx::Screen::setupScreen() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::Screen::setupScreen()

touchgfx::Screen::setupScreen() method

@fn virtual void Screen::setupScreen() Called by Application::switchScreen() when this screen is going to be displayed. Called by Application::switchScreen() when this screen is going to be displayed. Base version does nothing, but place any screen specific initialization code in an overridden version. @see touchgfx::Application::switchScreen()

Syntax

virtual void setupScreen();

References

LocationReferrerScopeText
Screen.hpp:127
virtual void setupScreen() { }
MVPApplication.hpp:157touchgfx::finalizeTransition()touchgfx
newScreen->setupScreen();

Call Tree

Functions calling touchgfx::Screen::setupScreen()
all items filtered out
touchgfx::Screen::setupScreen()