Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qtextformat.h File Reference

(ab2f4ef8fad82fd07dac8768b8dcb94b11b271b6)

#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>
+ Include dependency graph for qtextformat.h:
+ This graph shows which files directly or indirectly include this file:

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 &)
 

Function Documentation

◆ operator<<() [1/2]

QDebug operator<< ( QDebug dbg,
const QTextFormat & f )

Definition at line 4059 of file qtextformat.cpp.

◆ operator<<() [2/2]

QDebug operator<< ( QDebug dbg,
const QTextLength & l )

Definition at line 4052 of file qtextformat.cpp.

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QTextLength ,
Q_PRIMITIVE_TYPE  )