Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QFontCache::Engine Struct Reference

#include <qfont_p.h>

+ Collaboration diagram for QFontCache::Engine:

Public Member Functions

 Engine ()
 
 Engine (QFontEngine *d)
 

Public Attributes

QFontEnginedata
 
uint timestamp
 
uint hits
 

Detailed Description

Definition at line 262 of file qfont_p.h.

Constructor & Destructor Documentation

◆ Engine() [1/2]

QFontCache::Engine::Engine ( )
inline

Definition at line 263 of file qfont_p.h.

◆ Engine() [2/2]

QFontCache::Engine::Engine ( QFontEngine * d)
inline

Definition at line 264 of file qfont_p.h.

Member Data Documentation

◆ data

QFontEngine* QFontCache::Engine::data

Definition at line 266 of file qfont_p.h.

Referenced by QFontCache::insertEngine().

◆ hits

uint QFontCache::Engine::hits

Definition at line 268 of file qfont_p.h.

◆ timestamp

uint QFontCache::Engine::timestamp

Definition at line 267 of file qfont_p.h.


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