#include <ApplicationStateBroker.h>
List of all members.
Constructor & Destructor Documentation
| pl7::ApplicationStateBroker::ApplicationStateBroker |
( |
ApplicationState * |
app_state |
) |
|
| pl7::ApplicationStateBroker::~ApplicationStateBroker |
( |
void |
|
) |
|
Member Function Documentation
| ApplicationState* pl7::ApplicationStateBroker::GetApplicationState |
( |
|
) |
const [inline] |
Returns the attended application state.
Returns the name of the attended application state.
| bool pl7::ApplicationStateBroker::Init |
( |
|
) |
|
| bool pl7::ApplicationStateBroker::Move |
( |
const FrameStats & |
frame_stats |
) |
|
Performs the application logic stuff. Will be called on each iteration in the main message loop of the application, if the attended application state is currently active.
| bool pl7::ApplicationStateBroker::Prepare |
( |
const FrameStats & |
frame_stats |
) |
|
Prepares the rendering stuff. Will be called on each iteration in the main message loop of the application, if the attended application state is currently active.
| bool pl7::ApplicationStateBroker::Render |
( |
const FrameStats & |
frame_stats |
) |
|
Performs the rendering stuff. Will be called on each iteration in the main message loop of the application, if the attended application state is currently active.
| bool pl7::ApplicationStateBroker::Shutdown |
( |
|
) |
|
| bool pl7::ApplicationStateBroker::Suspend |
( |
|
) |
|
| bool pl7::ApplicationStateBroker::Wake |
( |
|
) |
|
The documentation for this class was generated from the following files: