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

(74b67c8f844baff744acbd2cdc69e5ef0384ac16)

#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]

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

Definition at line 87 of file qpen.cpp.

◆ operator<<() [2/2]

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

Definition at line 952 of file qpen.cpp.

◆ operator>>()

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

Definition at line 86 of file qpen.cpp.