Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qfont.h File Reference
#include <QtCore/qshareddata.h>
#include <QtGui/qtguiglobal.h>
#include <QtGui/qwindowdefs.h>
#include <QtCore/qstring.h>
+ Include dependency graph for qfont.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QFont
 \reentrant More...
 

Functions

Q_GUI_EXPORT size_t qHash (const QFont &font, size_t seed=0) noexcept
 
Q_GUI_EXPORT QDataStreamoperator<< (QDataStream &, const QFont &)
 
Q_GUI_EXPORT QDataStreamoperator>> (QDataStream &, QFont &)
 
Q_GUI_EXPORT QDebug operator<< (QDebug, const QFont &)
 

Function Documentation

◆ operator<<() [1/2]

Q_GUI_EXPORT QDataStream & operator<< ( QDataStream ,
const QFont  
)
related

◆ operator<<() [2/2]

Q_GUI_EXPORT QDebug operator<< ( QDebug  stream,
const QFont font 
)

Definition at line 297 of file qfont.cpp.

References other(), QFontDef::pixelSize, QFontDef::pointSize, and QFontPrivate::request.

+ Here is the call graph for this function:

◆ operator>>()

Q_GUI_EXPORT QDataStream & operator>> ( QDataStream ,
QFont  
)
related

◆ qHash()

Q_GUI_EXPORT size_t qHash ( const QFont font,
size_t  seed = 0 
)
related