Phoenix2D-Library  0.10
Public Member Functions | Private Attributes | List of all members
Phoenix::Trainer Class Reference

Trainer
The Trainer lorem Ipsum More...

#include <Trainer.h>

Collaboration diagram for Phoenix::Trainer:
Collaboration graph
[legend]

Public Member Functions

 Trainer (Commands *commands)
 
 ~Trainer ()
 
void execute (WorldModel world)
 
bool continueExecution ()
 

Private Attributes

Commandscommands
 
bool newExecution
 

Detailed Description

Trainer
The Trainer lorem Ipsum

Definition at line 39 of file Trainer.h.

Constructor & Destructor Documentation

Phoenix::Trainer::Trainer ( Commands commands)

Definition at line 128 of file Trainer.cpp.

References commands, Phoenix::generateCode(), Phoenix::loadCode(), and newExecution.

Here is the call graph for this function:

Phoenix::Trainer::~Trainer ( )

Definition at line 140 of file Trainer.cpp.

Member Function Documentation

bool Phoenix::Trainer::continueExecution ( )

Definition at line 192 of file Trainer.cpp.

References newExecution.

void Phoenix::Trainer::execute ( WorldModel  world)

Member Data Documentation

Commands* Phoenix::Trainer::commands
private

Definition at line 40 of file Trainer.h.

Referenced by execute(), and Trainer().

bool Phoenix::Trainer::newExecution
private

Definition at line 41 of file Trainer.h.

Referenced by continueExecution(), execute(), and Trainer().


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