![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 &) |
QDebug operator<< | ( | QDebug | dbg, |
const QTextFormat & | f ) |
Definition at line 4059 of file qtextformat.cpp.
QDebug operator<< | ( | QDebug | dbg, |
const QTextLength & | l ) |
Definition at line 4052 of file qtextformat.cpp.
Q_DECLARE_TYPEINFO | ( | QTextLength | , |
Q_PRIMITIVE_TYPE | ) |