![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qfontengineglyphcache_p.h>
Public Member Functions | |
QFontEngineGlyphCache (QFontEngine::GlyphFormat format, const QTransform &matrix, const QColor &color=QColor()) | |
virtual | ~QFontEngineGlyphCache () |
QFontEngine::GlyphFormat | glyphFormat () const |
const QTransform & | transform () const |
const QColor & | color () const |
![]() | |
QSharedData () noexcept | |
Constructs a QSharedData object with a reference count of 0. | |
QSharedData (const QSharedData &) noexcept | |
Constructs a QSharedData object with reference count 0. | |
QSharedData & | operator= (const QSharedData &)=delete |
~QSharedData ()=default | |
Public Attributes | |
QFontEngine::GlyphFormat | m_format |
QTransform | m_transform |
QColor | m_color |
![]() | |
QAtomicInt | ref |
Definition at line 29 of file qfontengineglyphcache_p.h.
|
inline |
Definition at line 32 of file qfontengineglyphcache_p.h.
|
virtual |
Definition at line 9 of file qfontengineglyphcache.cpp.
|
inline |
Definition at line 44 of file qfontengineglyphcache_p.h.
|
inline |
Definition at line 42 of file qfontengineglyphcache_p.h.
|
inline |
Definition at line 43 of file qfontengineglyphcache_p.h.
QColor QFontEngineGlyphCache::m_color |
Definition at line 48 of file qfontengineglyphcache_p.h.
QFontEngine::GlyphFormat QFontEngineGlyphCache::m_format |
Definition at line 46 of file qfontengineglyphcache_p.h.
QTransform QFontEngineGlyphCache::m_transform |
Definition at line 47 of file qfontengineglyphcache_p.h.