Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7403 in orxonox.OLD for trunk/src/lib/shell/shell_command_class.h


Ignore:
Timestamp:
Apr 27, 2006, 5:49:12 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: more exists functions to ClassList, and improved shellcompletion

File:
1 edited

Legend:

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

    r7394 r7403  
    3030    static ShellCommandClass* getCommandClass(const std::string& className);
    3131    static void unregisterAllCommands();
     32    static const ShellCommandClass* exists(const std::string& className);
    3233
    3334    static void help (const std::string& className);
     
    3738    virtual ~ShellCommandClass();
    3839
    39     static const ShellCommandClass* isRegistered(const std::string& className);
    4040
    4141    void registerCommand(ShellCommand* command);
Note: See TracChangeset for help on using the changeset viewer.