class CompletionEntry
|
An item for the completion popup. More... |
|
|
Public Methods
- bool operator== ( const CompletionEntry &c ) const
Public Members
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().
bool operator== ( const CompletionEntry &c )
| operator== |
[const]
Generated by: dfaure on faure on Tue Apr 16 08:51:19 2002, using kdoc 2.0a53. |