Qt 4.8
Public Functions | Public Variables | List of all members
QFontEngine::GlyphCacheEntry Struct Reference

Public Functions

bool operator== (const GlyphCacheEntry &other)
 

Public Variables

QExplicitlySharedDataPointer< QFontEngineGlyphCachecache
 
void * context
 

Detailed Description

Definition at line 283 of file qfontengine_p.h.

Functions

◆ operator==()

bool QFontEngine::GlyphCacheEntry::operator== ( const GlyphCacheEntry other)
inline

Definition at line 286 of file qfontengine_p.h.

286 { return context == other.context && cache == other.cache; }
QExplicitlySharedDataPointer< QFontEngineGlyphCache > cache

Properties

◆ cache

QExplicitlySharedDataPointer<QFontEngineGlyphCache> QFontEngine::GlyphCacheEntry::cache

Definition at line 285 of file qfontengine_p.h.

Referenced by operator==(), and QFontEngine::setGlyphCache().

◆ context

void* QFontEngine::GlyphCacheEntry::context

Definition at line 284 of file qfontengine_p.h.

Referenced by operator==(), and QFontEngine::setGlyphCache().


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