Qt 4.8
|
#include <QtGui/qcolor.h>
#include <QtGui/qfont.h>
#include <QtCore/qshareddata.h>
#include <QtCore/qvector.h>
#include <QtCore/qvariant.h>
#include <QtGui/qpen.h>
#include <QtGui/qbrush.h>
#include <QtGui/qtextoption.h>
Go to the source code of this file.
Classes | |
class | QTextBlockFormat |
The QTextBlockFormat class provides formatting information for blocks of text in a QTextDocument. More... | |
class | QTextCharFormat |
The QTextCharFormat class provides formatting information for characters in a QTextDocument. More... | |
class | QTextFormat |
The QTextFormat class provides formatting information for a QTextDocument. More... | |
class | QTextFrameFormat |
The QTextFrameFormat class provides formatting information for frames in a QTextDocument. More... | |
class | QTextImageFormat |
The QTextImageFormat class provides formatting information for images in a QTextDocument. More... | |
class | QTextLength |
The QTextLength class encapsulates the different types of length used in a QTextDocument. More... | |
class | QTextListFormat |
The QTextListFormat class provides formatting information for lists in a QTextDocument. More... | |
class | QTextTableCellFormat |
The QTextTableCellFormat class provides formatting information for table cells in a QTextDocument. More... | |
class | QTextTableFormat |
The QTextTableFormat class provides formatting information for tables in a QTextDocument. More... | |
Functions | |
Q_GUI_EXPORT QDataStream & | operator<< (QDataStream &, const QTextLength &) |
Q_GUI_EXPORT QDataStream & | operator<< (QDataStream &, const QTextFormat &) |
Q_GUI_EXPORT QDataStream & | operator>> (QDataStream &, QTextLength &) |
Q_GUI_EXPORT QDataStream & | operator>> (QDataStream &, QTextFormat &) |
Q_GUI_EXPORT QDataStream& operator<< | ( | QDataStream & | , |
const QTextLength & | |||
) |
Definition at line 179 of file qtextformat.cpp.
Q_GUI_EXPORT QDataStream& operator<< | ( | QDataStream & | , |
const QTextFormat & | |||
) |
Definition at line 459 of file qtextformat.cpp.
Q_GUI_EXPORT QDataStream& operator>> | ( | QDataStream & | , |
QTextLength & | |||
) |
Definition at line 184 of file qtextformat.cpp.
Q_GUI_EXPORT QDataStream& operator>> | ( | QDataStream & | , |
QTextFormat & | |||
) |
Definition at line 465 of file qtextformat.cpp.