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
qfontdatabase_p.h File Reference

(cba15d99f0cfd59ccc962f1d40168c4dca17776e)

#include <QtCore/qcache.h>
#include <QtGui/qfontdatabase.h>
#include <QtCore/private/qglobal_p.h>
+ Include dependency graph for qfontdatabase_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QtFontFallbacksCacheKey
 
struct  QtFontSize
 
struct  QtFontStyle
 
struct  QtFontStyle::Key
 
struct  QtFontFoundry
 
struct  QtFontFamily
 
class  QFontDatabasePrivate
 
struct  QFontDatabasePrivate::ApplicationFont
 
struct  QFontDatabasePrivate::ApplicationFont::Properties
 

Functions

bool operator== (const QtFontFallbacksCacheKey &lhs, const QtFontFallbacksCacheKey &rhs) noexcept
 
bool operator!= (const QtFontFallbacksCacheKey &lhs, const QtFontFallbacksCacheKey &rhs) noexcept
 
size_t qHash (const QtFontFallbacksCacheKey &key, size_t seed=0) noexcept
 
 Q_DECLARE_TYPEINFO (QFontDatabasePrivate::ApplicationFont, Q_RELOCATABLE_TYPE)
 

Function Documentation

◆ operator!=()

bool operator!= ( const QtFontFallbacksCacheKey & lhs,
const QtFontFallbacksCacheKey & rhs )
inlinenoexcept

Definition at line 43 of file qfontdatabase_p.h.

References operator==().

+ Here is the call graph for this function:

◆ operator==()

bool operator== ( const QtFontFallbacksCacheKey & lhs,
const QtFontFallbacksCacheKey & rhs )
inlinenoexcept

Definition at line 35 of file qfontdatabase_p.h.

Referenced by operator!=().

+ Here is the caller graph for this function:

◆ Q_DECLARE_TYPEINFO()

◆ qHash()

size_t qHash ( const QtFontFallbacksCacheKey & key,
size_t seed = 0 )
inlinenoexcept

Definition at line 48 of file qfontdatabase_p.h.

References hash, and seed.