Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7393 in orxonox.OLD for trunk/src/lib/shell/shell_completion.h


Ignore:
Timestamp:
Apr 27, 2006, 1:05:17 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: ClassList better, and some shell-commands

File:
1 edited

Legend:

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

    r7388 r7393  
    4848    bool objectComplete(const std::string& objectBegin, long classID);
    4949    //  bool objectMatch(const char* objectBegin, long classID, unsigned int* length);
    50     bool functionComplete(const std::string& functionBegin, const std::string& className);
     50    bool commandComplete(const std::string& commandBegin, const std::string& className);
    5151    //  bool functionMatch(const char* functionBegin, long classID, unsigned int* length);
    5252    bool aliasComplete(const std::string& aliasBegin);
    5353
     54    // Generally Completes.
    5455    bool generalComplete(std::string& input,
    5556                         const std::string& begin, const std::string& displayAs = "%s",
     
    6061    bool addToCompleteList(const std::list<BaseObject*>& inputList, const std::string& completionBegin, ShellCompletion::CompletionType type);
    6162
    62     void clearCompletionList();
    6363
    6464    // Helpers.
     65    void clearCompletionList();
    6566    static const std::string& ShellCompletion::typeToString(ShellCompletion::CompletionType type);
    6667
Note: See TracChangeset for help on using the changeset viewer.