Qt 4.8
|
The QTextListFormat class provides formatting information for lists in a QTextDocument. More...
#include <qtextformat.h>
Public Functions | |
int | indent () const |
Returns the list format's indentation. More... | |
bool | isValid () const |
Returns true if this list format is valid; otherwise returns false. More... | |
QString | numberPrefix () const |
Returns the list format's number prefix. More... | |
QString | numberSuffix () const |
Returns the list format's number suffix. More... | |
QTextListFormat () | |
Constructs a new list format object. More... | |
void | setIndent (int indent) |
Sets the list format's indentation. More... | |
void | setNumberPrefix (const QString &numberPrefix) |
Sets the list format's number prefix to the string specified by numberPrefix. More... | |
void | setNumberSuffix (const QString &numberSuffix) |
Sets the list format's number suffix to the string specified by numberSuffix. More... | |
void | setStyle (Style style) |
Sets the list format's style. More... | |
Style | style () const |
Returns the list format's style. More... | |
Public Functions inherited from QTextFormat | |
QBrush | background () const |
Returns the brush used to paint the document's background. More... | |
bool | boolProperty (int propertyId) const |
Returns the value of the property specified by propertyId. More... | |
QBrush | brushProperty (int propertyId) const |
Returns the value of the property given by propertyId; if the property isn't of QVariant::Brush type, Qt::NoBrush is returned instead. More... | |
void | clearBackground () |
Clears the brush used to paint the document's background. More... | |
void | clearForeground () |
Clears the brush used to paint the document's foreground. More... | |
void | clearProperty (int propertyId) |
Clears the value of the property given by propertyId. More... | |
QColor | colorProperty (int propertyId) const |
Returns the value of the property given by propertyId; if the property isn't of QVariant::Color type, an invalid color is returned instead. More... | |
qreal | doubleProperty (int propertyId) const |
Returns the value of the property specified by propertyId. More... | |
QBrush | foreground () const |
Returns the brush used to render foreground details, such as text, frame outlines, and table borders. More... | |
bool | hasProperty (int propertyId) const |
Returns true if the text format has a property with the given propertyId; otherwise returns false. More... | |
int | intProperty (int propertyId) const |
Returns the value of the property specified by propertyId. More... | |
bool | isBlockFormat () const |
Returns true if this text format is a BlockFormat ; otherwise returns false. More... | |
bool | isCharFormat () const |
Returns true if this text format is a CharFormat ; otherwise returns false. More... | |
bool | isFrameFormat () const |
Returns true if this text format is a FrameFormat ; otherwise returns false. More... | |
bool | isImageFormat () const |
Returns true if this text format is an image format; otherwise returns false. More... | |
bool | isListFormat () const |
Returns true if this text format is a ListFormat ; otherwise returns false. More... | |
bool | isTableCellFormat () const |
Returns true if this text format is a TableCellFormat ; otherwise returns false. More... | |
bool | isTableFormat () const |
Returns true if this text format is a TableFormat ; otherwise returns false. More... | |
bool | isValid () const |
Returns true if the format is valid (i. More... | |
Qt::LayoutDirection | layoutDirection () const |
Returns the document's layout direction. More... | |
QTextLength | lengthProperty (int propertyId) const |
Returns the value of the property given by propertyId. More... | |
QVector< QTextLength > | lengthVectorProperty (int propertyId) const |
Returns the value of the property given by propertyId. More... | |
void | merge (const QTextFormat &other) |
Merges the other format with this format; where there are conflicts the other format takes precedence. More... | |
int | objectIndex () const |
Returns the index of the format object, or -1 if the format object is invalid. More... | |
int | objectType () const |
Returns the text format's object type. More... | |
operator QVariant () const | |
Returns the text format as a QVariant. More... | |
bool | operator!= (const QTextFormat &rhs) const |
Returns true if this text format is different from the other text format. More... | |
QTextFormat & | operator= (const QTextFormat &rhs) |
Assigns the other text format to this text format, and returns a reference to this text format. More... | |
bool | operator== (const QTextFormat &rhs) const |
Returns true if this text format is the same as the other text format. More... | |
QPen | penProperty (int propertyId) const |
Returns the value of the property given by propertyId; if the property isn't of QVariant::Pen type, Qt::NoPen is returned instead. More... | |
QMap< int, QVariant > | properties () const |
Returns a map with all properties of this text format. More... | |
QVariant | property (int propertyId) const |
Returns the property specified by the given propertyId. More... | |
int | propertyCount () const |
Returns the number of properties stored in the format. More... | |
QTextFormat () | |
Creates a new text format with an InvalidFormat . More... | |
QTextFormat (int type) | |
Creates a new text format of the given type. More... | |
QTextFormat (const QTextFormat &rhs) | |
Creates a new text format with the same attributes as the other text format. More... | |
void | setBackground (const QBrush &brush) |
Sets the brush use to paint the document's background to the brush specified. More... | |
void | setForeground (const QBrush &brush) |
Sets the foreground brush to the specified brush. More... | |
void | setLayoutDirection (Qt::LayoutDirection direction) |
Sets the document's layout direction to the specified direction. More... | |
void | setObjectIndex (int object) |
Sets the format object's object index. More... | |
void | setObjectType (int type) |
Sets the text format's object type to type. More... | |
void | setProperty (int propertyId, const QVariant &value) |
Sets the property specified by the propertyId to the given value. More... | |
void | setProperty (int propertyId, const QVector< QTextLength > &lengths) |
Sets the value of the property given by propertyId to value. More... | |
QString | stringProperty (int propertyId) const |
Returns the value of the property given by propertyId; if the property isn't of QVariant::String type, an empty string is returned instead. More... | |
QTextBlockFormat | toBlockFormat () const |
Returns this format as a block format. More... | |
QTextCharFormat | toCharFormat () const |
Returns this format as a character format. More... | |
QTextFrameFormat | toFrameFormat () const |
Returns this format as a frame format. More... | |
QTextImageFormat | toImageFormat () const |
Returns this format as an image format. More... | |
QTextListFormat | toListFormat () const |
Returns this format as a list format. More... | |
QTextTableCellFormat | toTableCellFormat () const |
Returns this format as a table cell format. More... | |
QTextTableFormat | toTableFormat () const |
Returns this format as a table format. More... | |
int | type () const |
Returns the type of this format. More... | |
~QTextFormat () | |
Destroys this text format. More... | |
Protected Functions | |
QTextListFormat (const QTextFormat &fmt) | |
Creates a new list format with the same attributes as the given text format. More... | |
Friends | |
class | QTextFormat |
The QTextListFormat class provides formatting information for lists in a QTextDocument.
A list is composed of one or more items, represented as text blocks. The list's format specifies the appearance of items in the list. In particular, it determines the indentation and the style of each item.
The indentation of the items is an integer value that causes each item to be offset from the left margin by a certain amount. This value is read with indent() and set with setIndent().
The style used to decorate each item is set with setStyle() and can be read with the style() function. The style controls the type of bullet points and numbering scheme used for items in the list. Note that lists that use the decimal numbering scheme begin counting at 1 rather than 0.
Style properties can be set to further configure the appearance of list items; for example, the ListNumberPrefix and ListNumberSuffix properties can be used to customize the numbers used in an ordered list so that they appear as (1), (2), (3), etc.:
Definition at line 642 of file qtextformat.h.
This enum describes the symbols used to decorate list items:
Enumerator | |
---|---|
ListDisc | |
ListCircle | |
ListSquare | |
ListDecimal | |
ListLowerAlpha | |
ListUpperAlpha | |
ListLowerRoman | |
ListUpperRoman | |
ListStyleUndefined |
Definition at line 649 of file qtextformat.h.
QTextListFormat::QTextListFormat | ( | ) |
Constructs a new list format object.
Definition at line 2643 of file qtextformat.cpp.
|
explicitprotected |
Creates a new list format with the same attributes as the given text format.
Definition at line 2659 of file qtextformat.cpp.
|
inline |
Returns the list format's indentation.
The indentation is multiplied by the QTextDocument::indentWidth property to get the effective indent in pixels.
Definition at line 666 of file qtextformat.h.
Referenced by QTextDocumentLayoutPrivate::blockIndent(), QTextHtmlExporter::emitBlock(), QTextControlPrivate::indent(), QTextControlPrivate::outdent(), QTextList::remove(), QTextOdfWriter::writeBlock(), and QTextOdfWriter::writeListFormat().
|
inline |
Returns true if this list format is valid; otherwise returns false.
Definition at line 647 of file qtextformat.h.
|
inline |
Returns the list format's number prefix.
Definition at line 670 of file qtextformat.h.
Referenced by QTextHtmlExporter::emitBlock(), QTextList::itemText(), and QTextOdfWriter::writeListFormat().
|
inline |
Returns the list format's number suffix.
Definition at line 674 of file qtextformat.h.
Referenced by QTextHtmlExporter::emitBlock(), QTextList::itemText(), and QTextOdfWriter::writeListFormat().
|
inline |
Sets the list format's indentation.
The indentation is multiplied by the QTextDocument::indentWidth property to get the effective indent in pixels.
Definition at line 685 of file qtextformat.h.
Referenced by QTextControlPrivate::createAutoBulletList(), QTextEditPrivate::createAutoBulletList(), QTextControlPrivate::indent(), QTextControlPrivate::outdent(), QTextHtmlImporter::processSpecialNodes(), and QTextListFormat().
|
inline |
Sets the list format's number prefix to the string specified by numberPrefix.
This can be used with all sorted list types. It does not have any effect on unsorted list types.
The default prefix is an empty string.
Definition at line 688 of file qtextformat.h.
Referenced by QTextHtmlImporter::processSpecialNodes().
|
inline |
Sets the list format's number suffix to the string specified by numberSuffix.
This can be used with all sorted list types. It does not have any effect on unsorted list types.
The default suffix is ".".
Definition at line 691 of file qtextformat.h.
Referenced by QTextHtmlImporter::processSpecialNodes().
|
inline |
Sets the list format's style.
Definition at line 682 of file qtextformat.h.
Referenced by QTextControlPrivate::createAutoBulletList(), QTextEditPrivate::createAutoBulletList(), QTextCursor::createList(), and QTextHtmlImporter::processSpecialNodes().
|
inline |
Returns the list format's style.
Definition at line 662 of file qtextformat.h.
Referenced by QTextDocumentLayoutPrivate::drawBlock(), QTextDocumentLayoutPrivate::drawListItem(), QTextHtmlExporter::emitBlock(), QTextList::itemText(), and QTextOdfWriter::writeListFormat().
|
friend |
Definition at line 679 of file qtextformat.h.