Qt 4.8
|
Public Functions | |
bool | operator!= (const Property &other) const |
bool | operator== (const Property &other) const |
Property (qint32 k, const QVariant &v) | |
Property () | |
Public Variables | |
qint32 | key |
QVariant | value |
Definition at line 200 of file qtextformat.cpp.
Definition at line 202 of file qtextformat.cpp.
|
inline |
Definition at line 203 of file qtextformat.cpp.
Referenced by QTextFormatPrivate::insertProperty().
|
inline |
Definition at line 210 of file qtextformat.cpp.
|
inline |
Definition at line 208 of file qtextformat.cpp.
qint32 QTextFormatPrivate::Property::key |
Definition at line 205 of file qtextformat.cpp.
Referenced by QTextFormatPrivate::clearProperty(), QTextFormatPrivate::insertProperty(), QTextFormat::merge(), operator!=(), operator==(), and QTextFormatPrivate::propertyIndex().
QVariant QTextFormatPrivate::Property::value |
Definition at line 206 of file qtextformat.cpp.
Referenced by QTextFormatPrivate::insertProperty(), QTextFormat::merge(), operator!=(), operator==(), and QTextFormatPrivate::recalcFont().