|
OpenEnroth 9cf7432
|
#include <LoadStep2State.h>
Public Member Functions | |
| virtual FsmAction | update () override |
| virtual FsmAction | enter () override |
| Invoked within Fsm::update() when transitioning to this state as the new current state. More... | |
| virtual void | exit () override |
| Invoked within Fsm::update() when this state is replaced by a new current state. More... | |
Public Member Functions inherited from FsmState | |
| virtual | ~FsmState ()=default |
| virtual FsmAction | update ()=0 |
| virtual FsmAction | enter ()=0 |
| Invoked within Fsm::update() when transitioning to this state as the new current state. More... | |
| virtual void | exit ()=0 |
| Invoked within Fsm::update() when this state is replaced by a new current state. More... | |
Public Member Functions inherited from FsmEventHandler | |
| FsmEventHandler () | |
Public Member Functions inherited from PlatformEventFilter | |
| PlatformEventFilter (std::initializer_list< PlatformEventType > eventTypes) | |
| PlatformEventFilter (PlatformEventWildcard eventTypes) | |
| virtual bool | event (const PlatformEvent *event) |
| const std::vector< PlatformEventType > | eventTypes () const |
Private Member Functions | |
| void | _drawMM7CopyrightWindow () |
Private Attributes | |
| GraphicsImage * | _fullscreenTexture {} |
| bool | _isFirstPass {} |
|
private |
|
overridevirtual |
Invoked within Fsm::update() when transitioning to this state as the new current state.
Implements FsmState.
|
overridevirtual |
Invoked within Fsm::update() when this state is replaced by a new current state.
Implements FsmState.
|
private |
|
private |