Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qtextformat.h File Reference
#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]

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

Definition at line 4043 of file qtextformat.cpp.

◆ operator<<() [2/2]

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

Definition at line 4036 of file qtextformat.cpp.

References QTextLength::type().

+ Here is the call graph for this function:

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QTextLength  ,
Q_PRIMITIVE_TYPE   
)