![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qsggradientcache_p.h>
Public Member Functions | |
QSGGradientCacheKey (const QGradientStops &stops, QGradient::Spread spread) | |
bool | operator== (const QSGGradientCacheKey &other) const |
Public Attributes | |
QGradientStops | stops |
QGradient::Spread | spread |
Definition at line 29 of file qsggradientcache_p.h.
|
inline |
Definition at line 31 of file qsggradientcache_p.h.
|
inline |
Definition at line 36 of file qsggradientcache_p.h.
QGradient::Spread QSGGradientCacheKey::spread |
Definition at line 35 of file qsggradientcache_p.h.
QGradientStops QSGGradientCacheKey::stops |
Definition at line 34 of file qsggradientcache_p.h.