OpenEnroth 73e68f7
Loading...
Searching...
No Matches
Public Member Functions | Private Member Functions | Private Attributes | List of all members
LoadStep2State Class Reference

#include <LoadStep2State.h>

Inheritance diagram for LoadStep2State:
FsmState FsmEventHandler PlatformEventFilter

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< PlatformEventTypeeventTypes () const
 

Private Member Functions

void _drawMM7CopyrightWindow ()
 

Private Attributes

GraphicsImage_fullscreenTexture {}
 
bool _isFirstPass {}
 

Additional Inherited Members

- Protected Member Functions inherited from PlatformEventFilter
virtual bool keyPressEvent (const PlatformKeyEvent *event)
 
virtual bool keyReleaseEvent (const PlatformKeyEvent *event)
 
virtual bool mouseMoveEvent (const PlatformMouseEvent *event)
 
virtual bool mousePressEvent (const PlatformMouseEvent *event)
 
virtual bool mouseReleaseEvent (const PlatformMouseEvent *event)
 
virtual bool wheelEvent (const PlatformWheelEvent *event)
 
virtual bool moveEvent (const PlatformMoveEvent *event)
 
virtual bool resizeEvent (const PlatformResizeEvent *event)
 
virtual bool activationEvent (const PlatformWindowEvent *event)
 
virtual bool closeEvent (const PlatformWindowEvent *event)
 
virtual bool gamepadConnectionEvent (const PlatformGamepadEvent *event)
 
virtual bool gamepadKeyPressEvent (const PlatformGamepadKeyEvent *event)
 
virtual bool gamepadKeyReleaseEvent (const PlatformGamepadKeyEvent *event)
 
virtual bool gamepadAxisEvent (const PlatformGamepadAxisEvent *event)
 
virtual bool nativeEvent (const PlatformNativeEvent *event)
 
virtual bool textInputEvent (const PlatformTextInputEvent *event)
 

Member Function Documentation

◆ _drawMM7CopyrightWindow()

void LoadStep2State::_drawMM7CopyrightWindow ( )
private

◆ enter()

FsmAction LoadStep2State::enter ( )
overridevirtual

Invoked within Fsm::update() when transitioning to this state as the new current state.

Implements FsmState.

◆ exit()

void LoadStep2State::exit ( )
overridevirtual

Invoked within Fsm::update() when this state is replaced by a new current state.

Implements FsmState.

◆ update()

FsmAction LoadStep2State::update ( )
overridevirtual

Implements FsmState.

Member Data Documentation

◆ _fullscreenTexture

GraphicsImage* LoadStep2State::_fullscreenTexture {}
private

◆ _isFirstPass

bool LoadStep2State::_isFirstPass {}
private

The documentation for this class was generated from the following files: