![]() |
Qt 6.x
The Qt SDK
|
#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 | |
| QPalette * | systemPalette |
| QString | name |
Definition at line 27 of file qplatformtheme_p.h.
| QPlatformThemePrivate::QPlatformThemePrivate | ( | ) |
Definition at line 346 of file qplatformtheme.cpp.
|
virtual |
Definition at line 350 of file qplatformtheme.cpp.
References systemPalette.
|
static |
Definition at line 855 of file qplatformtheme.cpp.
References QPlatformTheme::CdeKeyboardScheme, QPlatformTheme::GnomeKeyboardScheme, QPlatformTheme::KdeKeyboardScheme, QPlatformTheme::KeyboardScheme, QGuiApplicationPrivate::platformTheme(), QPlatformTheme::themeHint(), and QVariant::toInt().
Here is the call graph for this function:| void QPlatformThemePrivate::initializeSystemPalette | ( | ) |
Definition at line 411 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:| QString QPlatformThemePrivate::name |
Definition at line 45 of file qplatformtheme_p.h.
| QPalette* QPlatformThemePrivate::systemPalette |
Definition at line 43 of file qplatformtheme_p.h.
Referenced by ~QPlatformThemePrivate(), and initializeSystemPalette().