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

Public Member Functions | |
| ~StateSettings () | |
Protected Member Functions | |
| virtual void | doPrint () |
| virtual void | doGetKey () |
Friends | |
| class | Singleton< StateSettings > |
concrete state class
This class is a concrete implementation of State.h and a Singleton.h. Represent the settings state.
Definition at line 15 of file StateSettings.h.
| StateSettings::~StateSettings | ( | ) | [inline] |
Definition at line 19 of file StateSettings.h.
| void StateSettings::doGetKey | ( | ) | [protected, virtual] |
Use this Methode to get an input information. You have to override.
Implements State.
Definition at line 14 of file StateSettings.cpp.

| void StateSettings::doPrint | ( | ) | [protected, virtual] |
Use this Methode to print state information. You have to override.
Implements State.
Definition at line 8 of file StateSettings.cpp.
friend class Singleton< StateSettings > [friend] |
Definition at line 16 of file StateSettings.h.
1.6.1