Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Teddy::SpaceGame::ActionManager Class Reference

ActionManager. More...

#include <ActionManager.h>

Collaboration diagram for Teddy::SpaceGame::ActionManager:

Collaboration graph
[legend]
List of all members.

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

Rootroot

Detailed Description

ActionManager.

Todo:
docs

Definition at line 40 of file ActionManager.h.


Constructor & Destructor Documentation

Teddy::SpaceGame::ActionManager::ActionManager Root   root
 

Initialize actions.

Definition at line 57 of file ActionManager.cpp.

References root.


Member Function Documentation

void Teddy::SpaceGame::ActionManager::antialiseOff  
 

Definition at line 199 of file ActionManager.cpp.

References root.

void Teddy::SpaceGame::ActionManager::antialiseOn  
 

Definition at line 193 of file ActionManager.cpp.

References root.

void Teddy::SpaceGame::ActionManager::blendOff  
 

Definition at line 106 of file ActionManager.cpp.

References root.

void Teddy::SpaceGame::ActionManager::blendOn  
 

Definition at line 110 of file ActionManager.cpp.

References root.

void Teddy::SpaceGame::ActionManager::cullFaceDisable  
 

Definition at line 145 of file ActionManager.cpp.

References root.

void Teddy::SpaceGame::ActionManager::cullFaceEnable  
 

Definition at line 139 of file ActionManager.cpp.

References root.

void Teddy::SpaceGame::ActionManager::depthTestDisable  
 

Definition at line 157 of file ActionManager.cpp.

References root.

void Teddy::SpaceGame::ActionManager::depthTestEnable  
 

Definition at line 151 of file ActionManager.cpp.

References root.

void Teddy::SpaceGame::ActionManager::fovNormal  
 

Definition at line 175 of file ActionManager.cpp.

References root.

void Teddy::SpaceGame::ActionManager::fovWide  
 

Definition at line 184 of file ActionManager.cpp.

References root.

void Teddy::SpaceGame::ActionManager::lightingOff  
 

Definition at line 169 of file ActionManager.cpp.

References root.

void Teddy::SpaceGame::ActionManager::lightingOn  
 

Definition at line 163 of file ActionManager.cpp.

References root.

void Teddy::SpaceGame::ActionManager::quit  
 

Exit program.

Definition at line 64 of file ActionManager.cpp.

References root.

void Teddy::SpaceGame::ActionManager::renderModeFill  
 

Definition at line 127 of file ActionManager.cpp.

References root.

void Teddy::SpaceGame::ActionManager::renderModeFillOutline  
 

Definition at line 133 of file ActionManager.cpp.

References root.

void Teddy::SpaceGame::ActionManager::renderModeLine  
 

Definition at line 121 of file ActionManager.cpp.

References root.

void Teddy::SpaceGame::ActionManager::renderModePoint  
 

Definition at line 115 of file ActionManager.cpp.

References root.

void Teddy::SpaceGame::ActionManager::scannerCycle  
 

Definition at line 101 of file ActionManager.cpp.

References root.


Member Data Documentation

Root* Teddy::SpaceGame::ActionManager::root [protected]
 

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().


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