#include <Command.h>
Inheritance diagram for TurnCommand:
Public Member Functions | |
TurnCommand (Person *person, xDirection xDir) | |
TurnCommand (List *command) | |
void | execute () |
std::string | getString () |
Static Public Member Functions | |
static std::string | id () |
Private Attributes | |
Person * | _person |
xDirection | _xDir |
Static Private Attributes | |
static const std::string | _id = "turn" |
Definition at line 81 of file Command.h.
|
Definition at line 11 of file TurnCommand.cpp. |
|
Definition at line 16 of file TurnCommand.cpp. References _person, _xDir, List::firstInt(), List::firstString(), Level::getObject(), Level::instance(), and List::rest(). |
|
Implements Command. Definition at line 23 of file TurnCommand.cpp. References _person, _xDir, and Person::setXDirection(). |
|
Implements Command. Definition at line 28 of file TurnCommand.cpp. References _id, _person, _xDir, List::getString(), Object::id(), and List::snoc(). |
|
Definition at line 89 of file Command.h. References _id. Referenced by Command::loadCommand(). |
|
Definition at line 94 of file Command.h. Referenced by getString(), and id(). |
|
Definition at line 91 of file Command.h. Referenced by execute(), getString(), and TurnCommand(). |
|
Definition at line 92 of file Command.h. Referenced by execute(), getString(), and TurnCommand(). |