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

Public Functions

 CacheInfo (QPainterPath p, QPainterPath sp, QPen stroke_pen)
 

Public Variables

QPainterPath path
 
QPen pen
 
QPainterPath stroked_path
 

Detailed Description

Definition at line 941 of file qpaintengine_opengl.cpp.

Constructors and Destructors

◆ CacheInfo()

QGLStrokeCache::CacheInfo::CacheInfo ( QPainterPath  p,
QPainterPath  sp,
QPen  stroke_pen 
)
inline

Definition at line 943 of file qpaintengine_opengl.cpp.

Properties

◆ path

QPainterPath QGLStrokeCache::CacheInfo::path

Definition at line 945 of file qpaintengine_opengl.cpp.

Referenced by QGLStrokeCache::getStrokedPath().

◆ pen

QPen QGLStrokeCache::CacheInfo::pen

Definition at line 947 of file qpaintengine_opengl.cpp.

Referenced by QGLStrokeCache::getStrokedPath().

◆ stroked_path

QPainterPath QGLStrokeCache::CacheInfo::stroked_path

Definition at line 946 of file qpaintengine_opengl.cpp.

Referenced by QGLStrokeCache::getStrokedPath().


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