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
QGnomeThemePrivate Class Reference
+ Inheritance diagram for QGnomeThemePrivate:
+ Collaboration diagram for QGnomeThemePrivate:

Public Member Functions

 QGnomeThemePrivate ()
 
 ~QGnomeThemePrivate ()
 
void configureFonts (const QString &gtkFontName) const
 
- Public Member Functions inherited from QPlatformThemePrivate
 QPlatformThemePrivate ()
 
virtual ~QPlatformThemePrivate ()
 
void initializeSystemPalette ()
 

Public Attributes

QFontsystemFont = nullptr
 
QFontfixedFont = nullptr
 
Qt::ColorScheme m_colorScheme = Qt::ColorScheme::Unknown
 
- Public Attributes inherited from QPlatformThemePrivate
QPalettesystemPalette
 
QString name
 

Additional Inherited Members

- Static Public Member Functions inherited from QPlatformThemePrivate
static unsigned currentKeyPlatforms ()
 

Detailed Description

Definition at line 1092 of file qgenericunixthemes.cpp.

Constructor & Destructor Documentation

◆ QGnomeThemePrivate()

QGnomeThemePrivate::QGnomeThemePrivate ( )

Definition at line 1123 of file qgenericunixthemes.cpp.

◆ ~QGnomeThemePrivate()

QGnomeThemePrivate::~QGnomeThemePrivate ( )

Definition at line 1129 of file qgenericunixthemes.cpp.

Member Function Documentation

◆ configureFonts()

void QGnomeThemePrivate::configureFonts ( const QString & gtkFontName) const
inline

Definition at line 1098 of file qgenericunixthemes.cpp.

References defaultFixedFontNameC, QString::lastIndexOf(), QString::left(), QString::mid(), Q_ASSERT, qCDebug, split(), QString::toFloat(), and QFont::TypeWriter.

+ Here is the call graph for this function:

Member Data Documentation

◆ fixedFont

QFont* QGnomeThemePrivate::fixedFont = nullptr
mutable

Definition at line 1112 of file qgenericunixthemes.cpp.

◆ m_colorScheme

Qt::ColorScheme QGnomeThemePrivate::m_colorScheme = Qt::ColorScheme::Unknown

Definition at line 1115 of file qgenericunixthemes.cpp.

◆ systemFont

QFont* QGnomeThemePrivate::systemFont = nullptr
mutable

Definition at line 1111 of file qgenericunixthemes.cpp.


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