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

Public Member Functions | |
| SetControlCommand (Object *object) | |
| SetControlCommand (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 = "setControl" | 
Definition at line 214 of file Command.h.
      
  | 
  
| 
 
 Definition at line 11 of file SetControlCommand.cpp.  | 
  
      
  | 
  
| 
 
 Definition at line 17 of file SetControlCommand.cpp. References _object, List::firstString(), Level::getObject(), Level::instance(), and List::rest().  | 
  
      
  | 
  
| 
 
 Implements Command. Definition at line 23 of file SetControlCommand.cpp. References _object, Control::detachAllControllers(), and Control::registerController().  | 
  
      
  | 
  
| 
 
 Implements Command. Definition at line 29 of file SetControlCommand.cpp. References _id, _object, List::getString(), Object::id(), and List::snoc().  | 
  
      
  | 
  
| 
 
 Definition at line 222 of file Command.h. References _id. Referenced by Command::loadCommand().  | 
  
      
  | 
  
| 
 
 Definition at line 225 of file Command.h. Referenced by getString(), and id().  | 
  
      
  | 
  
| 
 
 Definition at line 224 of file Command.h. Referenced by execute(), getString(), and SetControlCommand().  | 
  
 1.4.6-NO