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

(3bbc9e29ef59683351cf35c19a8bd4a030615c64)

#include <QtGui/qtguiglobal.h>
#include <QtCore/qlist.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 std::pair< 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 std::pair<qreal, QColor> QGradientStop
related

Definition at line 153 of file qbrush.h.

◆ QGradientStops

Definition at line 154 of file qbrush.h.

Function Documentation

◆ operator<<() [1/2]

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

Definition at line 1099 of file qbrush.cpp.

◆ operator<<() [2/2]

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

Definition at line 1054 of file qbrush.cpp.

◆ operator>>()

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

Definition at line 1175 of file qbrush.cpp.