Extending Qt Creator Manual
AutoCompleter
Extending Qt Creator Manual 4.5.0
List of All Members for AutoCompleter
This is the complete list of members for
TextEditor::AutoCompleter
, including inherited members.
AutoCompleter
()
~AutoCompleter
()
autoBackspace
(QTextCursor &) : bool
autoComplete
(QTextCursor &, const QString &, bool ) const : QString
contextAllowsAutoBrackets
(const QTextCursor &, const QString &) const : bool
contextAllowsAutoQuotes
(const QTextCursor &, const QString &) const : bool
contextAllowsElectricCharacters
(const QTextCursor &) const : bool
insertMatchingBrace
(const QTextCursor &, const QString &, QChar , bool , int *) const : QString
insertMatchingQuote
(const QTextCursor &, const QString &, QChar , bool , int *) const : QString
insertParagraphSeparator
(const QTextCursor &) const : QString
isAutoInsertBracketsEnabled
() const : bool
isAutoInsertQuotesEnabled
() const : bool
isInComment
(const QTextCursor &) const : bool
isInString
(const QTextCursor &) const : bool
isNextBlockIndented
(const QTextBlock &) const : bool
isQuote
(const QString &) : bool
isSurroundWithBracketsEnabled
() const : bool
isSurroundWithQuotesEnabled
() const : bool
paragraphSeparatorAboutToBeInserted
(QTextCursor &) : int
setAutoInsertBracketsEnabled
(bool )
setAutoInsertQuotesEnabled
(bool )
setSurroundWithBracketsEnabled
(bool )
setSurroundWithQuotesEnabled
(bool )
setTabSettings
(const TabSettings &)
tabSettings
() const : const TabSettings &