- Timestamp:
- Aug 26, 2010, 2:06:16 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/consolecommands3/src/libraries/core/command/ConsoleCommand.h
r7218 r7221 268 268 ArgumentCompleter* getArgumentCompleter(unsigned int param) const; 269 269 270 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 = "");271 const ArgumentCompletionList& getArgumentCompletionList() const272 { return this->argumentList_; }273 ArgumentCompletionList::const_iterator getArgumentCompletionListBegin() const274 { return this->argumentList_.begin(); }275 ArgumentCompletionList::const_iterator getArgumentCompletionListEnd() const276 { return this->argumentList_.end(); }277 278 270 inline _ConsoleCommand& setAsInputCommand() 279 271 { … … 325 317 326 318 ArgumentCompleter* argumentCompleter_[5]; 327 ArgumentCompletionList argumentList_;328 319 329 320 KeybindMode::Value keybindMode_;
Note: See TracChangeset
for help on using the changeset viewer.