Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Apr 27, 2006, 9:31:43 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: first CompletionPlugin works almost :)

File:
1 edited

Legend:

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

    r7408 r7409  
    7575    static bool exists(const std::string& commandName, const std::string& className);
    7676
     77    const ShellCommandClass* const getCommandClass() const { return this->shellClass; };
     78    const ShellCommandAlias* const getAlias() const { return this->alias; }
    7779    unsigned int getParamCount() const { return this->executor->getParamCount(); }
    7880    const CompletorPlugin* const getCompletorPlugin(unsigned int i) const { return this->completors[i]; };
Note: See TracChangeset for help on using the changeset viewer.