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
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 275 of file qfont_p.h.

Constructor & Destructor Documentation

◆ Engine() [1/2]

QFontCache::Engine::Engine ( )
inline

Definition at line 276 of file qfont_p.h.

◆ Engine() [2/2]

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

Definition at line 277 of file qfont_p.h.

Member Data Documentation

◆ data

QFontEngine* QFontCache::Engine::data

Definition at line 279 of file qfont_p.h.

◆ hits

uint QFontCache::Engine::hits

Definition at line 281 of file qfont_p.h.

◆ timestamp

uint QFontCache::Engine::timestamp

Definition at line 280 of file qfont_p.h.


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