codecompletioninterface.h
107 virtual void showArgHint (TQStringList functionList, const TQString& strWrapping, const TQString& strDelimiter) = 0;
115 virtual void showCompletionBox (TQValueList<CompletionEntry> complList,int offset=0, bool casesensitive=true)=0;
An item for the completion popup.
Definition: codecompletioninterface.h:42
KTextEditor is KDE's standard text editing KPart interface.
Definition: blockselectiondcopinterface.h:9
This is an interface for the KTextEditor::View class.
Definition: codecompletioninterface.h:86
The View class represents a single view of a Document .
Definition: tdetexteditor/view.h:32