Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7403 in orxonox.OLD for trunk/src/lib/shell/shell_command.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.h

    r7401 r7403  
    7272
    7373    static ShellCommand* registerCommand(const std::string& commandName, const std::string& className, const Executor& executor);
    74 
    7574    static void unregisterCommand(const std::string& commandName, const std::string& className);
     75    static bool exists(const std::string& commandName, const std::string& className);
    7676
    7777    static void debug();
     
    8181    virtual ~ShellCommand();
    8282
    83     static bool isRegistered(const std::string& commandName, const std::string& className);
    8483    static const std::string& paramToString(long parameter);
    8584
Note: See TracChangeset for help on using the changeset viewer.