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

Constructor & Destructor Documentation

◆ Key() [1/2]

QFontCache::Key::Key ( )
inline

Definition at line 230 of file qfont_p.h.

◆ Key() [2/2]

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

Definition at line 231 of file qfont_p.h.

Member Function Documentation

◆ operator<()

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

Definition at line 238 of file qfont_p.h.

◆ operator==()

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

Definition at line 246 of file qfont_p.h.

Member Data Documentation

◆ def

QFontDef QFontCache::Key::def

Definition at line 234 of file qfont_p.h.

◆ multi

uchar QFontCache::Key::multi

Definition at line 236 of file qfont_p.h.

◆ script

uchar QFontCache::Key::script

Definition at line 235 of file qfont_p.h.


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