1#ifndef SCREEN_TRANSITION_H
2#define SCREEN_TRANSITION_H
11enum class TransitionIntentType : uint8_t {
29 constexpr TransitionIntent( TransitionIntentType t = TransitionIntentType::None, uint8_t r = 0)
The type of transition and an optional requested screen name.
Definition: ScreenTransition.h:24
constexpr TransitionIntent(TransitionIntentType t=TransitionIntentType::None, uint8_t r=0)
Must have a contructor to use defaults in C++11 because 'aggregate` _O_/.
Definition: ScreenTransition.h:29
TransitionIntentType type
The requested transition type.
Definition: ScreenTransition.h:34
uint8_t requested
Explicit requested ScreenId.
Definition: ScreenTransition.h:35