![]() |
Qt 4.8
|
#include "qtextformat.h"#include "qtextformat_p.h"#include <qvariant.h>#include <qdatastream.h>#include <qdebug.h>#include <qmap.h>#include <qhash.h>Go to the source code of this file.
Classes | |
| class | QTextFormatPrivate |
| struct | QTextFormatPrivate::Property |
Functions | |
| static int | getHash (const QTextFormatPrivate *d, int format) |
| static uint | hash (float d) |
| static uint | hash (const QColor &color) |
| static uint | hash (const QPen &pen) |
| static uint | hash (const QBrush &brush) |
| QDataStream & | operator<< (QDataStream &stream, const QTextLength &length) |
| Q_GUI_EXPORT QDataStream & | operator<< (QDataStream &stream, const QTextFormat &fmt) |
| QDataStream & | operator>> (QDataStream &stream, QTextLength &length) |
| Q_GUI_EXPORT QDataStream & | operator>> (QDataStream &stream, QTextFormat &fmt) |
| static uint | variantHash (const QVariant &variant) |
|
inlinestatic |
Definition at line 347 of file qtextformat.cpp.
Referenced by QTextFormatCollection::hasFormatCached(), and QTextFormatCollection::indexForFormat().
|
inlinestatic |
Definition at line 296 of file qtextformat.cpp.
Referenced by QTextFormatCollection::hasFormatCached(), and QTextFormatCollection::indexForFormat().
Definition at line 309 of file qtextformat.cpp.
Definition at line 314 of file qtextformat.cpp.
Definition at line 319 of file qtextformat.cpp.
| QDataStream& operator<< | ( | QDataStream & | stream, |
| const QTextLength & | length | ||
| ) |
Definition at line 179 of file qtextformat.cpp.
| Q_GUI_EXPORT QDataStream& operator<< | ( | QDataStream & | stream, |
| const QTextFormat & | fmt | ||
| ) |
Definition at line 459 of file qtextformat.cpp.
| QDataStream& operator>> | ( | QDataStream & | stream, |
| QTextLength & | length | ||
| ) |
Definition at line 184 of file qtextformat.cpp.
| Q_GUI_EXPORT QDataStream& operator>> | ( | QDataStream & | stream, |
| QTextFormat & | fmt | ||
| ) |
Definition at line 465 of file qtextformat.cpp.
Definition at line 324 of file qtextformat.cpp.
Referenced by QTextFormatPrivate::recalcHash().