#include <Command.h>
Inheritance diagram for SetCameraCommand:
Public Member Functions | |
SetCameraCommand (Object *object) | |
SetCameraCommand (List *command) | |
void | execute () |
std::string | getString () |
Static Public Member Functions | |
static std::string | id () |
Private Attributes | |
Object * | _object |
Static Private Attributes | |
static const std::string | _id = "setCamera" |
Definition at line 200 of file Command.h.
|
Definition at line 11 of file SetCameraCommand.cpp. |
|
Definition at line 17 of file SetCameraCommand.cpp. References _object, List::firstString(), Level::getObject(), Level::instance(), and List::rest(). |
|
Implements Command. Definition at line 23 of file SetCameraCommand.cpp. References _object, Screen::instance(), and Screen::registerFollowObj(). |
|
Implements Command. Definition at line 28 of file SetCameraCommand.cpp. References _id, _object, List::getString(), Object::id(), and List::snoc(). |
|
Definition at line 208 of file Command.h. References _id. Referenced by Command::loadCommand(). |
|
Definition at line 211 of file Command.h. Referenced by getString(), and id(). |
|
Definition at line 210 of file Command.h. Referenced by execute(), getString(), and SetCameraCommand(). |