Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qquicktheme.cpp File Reference

(01cd43d30e3ca2c4dd94a4a4711604adb9417517)

#include "qquicktheme_p.h"
#include "qquicktheme_p_p.h"
#include <QtGui/qpa/qplatformtheme.h>
#include <QtGui/private/qguiapplication_p.h>
Include dependency graph for qquicktheme.cpp:

Go to the source code of this file.

Functions

static void cleanup_instance ()
static void install_instance_cleanuper ()
static QPlatformTheme::Font platformFont (QQuickTheme::Scope scope)
static QPlatformTheme::Palette platformPalette (QQuickTheme::Scope scope)

Function Documentation

◆ cleanup_instance()

void cleanup_instance ( )
static

Definition at line 15 of file qquicktheme.cpp.

Referenced by install_instance_cleanuper().

Here is the caller graph for this function:

◆ install_instance_cleanuper()

void install_instance_cleanuper ( )
static

Definition at line 20 of file qquicktheme.cpp.

References cleanup_instance().

Here is the call graph for this function:

◆ platformFont()

QPlatformTheme::Font platformFont ( QQuickTheme::Scope scope)
static

Definition at line 27 of file qquicktheme.cpp.

◆ platformPalette()

QPlatformTheme::Palette platformPalette ( QQuickTheme::Scope scope)
static

Definition at line 52 of file qquicktheme.cpp.