Public Member Functions | |
IRCCompletionResult | complete (const QString &textLine, int cursorPosition) |
Parses current command line and returns a modified one. More... | |
IRCCompletionResult | cycleNext () |
bool | isReset () const |
void | reset () |
void | setModel (QAbstractItemModel *model) |
Definition at line 47 of file ircnicknamecompleter.h.
IRCCompletionResult IRCNicknameCompleter::complete | ( | const QString & | textLine, |
int | cursorPosition | ||
) |
Parses current command line and returns a modified one.
Definition at line 107 of file ircnicknamecompleter.cpp.