interfaces
KTextEditor::CompletionEntry Class Reference
An item for the completion popup. More...
#include <codecompletioninterface.h>
Public Member Functions | |
bool | operator== (const CompletionEntry &c) const |
Public Attributes | |
QString | comment |
QString | postfix |
QString | prefix |
QString | text |
QString | type |
QString | userdata |
Detailed Description
An item for the completion popup.
text
is the completed string, prefix
appears in front of it, suffix
appears after it. type
does not appear in the completion list. prefix
, suffix
, and type
are not part of the inserted text if a completion takes place. comment
appears in a tooltip right of the completion list for the currently selected item. userdata
can be free formed data, which the user of this interface can use in CodeCompletionInterface::filterInsertString().
Definition at line 42 of file codecompletioninterface.h.
Member Function Documentation
bool KTextEditor::CompletionEntry::operator== | ( | const CompletionEntry & | c | ) | const [inline] |
Definition at line 53 of file codecompletioninterface.h.
Member Data Documentation
Definition at line 49 of file codecompletioninterface.h.
Definition at line 48 of file codecompletioninterface.h.
Definition at line 47 of file codecompletioninterface.h.
Definition at line 46 of file codecompletioninterface.h.
Definition at line 45 of file codecompletioninterface.h.
Definition at line 51 of file codecompletioninterface.h.
The documentation for this class was generated from the following file: