FrontendApplication::gotoMainMenuAnimatingButtonsScreen() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXFrontendApplication::gotoMainMenuAnimatingButtonsScreen()

FrontendApplication::gotoMainMenuAnimatingButtonsScreen() method

Request a transition to the "Main" screen. The actual switching will be done at next tick (by gotoMainScreenImpl).

Syntax

void gotoMainMenuAnimatingButtonsScreen();
Implemented in FrontendApplication.cpp:92

Notes

The reason for not switching immediately is that the new presenter and view reuse the same memory as the current ones, so the switch cannot occur instantaneously since that would cause memory corruption at the point of calling this function.

References

LocationReferrerScopeText
FrontendApplication.cpp:92
void FrontendApplication::gotoMainMenuAnimatingButtonsScreen()
FrontendApplication.hpp:60
void gotoMainMenuAnimatingButtonsScreen();
DemoPresenter.cpp:27DemoPresenter::backOptionSelected()DemoPresenter
static_cast<FrontendApplication*>(Application::getInstance())->gotoMainMenuAnimatingButtonsScreen();

Call Tree

Functions calling FrontendApplication::gotoMainMenuAnimatingButtonsScreen()
FrontendApplication::gotoMainMenuAnimatingButtonsScreen()