QTextList

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(QTextDocument doc)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

add
void add(const(QTextBlock) block)
Undocumented in source.
count
int count()
Undocumented in source.
format
QTextListFormat format()
Undocumented in source. Be warned that the author may not have intended to support it.
isEmpty
bool isEmpty()
Undocumented in source. Be warned that the author may not have intended to support it.
item
QTextBlock item(int i)
Undocumented in source.
itemNumber
int itemNumber(const(QTextBlock) )
Undocumented in source.
itemText
QString itemText(const(QTextBlock) )
Undocumented in source.
remove
void remove(const(QTextBlock) )
Undocumented in source.
removeItem
void removeItem(int i)
Undocumented in source.
setFormat
void setFormat(const(QTextListFormat) aformat)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From QTextBlockGroup

~this
~this()
Undocumented in source.
blockInserted
void blockInserted(const(QTextBlock) block)
Undocumented in source.
blockRemoved
void blockRemoved(const(QTextBlock) block)
Undocumented in source.
blockFormatChanged
void blockFormatChanged(const(QTextBlock) block)
Undocumented in source.
blockList
QList!(QTextBlock) blockList()
Undocumented in source.

Meta