Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QSGOpenVGFontGlyphCacheManager Class Reference

#include <qsgopenvgfontglyphcache.h>

+ Collaboration diagram for QSGOpenVGFontGlyphCacheManager:

Public Member Functions

 QSGOpenVGFontGlyphCacheManager ()
 
 ~QSGOpenVGFontGlyphCacheManager ()
 
QSGOpenVGFontGlyphCachecache (const QRawFont &font)
 
void insertCache (const QRawFont &font, QSGOpenVGFontGlyphCache *cache)
 

Detailed Description

Definition at line 15 of file qsgopenvgfontglyphcache.h.

Constructor & Destructor Documentation

◆ QSGOpenVGFontGlyphCacheManager()

QT_BEGIN_NAMESPACE QSGOpenVGFontGlyphCacheManager::QSGOpenVGFontGlyphCacheManager ( )

Definition at line 11 of file qsgopenvgfontglyphcache.cpp.

◆ ~QSGOpenVGFontGlyphCacheManager()

QSGOpenVGFontGlyphCacheManager::~QSGOpenVGFontGlyphCacheManager ( )

Definition at line 16 of file qsgopenvgfontglyphcache.cpp.

References qDeleteAll().

+ Here is the call graph for this function:

Member Function Documentation

◆ cache()

QSGOpenVGFontGlyphCache * QSGOpenVGFontGlyphCacheManager::cache ( const QRawFont font)

Definition at line 21 of file qsgopenvgfontglyphcache.cpp.

References font, and QHash< Key, T >::value().

Referenced by QSGOpenVGRenderContext::glyphCache().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ insertCache()

void QSGOpenVGFontGlyphCacheManager::insertCache ( const QRawFont font,
QSGOpenVGFontGlyphCache cache 
)

Definition at line 26 of file qsgopenvgfontglyphcache.cpp.

References cache, font, and QHash< Key, T >::insert().

Referenced by QSGOpenVGRenderContext::glyphCache().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

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