Extending Qt Creator Manual
TextBlockUserData
Extending Qt Creator Manual 4.5.0
List of All Members for TextBlockUserData
This is the complete list of members for
TextEditor::TextBlockUserData
, including inherited members.
enum
MatchType
TextBlockUserData
()
~TextBlockUserData
()
addMark
(TextMark *)
braceDepthDelta
() const : int
checkClosedParenthesis
(QTextCursor *, QChar ) : MatchType
checkOpenParenthesis
(QTextCursor *, QChar ) : MatchType
clearIfdefedOut
() : bool
clearParentheses
()
codeFormatterData
() const : CodeFormatterData *
documentClosing
() : TextMarks
findNextBlockClosingParenthesis
(QTextCursor *) : bool
findNextClosingParenthesis
(QTextCursor *, bool ) : bool
findPreviousBlockOpenParenthesis
(QTextCursor *, bool ) : bool
findPreviousOpenParenthesis
(QTextCursor *, bool , bool ) : bool
folded
() const : bool
foldingEndIncluded
() const : bool
foldingIndent
() const : int
foldingStartIncluded
() const : bool
hasParentheses
() const : bool
ifdefedOut
() const : bool
lexerState
() const : int
marks
() const : TextMarks
matchCursorBackward
(QTextCursor *) : MatchType
matchCursorForward
(QTextCursor *) : MatchType
parentheses
() const : const Parentheses &
removeMark
(TextMark *) : bool
setCodeFormatterData
(CodeFormatterData *)
setFolded
(bool )
setFoldingEndIncluded
(bool )
setFoldingIndent
(int )
setFoldingStartIncluded
(bool )
setIfdefedOut
() : bool
setLexerState
(int )
setParentheses
(const Parentheses &)