Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QFontCache::Key Struct Reference

#include <qfont_p.h>

+ Collaboration diagram for QFontCache::Key:

Public Member Functions

 Key ()
 
 Key (const QFontDef &d, uchar c, bool m=0)
 
bool operator< (const Key &other) const
 
bool operator== (const Key &other) const
 

Public Attributes

QFontDef def
 
uchar script
 
uchar multi: 1
 

Detailed Description

Definition at line 204 of file qfont_p.h.

Constructor & Destructor Documentation

◆ Key() [1/2]

QFontCache::Key::Key ( )
inline

Definition at line 205 of file qfont_p.h.

◆ Key() [2/2]

QFontCache::Key::Key ( const QFontDef d,
uchar  c,
bool  m = 0 
)
inline

Definition at line 206 of file qfont_p.h.

Member Function Documentation

◆ operator<()

bool QFontCache::Key::operator< ( const Key other) const
inline

Definition at line 213 of file qfont_p.h.

References QFontDef::fallBackFamilies, and other().

+ Here is the call graph for this function:

◆ operator==()

bool QFontCache::Key::operator== ( const Key other) const
inline

Definition at line 221 of file qfont_p.h.

References QFontDef::fallBackFamilies, and other().

+ Here is the call graph for this function:

Member Data Documentation

◆ def

QFontDef QFontCache::Key::def

Definition at line 209 of file qfont_p.h.

◆ multi

uchar QFontCache::Key::multi

Definition at line 211 of file qfont_p.h.

◆ script

uchar QFontCache::Key::script

Definition at line 210 of file qfont_p.h.


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