Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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]

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

Definition at line 4057 of file qtextformat.cpp.

◆ operator<<() [2/2]

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

Definition at line 4050 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  )