Qt 4.8
Public Functions | Public Variables | List of all members
QGradientCache::CacheInfo Struct Reference

Public Functions

 CacheInfo (QGradientStops s, int op, QGradient::InterpolationMode mode)
 

Public Variables

uint buffer [GRADIENT_STOPTABLE_SIZE]
 
QGradient::InterpolationMode interpolationMode
 
int opacity
 
QGradientStops stops
 

Detailed Description

Definition at line 4549 of file qpaintengine_raster.cpp.

Constructors and Destructors

◆ CacheInfo()

QGradientCache::CacheInfo::CacheInfo ( QGradientStops  s,
int  op,
QGradient::InterpolationMode  mode 
)
inline

Definition at line 4551 of file qpaintengine_raster.cpp.

4551  :
4552  stops(s), opacity(op), interpolationMode(mode) {}
QGradient::InterpolationMode interpolationMode

Properties

◆ buffer

uint QGradientCache::CacheInfo::buffer[GRADIENT_STOPTABLE_SIZE]

Definition at line 4553 of file qpaintengine_raster.cpp.

Referenced by QGradientCache::getBuffer().

◆ interpolationMode

QGradient::InterpolationMode QGradientCache::CacheInfo::interpolationMode

Definition at line 4556 of file qpaintengine_raster.cpp.

Referenced by QGradientCache::getBuffer().

◆ opacity

int QGradientCache::CacheInfo::opacity

Definition at line 4555 of file qpaintengine_raster.cpp.

Referenced by QGradientCache::getBuffer().

◆ stops

QGradientStops QGradientCache::CacheInfo::stops

Definition at line 4554 of file qpaintengine_raster.cpp.

Referenced by QGradientCache::getBuffer().


The documentation for this struct was generated from the following file: