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: root on macppc.ports.openbsd.org on Sat Sep 6 10:38:11 2003, using kdoc 2.0a54. |