Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7413 in orxonox.OLD for trunk/src/lib/shell/shell_command.h


Ignore:
Timestamp:
Apr 28, 2006, 12:54:04 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: Shell Completes some Parameters nicely now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/shell/shell_command.h

    r7412 r7413  
    7474    static void unregisterCommand(const std::string& commandName, const std::string& className);
    7575    static const ShellCommand* const getCommand(const std::string& commandName, const std::string& className);
     76    static const ShellCommand* const getCommand(const std::string& commandName, const ShellCommandClass* cmdClass);
    7677    static bool exists(const std::string& commandName, const std::string& className);
     78    static const ShellCommand* const getCommandFromInput(const std::string& inputLine);
    7779
    7880    const ShellCommandClass* const getCommandClass() const { return this->shellClass; };
Note: See TracChangeset for help on using the changeset viewer.