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;
This is an interface for the KTextEditor::View class.
Definition: codecompletioninterface.h:87
virtual void completionDone(CompletionEntry)=0
This signal is the same as completionDone(), but additionally it carries the information which comple...
virtual void argHintHidden()=0
This signal is emitted when the argument hint disappears.
virtual void showArgHint(TQStringList functionList, const TQString &strWrapping, const TQString &strDelimiter)=0
This shows an argument hint.
virtual void filterInsertString(CompletionEntry *, TQString *)=0
This signal is emitted just before a completion takes place.
virtual void showCompletionBox(TQValueList< CompletionEntry > complList, int offset=0, bool casesensitive=true)=0
This shows a completion list.
virtual void completionAborted()=0
This signal is emitted when the completion list disappears and no completion has been done.
virtual void completionDone()=0
This signal is emitted when the completion list disappears and a completion has been inserted into te...
An item for the completion popup.
Definition: codecompletioninterface.h:43
The View class represents a single view of a Document .
Definition: tdetexteditor/view.h:33
KTextEditor is KDE's standard text editing KPart interface.
Definition: blockselectiondcopinterface.h:10