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
QPlatformThemePrivate Class Reference

#include <qplatformtheme_p.h>

+ Inheritance diagram for QPlatformThemePrivate:
+ Collaboration diagram for QPlatformThemePrivate:

Public Member Functions

 QPlatformThemePrivate ()
 
virtual ~QPlatformThemePrivate ()
 
void initializeSystemPalette ()
 

Static Public Member Functions

static unsigned currentKeyPlatforms ()
 

Public Attributes

QPalettesystemPalette
 
QString name
 

Detailed Description

Definition at line 27 of file qplatformtheme_p.h.

Constructor & Destructor Documentation

◆ QPlatformThemePrivate()

QPlatformThemePrivate::QPlatformThemePrivate ( )

Definition at line 347 of file qplatformtheme.cpp.

◆ ~QPlatformThemePrivate()

QPlatformThemePrivate::~QPlatformThemePrivate ( )
virtual

Definition at line 351 of file qplatformtheme.cpp.

References systemPalette.

Member Function Documentation

◆ currentKeyPlatforms()

unsigned QPlatformThemePrivate::currentKeyPlatforms ( )
static

Definition at line 856 of file qplatformtheme.cpp.

References QPlatformTheme::CdeKeyboardScheme, QPlatformTheme::GnomeKeyboardScheme, QPlatformTheme::KdeKeyboardScheme, QPlatformTheme::KeyboardScheme, and QGuiApplicationPrivate::platformTheme().

+ Here is the call graph for this function:

◆ initializeSystemPalette()

void QPlatformThemePrivate::initializeSystemPalette ( )

Definition at line 412 of file qplatformtheme.cpp.

References Q_ASSERT, qt_fusionPalette(), and systemPalette.

Referenced by QPlatformTheme::palette().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ name

QString QPlatformThemePrivate::name

Definition at line 45 of file qplatformtheme_p.h.

◆ systemPalette

QPalette* QPlatformThemePrivate::systemPalette

Definition at line 43 of file qplatformtheme_p.h.

Referenced by ~QPlatformThemePrivate(), and initializeSystemPalette().


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