concrete state class More...
#include <StateLoop.h>
Inherits State, and Singleton< StateLoop >.

Public Member Functions | |
| ~StateLoop () | |
Protected Member Functions | |
| virtual void | update () |
| virtual void | doPrint () |
| virtual void | doGetKey () |
Friends | |
| class | Singleton< StateLoop > |
concrete state class
This class is a concrete implementation of State.h and a Singleton.h. Represent the loop state.
Definition at line 15 of file StateLoop.h.
| StateLoop::~StateLoop | ( | ) | [inline] |
Definition at line 19 of file StateLoop.h.
| void StateLoop::doGetKey | ( | ) | [protected, virtual] |
Implements State.
Definition at line 88 of file StateLoop.cpp.

| void StateLoop::doPrint | ( | ) | [protected, virtual] |
Implements State.
Definition at line 42 of file StateLoop.cpp.

| void StateLoop::update | ( | ) | [protected, virtual] |
Reimplemented from State.
Definition at line 11 of file StateLoop.cpp.

Definition at line 16 of file StateLoop.h.
1.6.1