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

touchgfx::Screen::tearDownScreen() method

@fn virtual void Screen::tearDownScreen() Called by Application::switchScreen() when this screen will no longer be displayed. Called by Application::switchScreen() when this screen will no longer be displayed. Base version does nothing, but place any screen specific cleanup code in an overridden version. @see touchgfx::Application::switchScreen()

Syntax

virtual void tearDownScreen();

References

LocationReferrerScopeText
Screen.hpp:153
virtual void tearDownScreen() { }
MVPApplication.hpp:130touchgfx::prepareTransition()touchgfx
(*currentScreen)->tearDownScreen();

Call Tree

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