Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QFontEngineGlyphCache Class Reference

#include <qfontengineglyphcache_p.h>

+ Inheritance diagram for QFontEngineGlyphCache:
+ Collaboration diagram for QFontEngineGlyphCache:

Public Member Functions

 QFontEngineGlyphCache (QFontEngine::GlyphFormat format, const QTransform &matrix, const QColor &color=QColor())
 
virtual ~QFontEngineGlyphCache ()
 
QFontEngine::GlyphFormat glyphFormat () const
 
const QTransformtransform () const
 
const QColorcolor () const
 
- Public Member Functions inherited from QSharedData
 QSharedData () noexcept
 Constructs a QSharedData object with a reference count of 0.
 
 QSharedData (const QSharedData &) noexcept
 Constructs a QSharedData object with reference count 0.
 
QSharedDataoperator= (const QSharedData &)=delete
 
 ~QSharedData ()=default
 

Public Attributes

QFontEngine::GlyphFormat m_format
 
QTransform m_transform
 
QColor m_color
 
- Public Attributes inherited from QSharedData
QAtomicInt ref
 

Detailed Description

Definition at line 29 of file qfontengineglyphcache_p.h.

Constructor & Destructor Documentation

◆ QFontEngineGlyphCache()

QFontEngineGlyphCache::QFontEngineGlyphCache ( QFontEngine::GlyphFormat format,
const QTransform & matrix,
const QColor & color = QColor() )
inline

Definition at line 32 of file qfontengineglyphcache_p.h.

◆ ~QFontEngineGlyphCache()

QT_BEGIN_NAMESPACE QFontEngineGlyphCache::~QFontEngineGlyphCache ( )
virtual

Definition at line 9 of file qfontengineglyphcache.cpp.

Member Function Documentation

◆ color()

const QColor & QFontEngineGlyphCache::color ( ) const
inline

Definition at line 44 of file qfontengineglyphcache_p.h.

◆ glyphFormat()

QFontEngine::GlyphFormat QFontEngineGlyphCache::glyphFormat ( ) const
inline

Definition at line 42 of file qfontengineglyphcache_p.h.

◆ transform()

const QTransform & QFontEngineGlyphCache::transform ( ) const
inline

Definition at line 43 of file qfontengineglyphcache_p.h.

Member Data Documentation

◆ m_color

QColor QFontEngineGlyphCache::m_color

Definition at line 48 of file qfontengineglyphcache_p.h.

◆ m_format

QFontEngine::GlyphFormat QFontEngineGlyphCache::m_format

Definition at line 46 of file qfontengineglyphcache_p.h.

◆ m_transform

QTransform QFontEngineGlyphCache::m_transform

Definition at line 47 of file qfontengineglyphcache_p.h.


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