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

Go to the source code of this file.

Classes

class  QPen
 \inmodule QtGui More...
 

Functions

Q_GUI_EXPORT QDataStreamoperator<< (QDataStream &, const QPen &)
 
Q_GUI_EXPORT QDataStreamoperator>> (QDataStream &, QPen &)
 
Q_GUI_EXPORT QDebug operator<< (QDebug, const QPen &)
 

Function Documentation

◆ operator<<() [1/2]

Q_GUI_EXPORT QDataStream & operator<< ( QDataStream s,
const QPen p 
)
related

Definition at line 84 of file qpen.cpp.

◆ operator<<() [2/2]

Q_GUI_EXPORT QDebug operator<< ( QDebug  dbg,
const QPen p 
)

Definition at line 984 of file qpen.cpp.

◆ operator>>()

Q_GUI_EXPORT QDataStream & operator>> ( QDataStream s,
QPen p 
)
related

Definition at line 83 of file qpen.cpp.