#include <Command.h>
Inheritance diagram for SaveCommand:

Public Member Functions | |
| SaveCommand () | |
| SaveCommand (List *list) | |
| void | execute () |
| std::string | getString () |
Static Public Member Functions | |
| static std::string | id () |
Static Private Attributes | |
| static const std::string | _id = "save" |
Definition at line 407 of file Command.h.
|
|
|
|
|
|
|
|
Implements Command. Definition at line 9 of file SaveCommand.cpp. References Level::instance(), and Level::save(). |
|
|
Implements Command. Definition at line 14 of file SaveCommand.cpp. References _id, List::getString(), and List::snoc(). |
|
|
Definition at line 415 of file Command.h. References _id. Referenced by Command::loadCommand(). |
|
|
Definition at line 417 of file Command.h. Referenced by getString(), and id(). |
1.4.6-NO