Qt 4.8
Public Slots | Public Variables | List of all members
QGLGradientCache::CacheInfo Struct Reference

Public Slots

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

Public Variables

QGradient::InterpolationMode interpolationMode
 
qreal opacity
 
QGradientStops stops
 
GLuint texId
 

Detailed Description

Definition at line 997 of file qpaintengine_opengl.cpp.

Functions

◆ CacheInfo

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

Definition at line 999 of file qpaintengine_opengl.cpp.

999  :
1000  stops(s), opacity(op), interpolationMode(mode) {}
QGradient::InterpolationMode interpolationMode

Properties

◆ interpolationMode

QGradient::InterpolationMode QGLGradientCache::CacheInfo::interpolationMode

Definition at line 1005 of file qpaintengine_opengl.cpp.

Referenced by QGLGradientCache::getBuffer().

◆ opacity

qreal QGLGradientCache::CacheInfo::opacity

Definition at line 1004 of file qpaintengine_opengl.cpp.

Referenced by QGLGradientCache::getBuffer().

◆ stops

QGradientStops QGLGradientCache::CacheInfo::stops

Definition at line 1003 of file qpaintengine_opengl.cpp.

Referenced by QGLGradientCache::getBuffer().

◆ texId

GLuint QGLGradientCache::CacheInfo::texId

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