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

Public Functions

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

Public Variables

QGradient::InterpolationMode interpolationMode
 
qreal opacity
 
QGradientStops stops
 
GLuint texId
 

Detailed Description

Definition at line 63 of file qglgradientcache_p.h.

Constructors and Destructors

◆ CacheInfo()

QGL2GradientCache::CacheInfo::CacheInfo ( QGradientStops  s,
qreal  op,
QGradient::InterpolationMode  mode 
)
inline

Definition at line 65 of file qglgradientcache_p.h.

65  :
66  stops(s), opacity(op), interpolationMode(mode) {}
QGradient::InterpolationMode interpolationMode

Properties

◆ interpolationMode

QGradient::InterpolationMode QGL2GradientCache::CacheInfo::interpolationMode

Definition at line 71 of file qglgradientcache_p.h.

Referenced by QGL2GradientCache::getBuffer().

◆ opacity

qreal QGL2GradientCache::CacheInfo::opacity

◆ stops

QGradientStops QGL2GradientCache::CacheInfo::stops

Definition at line 69 of file qglgradientcache_p.h.

Referenced by QGL2GradientCache::getBuffer().

◆ texId

GLuint QGL2GradientCache::CacheInfo::texId

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