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
qpen.h File Reference

(d769ca41fc11e1af81e4cdf7cacb3884f98b108c)

#include <QtCore/qshareddata.h>
#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]

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

Definition at line 904 of file qpen.cpp.

◆ operator<<() [2/2]

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

Definition at line 1016 of file qpen.cpp.

◆ operator>>()

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

Definition at line 951 of file qpen.cpp.