#include <ActionManager.h>
Collaboration diagram for Teddy::SpaceGame::ActionManager:

Public Methods | |
| ActionManager (Root *root) | |
| Initialize actions. More... | |
| void | quit () |
| Exit program. More... | |
| void | scannerCycle () |
| void | renderModePoint () |
| void | renderModeLine () |
| void | renderModeFill () |
| void | renderModeFillOutline () |
| void | cullFaceEnable () |
| void | cullFaceDisable () |
| void | depthTestEnable () |
| void | depthTestDisable () |
| void | lightingOn () |
| void | lightingOff () |
| void | blendOn () |
| void | blendOff () |
| void | fovNormal () |
| void | fovWide () |
| void | antialiseOn () |
| void | antialiseOff () |
Protected Attributes | |
| Root * | root |
Definition at line 40 of file ActionManager.h.
|
|
Initialize actions.
Definition at line 57 of file ActionManager.cpp. References root. |
|
|
Definition at line 199 of file ActionManager.cpp. References root. |
|
|
Definition at line 193 of file ActionManager.cpp. References root. |
|
|
Definition at line 106 of file ActionManager.cpp. References root. |
|
|
Definition at line 110 of file ActionManager.cpp. References root. |
|
|
Definition at line 145 of file ActionManager.cpp. References root. |
|
|
Definition at line 139 of file ActionManager.cpp. References root. |
|
|
Definition at line 157 of file ActionManager.cpp. References root. |
|
|
Definition at line 151 of file ActionManager.cpp. References root. |
|
|
Definition at line 175 of file ActionManager.cpp. References root. |
|
|
Definition at line 184 of file ActionManager.cpp. References root. |
|
|
Definition at line 169 of file ActionManager.cpp. References root. |
|
|
Definition at line 163 of file ActionManager.cpp. References root. |
|
|
Exit program.
Definition at line 64 of file ActionManager.cpp. References root. |
|
|
Definition at line 127 of file ActionManager.cpp. References root. |
|
|
Definition at line 133 of file ActionManager.cpp. References root. |
|
|
Definition at line 121 of file ActionManager.cpp. References root. |
|
|
Definition at line 115 of file ActionManager.cpp. References root. |
|
|
Definition at line 101 of file ActionManager.cpp. References root. |
|
|
Definition at line 66 of file ActionManager.h. Referenced by ActionManager(), antialiseOff(), antialiseOn(), blendOff(), blendOn(), cullFaceDisable(), cullFaceEnable(), depthTestDisable(), depthTestEnable(), fovNormal(), fovWide(), lightingOff(), lightingOn(), quit(), renderModeFill(), renderModeFillOutline(), renderModeLine(), renderModePoint(), and scannerCycle(). |