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

Public Functions

 CacheInfo (const QPainterPath &p, const QTransform &m, qreal w=-1)
 

Public Variables

int age
 
CacheLocation loc
 
QTransform matrix
 
QPainterPath path
 
qreal stroke_width
 

Detailed Description

Definition at line 176 of file qpaintengine_opengl.cpp.

Constructors and Destructors

◆ CacheInfo()

QGLMaskTextureCache::CacheInfo::CacheInfo ( const QPainterPath p,
const QTransform m,
qreal  w = -1 
)
inline

Properties

◆ age

int QGLMaskTextureCache::CacheInfo::age

◆ loc

CacheLocation QGLMaskTextureCache::CacheInfo::loc

◆ matrix

QTransform QGLMaskTextureCache::CacheInfo::matrix

Definition at line 181 of file qpaintengine_opengl.cpp.

Referenced by QGLMaskTextureCache::getMask().

◆ path

QPainterPath QGLMaskTextureCache::CacheInfo::path

Definition at line 180 of file qpaintengine_opengl.cpp.

Referenced by QGLMaskTextureCache::getMask().

◆ stroke_width

qreal QGLMaskTextureCache::CacheInfo::stroke_width

Definition at line 182 of file qpaintengine_opengl.cpp.

Referenced by QGLMaskTextureCache::getMask().


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