Qt 4.8
|
Public Functions | |
CacheInfo (QGradientStops s, int op, QGradient::InterpolationMode mode) | |
Public Variables | |
uint | buffer [GRADIENT_STOPTABLE_SIZE] |
QGradient::InterpolationMode | interpolationMode |
int | opacity |
QGradientStops | stops |
Definition at line 4549 of file qpaintengine_raster.cpp.
|
inline |
Definition at line 4551 of file qpaintengine_raster.cpp.
uint QGradientCache::CacheInfo::buffer[GRADIENT_STOPTABLE_SIZE] |
Definition at line 4553 of file qpaintengine_raster.cpp.
Referenced by QGradientCache::getBuffer().
QGradient::InterpolationMode QGradientCache::CacheInfo::interpolationMode |
Definition at line 4556 of file qpaintengine_raster.cpp.
Referenced by QGradientCache::getBuffer().
int QGradientCache::CacheInfo::opacity |
Definition at line 4555 of file qpaintengine_raster.cpp.
Referenced by QGradientCache::getBuffer().
QGradientStops QGradientCache::CacheInfo::stops |
Definition at line 4554 of file qpaintengine_raster.cpp.
Referenced by QGradientCache::getBuffer().