SwipeContainer::setMenuChangeEndedCallback() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXSwipeContainer::setMenuChangeEndedCallback()

SwipeContainer::setMenuChangeEndedCallback() method

@fn void SwipeContainer::setMenuChangeEndedCallback(touchgfx::GenericCallback& callback) Associates an action to be performed when a transition to a different screen ends. @see GenericCallback

Syntax

void setMenuChangeEndedCallback(touchgfx::GenericCallback<const SwipeContainer&>& callback);

Arguments

callback

The callback to be executed.

References

LocationText
SwipeContainer.hpp:170
void setMenuChangeEndedCallback(touchgfx::GenericCallback<const SwipeContainer&>& callback)