Qt 4.8
|
#include <qfont_p.h>
Public Functions | |
Key () | |
Key (const QFontDef &d, int c, int s=0) | |
bool | operator< (const Key &other) const |
bool | operator== (const Key &other) const |
Public Variables | |
QFontDef | def |
int | screen |
int | script |
|
inline |
|
inline |
|
inline |
QFontDef QFontCache::Key::def |
Definition at line 235 of file qfont_p.h.
Referenced by operator<(), and operator==().
int QFontCache::Key::screen |
Definition at line 237 of file qfont_p.h.
Referenced by QFontCache::cleanupPrinterFonts(), operator<(), and operator==().
int QFontCache::Key::script |
Definition at line 236 of file qfont_p.h.
Referenced by operator<(), and operator==().