![]() |
Qt 6.x
The Qt SDK
|
#include <QtGui/qbrush.h>
#include <QtGui/qcolor.h>
#include <QtGui/qfont.h>
#include <QtGui/qpen.h>
#include <QtGui/qtextoption.h>
#include <QtGui/qtguiglobal.h>
#include <QtCore/qlist.h>
#include <QtCore/qshareddata.h>
#include <QtCore/qvariant.h>
Go to the source code of this file.
Classes | |
class | QTextLength |
\reentrant More... | |
class | QTextFormat |
\reentrant More... | |
class | QTextCharFormat |
\reentrant More... | |
class | QTextBlockFormat |
\reentrant More... | |
class | QTextListFormat |
\reentrant More... | |
class | QTextImageFormat |
\reentrant More... | |
class | QTextFrameFormat |
\reentrant More... | |
class | QTextTableFormat |
\reentrant More... | |
class | QTextTableCellFormat |
\reentrant More... | |
Functions | |
Q_GUI_EXPORT QDebug | operator<< (QDebug, const QTextLength &) |
Q_DECLARE_TYPEINFO (QTextLength, Q_PRIMITIVE_TYPE) | |
Q_GUI_EXPORT QDebug | operator<< (QDebug, const QTextFormat &) |
Q_GUI_EXPORT QDebug operator<< | ( | QDebug | dbg, |
const QTextFormat & | f | ||
) |
Definition at line 4043 of file qtextformat.cpp.
Q_GUI_EXPORT QDebug operator<< | ( | QDebug | dbg, |
const QTextLength & | l | ||
) |
Definition at line 4036 of file qtextformat.cpp.
References QTextLength::type().
Q_DECLARE_TYPEINFO | ( | QTextLength | , |
Q_PRIMITIVE_TYPE | |||
) |