Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 27, 2008, 12:27:13 AM (16 years ago)
Author:
landauf
Message:

autocompletion is almost done

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/console/src/core/ConsoleCommand.h

    r1430 r1434  
    100100                { return this->accessLevel_; }
    101101
    102             ConsoleCommand& setArgumentCompletionList(unsigned int param, ArgumentCompleter* completer);
     102            ConsoleCommand& setArgumentCompleter(unsigned int param, ArgumentCompleter* completer);
     103            ArgumentCompleter* getArgumentCompleter(unsigned int param) const;
     104
    103105            void createArgumentCompletionList(unsigned int param, const std::string& param1 = "", const std::string& param2 = "", const std::string& param3 = "", const std::string& param4 = "", const std::string& param5 = "");
    104106            const std::list<std::pair<std::string, std::string> >& getArgumentCompletionList() const
Note: See TracChangeset for help on using the changeset viewer.