Qt 4.8
Public Types | Public Functions | Public Variables | List of all members
QFontEngineGlyphCache Class Reference

#include <qfontengineglyphcache_p.h>

Inheritance diagram for QFontEngineGlyphCache:
QSharedData QTextureGlyphCache QImageTextureGlyphCache QGLTextureGlyphCache

Public Types

enum  Type { Raster_RGBMask, Raster_A8, Raster_Mono }
 

Public Functions

Type cacheType () const
 
 QFontEngineGlyphCache (const QTransform &matrix, Type type)
 
virtual ~QFontEngineGlyphCache ()
 
- Public Functions inherited from QSharedData
 QSharedData ()
 Constructs a QSharedData object with a reference count of 0. More...
 
 QSharedData (const QSharedData &)
 Constructs a QSharedData object with reference count 0. More...
 

Public Variables

QTransform m_transform
 
QFontEngineGlyphCache::Type m_type
 
- Public Variables inherited from QSharedData
QAtomicInt ref
 

Detailed Description

Definition at line 75 of file qfontengineglyphcache_p.h.

Enumerations

◆ Type

Constructors and Destructors

◆ QFontEngineGlyphCache()

QFontEngineGlyphCache::QFontEngineGlyphCache ( const QTransform matrix,
Type  type 
)
inline

Definition at line 84 of file qfontengineglyphcache_p.h.

84 : m_transform(matrix), m_type(type) { }
int type
Definition: qmetatype.cpp:239
QFontEngineGlyphCache::Type m_type

◆ ~QFontEngineGlyphCache()

virtual QFontEngineGlyphCache::~QFontEngineGlyphCache ( )
inlinevirtual

Definition at line 86 of file qfontengineglyphcache_p.h.

86 { }

Functions

◆ cacheType()

Type QFontEngineGlyphCache::cacheType ( ) const
inline

Definition at line 88 of file qfontengineglyphcache_p.h.

Referenced by QGL2PaintEngineExPrivate::drawCachedGlyphs(), and QFontEngine::glyphCache().

88 { return m_type; }
QFontEngineGlyphCache::Type m_type

Properties

◆ m_transform

QTransform QFontEngineGlyphCache::m_transform

◆ m_type

QFontEngineGlyphCache::Type QFontEngineGlyphCache::m_type

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