![]() |
Qt 6.x
The Qt SDK
|
#include <qbrush.h>
Collaboration diagram for QGradient::QGradientData:Public Attributes | ||
| struct { | ||
| qreal x1 | ||
| qreal y1 | ||
| qreal x2 | ||
| qreal y2 | ||
| } | linear | |
| struct { | ||
| qreal cx | ||
| qreal cy | ||
| qreal fx | ||
| qreal fy | ||
| qreal cradius | ||
| qreal fradius | ||
| } | radial | |
| struct { | ||
| qreal cx | ||
| qreal cy | ||
| qreal angle | ||
| } | conical | |
| qreal QGradient::QGradientData::angle |
Definition at line 372 of file qbrush.h.
Referenced by QGradient::operator==().
| struct { ... } QGradient::QGradientData::conical |
Referenced by QGradient::operator==().
| qreal QGradient::QGradientData::cradius |
Definition at line 369 of file qbrush.h.
Referenced by QGradient::operator==().
| qreal QGradient::QGradientData::cx |
Definition at line 369 of file qbrush.h.
Referenced by QGradient::operator==().
| qreal QGradient::QGradientData::cy |
Definition at line 369 of file qbrush.h.
Referenced by QGradient::operator==().
| qreal QGradient::QGradientData::fradius |
Definition at line 369 of file qbrush.h.
Referenced by QGradient::operator==().
| qreal QGradient::QGradientData::fx |
Definition at line 369 of file qbrush.h.
Referenced by QGradient::operator==().
| qreal QGradient::QGradientData::fy |
Definition at line 369 of file qbrush.h.
Referenced by QGradient::operator==().
| struct { ... } QGradient::QGradientData::linear |
Referenced by QGradient::operator==().
| struct { ... } QGradient::QGradientData::radial |
Referenced by QGradient::operator==().
| qreal QGradient::QGradientData::x1 |
Definition at line 366 of file qbrush.h.
Referenced by QGradient::operator==().
| qreal QGradient::QGradientData::x2 |
Definition at line 366 of file qbrush.h.
Referenced by QGradient::operator==().
| qreal QGradient::QGradientData::y1 |
Definition at line 366 of file qbrush.h.
Referenced by QGradient::operator==().
| qreal QGradient::QGradientData::y2 |
Definition at line 366 of file qbrush.h.
Referenced by QGradient::operator==().