Changeset 7417 in orxonox.OLD for trunk/src/lib/shell/shell_command.h
- Timestamp:
- Apr 28, 2006, 11:11:57 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_command.h
r7414 r7417 76 76 static const ShellCommand* const getCommand(const std::string& commandName, const ShellCommandClass* cmdClass); 77 77 static bool exists(const std::string& commandName, const std::string& className); 78 static const ShellCommand* const getCommandFromInput(const std::string& inputLine, unsigned int& paramBegin );79 static const ShellCommand* const getCommandFromInput(const SubString& strings, unsigned int& paramBegin );78 static const ShellCommand* const getCommandFromInput(const std::string& inputLine, unsigned int& paramBegin, std::vector<BaseObject*>* boList = NULL); 79 static const ShellCommand* const getCommandFromInput(const SubString& strings, unsigned int& paramBegin, std::vector<BaseObject*>* boList = NULL); 80 80 81 81 const ShellCommandClass* const getCommandClass() const { return this->shellClass; }; … … 90 90 virtual ~ShellCommand(); 91 91 92 static bool fillObjectList(const std::string& objectDescriptor, ShellCommand* cmd, std::vector<BaseObject*>* boList); 92 93 static const std::string& paramToString(long parameter); 93 94
Note: See TracChangeset
for help on using the changeset viewer.