![]() |
Qt 6.x
The Qt SDK
|
#include <qquickshape_p_p.h>
Public Member Functions | |
QQuickShapeGradientCacheKey (const QGradientStops &stops, QQuickShapeGradient::SpreadMode spread) | |
bool | operator== (const QQuickShapeGradientCacheKey &other) const |
Public Attributes | |
QGradientStops | stops |
QQuickShapeGradient::SpreadMode | spread |
Definition at line 160 of file qquickshape_p_p.h.
|
inline |
Definition at line 162 of file qquickshape_p_p.h.
|
inline |
Definition at line 167 of file qquickshape_p_p.h.
References other(), spread, and stops.
QQuickShapeGradient::SpreadMode QQuickShapeGradientCacheKey::spread |
Definition at line 166 of file qquickshape_p_p.h.
Referenced by QQuickShapeGradientCache::get(), and operator==().
QGradientStops QQuickShapeGradientCacheKey::stops |
Definition at line 165 of file qquickshape_p_p.h.
Referenced by generateGradientColorTable(), QQuickShapeGradientCache::get(), and operator==().