Changeset 7389 in orxonox.OLD for trunk/src/lib/shell/shell_command_class.h
- Timestamp:
- Apr 26, 2006, 11:39:51 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_command_class.h
r7388 r7389 27 27 28 28 static bool getCommandListOfClass(const std::string& className, std::list<std::string>& stringList); 29 static bool getCommandListOfAlias(std::list<std::string>& aliasList);30 29 31 30 static ShellCommandClass* getCommandClass(const std::string& className); … … 49 48 std::vector<ShellCommand*> commandList; //!< A list of Commands from this Class 50 49 static std::list<ShellCommandClass*>* commandClassList; //!< A list of Classes 51 static std::list<ShellCommandAlias*>* aliasList; //!< A list of Aliases to A Commands.52 50 }; 53 51
Note: See TracChangeset
for help on using the changeset viewer.