Qt 4.8
|
#include <QtCore/qpair.h>
#include <QtCore/qpoint.h>
#include <QtCore/qvector.h>
#include <QtCore/qscopedpointer.h>
#include <QtGui/qcolor.h>
#include <QtGui/qmatrix.h>
#include <QtGui/qtransform.h>
#include <QtGui/qimage.h>
#include <QtGui/qpixmap.h>
Go to the source code of this file.
Classes | |
class | QBrush |
The QBrush class defines the fill pattern of shapes drawn by QPainter. More... | |
struct | QBrushData |
class | QConicalGradient |
The QConicalGradient class is used in combination with QBrush to specify a conical gradient brush. More... | |
class | QGradient |
The QGradient class is used in combination with QBrush to specify gradient fills. More... | |
class | QLinearGradient |
The QLinearGradient class is used in combination with QBrush to specify a linear gradient brush. More... | |
class | QRadialGradient |
The QRadialGradient class is used in combination with QBrush to specify a radial gradient brush. More... | |
Typedefs | |
typedef QPair< qreal, QColor > | QGradientStop |
typedef QVector< QGradientStop > | QGradientStops |
Functions | |
Q_GUI_EXPORT QDataStream & | operator<< (QDataStream &, const QBrush &) |
Q_GUI_EXPORT QDebug | operator<< (QDebug, const QBrush &) |
Q_GUI_EXPORT QDataStream & | operator>> (QDataStream &, QBrush &) |
Q_DECLARE_TYPEINFO (QBrush, Q_MOVABLE_TYPE) | |
|
related |
|
related |
Definition at line 1111 of file qbrush.cpp.
Referenced by QBrush::setColor().
Q_GUI_EXPORT QDebug operator<< | ( | QDebug | dbg, |
const QBrush & | b | ||
) |
Definition at line 1058 of file qbrush.cpp.
|
related |
Definition at line 1182 of file qbrush.cpp.
Referenced by QBrush::setColor().
Q_DECLARE_TYPEINFO | ( | QBrush | , |
Q_MOVABLE_TYPE | |||
) |
Referenced by QBrush::setColor().