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

touchgfx::Presenter::deactivate() method

@fn virtual void Presenter::deactivate() Place cleanup code for the Presenter here. The deactivate function is called automatically when a screen transition causes this Presenter to become inactive. Place cleanup code for the Presenter here.

Syntax

virtual void deactivate();

Examples

touchgfx::Presenter::deactivate() is referenced by 4 libraries and example projects.

References

LocationReferrerScopeText
Presenter.hpp:54
virtual void deactivate()
MVPApplication.hpp:134touchgfx::prepareTransition()touchgfx
(*currentPresenter)->deactivate();

Call Tree

Functions calling touchgfx::Presenter::deactivate()
all items filtered out
touchgfx::Presenter::deactivate()