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

Constructor & Destructor Documentation

◆ Key() [1/2]

QFontCache::Key::Key ( )
inline

Definition at line 229 of file qfont_p.h.

◆ Key() [2/2]

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

Definition at line 230 of file qfont_p.h.

Member Function Documentation

◆ operator<()

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

Definition at line 237 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 245 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 233 of file qfont_p.h.

◆ multi

uchar QFontCache::Key::multi

Definition at line 235 of file qfont_p.h.

◆ script

uchar QFontCache::Key::script

Definition at line 234 of file qfont_p.h.


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