QTextBlock

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this(QTextDocumentPrivate* priv, int b)
Undocumented in source.
this
this()
Undocumented in source.
this
this(const(QTextBlock) o)
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Aliases

Iterator
alias Iterator = iterator
Undocumented in source.

Functions

begin
iterator begin()
Undocumented in source.
blockFormat
QTextBlockFormat blockFormat()
Undocumented in source.
blockFormatIndex
int blockFormatIndex()
Undocumented in source.
blockNumber
int blockNumber()
Undocumented in source.
charFormat
QTextCharFormat charFormat()
Undocumented in source.
charFormatIndex
int charFormatIndex()
Undocumented in source.
clearLayout
void clearLayout()
Undocumented in source.
contains
bool contains(int position)
Undocumented in source.
docHandle
QTextDocumentPrivate* docHandle()
Undocumented in source. Be warned that the author may not have intended to support it.
document
const(QTextDocument) document()
Undocumented in source.
end
iterator end()
Undocumented in source.
firstLineNumber
int firstLineNumber()
Undocumented in source.
fragmentIndex
int fragmentIndex()
Undocumented in source. Be warned that the author may not have intended to support it.
isValid
bool isValid()
Undocumented in source.
isVisible
bool isVisible()
Undocumented in source.
layout
QTextLayout* layout()
Undocumented in source.
length
int length()
Undocumented in source.
lineCount
int lineCount()
Undocumented in source.
next
QTextBlock next()
Undocumented in source.
position
int position()
Undocumented in source.
previous
QTextBlock previous()
Undocumented in source.
revision
int revision()
Undocumented in source.
setLineCount
void setLineCount(int count)
Undocumented in source.
setRevision
void setRevision(int rev)
Undocumented in source.
setUserData
void setUserData(QTextBlockUserData data)
Undocumented in source.
setUserState
void setUserState(int state)
Undocumented in source.
setVisible
void setVisible(bool visible)
Undocumented in source.
text
QString text()
Undocumented in source.
textDirection
qt.core.namespace.LayoutDirection textDirection()
Undocumented in source.
textFormats
QVector!(QTextLayout.FormatRange) textFormats()
Undocumented in source.
textList
QTextList textList()
Undocumented in source.
userData
QTextBlockUserData userData()
Undocumented in source.
userState
int userState()
Undocumented in source.

Structs

iterator
struct iterator
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Meta