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

(05fc3aef53348fb58be6308076e000825b704e58)

#include <QtGui/qtguiglobal.h>
#include <QtCore/qlist.h>
#include <QtCore/qpair.h>
#include <QtCore/qpoint.h>
#include <QtCore/qscopedpointer.h>
#include <QtGui/qcolor.h>
#include <QtGui/qimage.h>
#include <QtGui/qpixmap.h>
#include <QtGui/qtransform.h>
+ Include dependency graph for qbrush.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QBrushDataPointerDeleter
 
class  QBrush
 \inmodule QtGui More...
 
struct  QBrushData
 
class  QGradient
 \inmodule QtGui More...
 
union  QGradient::QGradientData
 
class  QLinearGradient
 \inmodule QtGui More...
 
class  QRadialGradient
 \inmodule QtGui More...
 
class  QConicalGradient
 \inmodule QtGui More...
 

Typedefs

typedef QPair< qreal, QColorQGradientStop
 
typedef QList< QGradientStopQGradientStops
 

Functions

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

Typedef Documentation

◆ QGradientStop

typedef QPair<qreal, QColor> QGradientStop
related

Definition at line 131 of file qbrush.h.

◆ QGradientStops

Definition at line 132 of file qbrush.h.

Function Documentation

◆ operator<<() [1/2]

Q_GUI_EXPORT QDataStream & operator<< ( QDataStream & s,
const QBrush & b )
related

Definition at line 998 of file qbrush.cpp.

◆ operator<<() [2/2]

Q_GUI_EXPORT QDebug operator<< ( QDebug dbg,
const QBrush & b )

Definition at line 953 of file qbrush.cpp.

References qOffsetStringArray().

+ Here is the call graph for this function:

◆ operator>>()

Q_GUI_EXPORT QDataStream & operator>> ( QDataStream & s,
QBrush & b )
related

Definition at line 1074 of file qbrush.cpp.