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
qquicktheme.cpp File Reference

(f043a3d0ffab41956dc30b9ac271026aa62a10e1)

#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()

static void cleanup_instance ( )
static

Definition at line 14 of file qquicktheme.cpp.

References QQuickThemePrivate::instance.

Referenced by install_instance_cleanuper().

+ Here is the caller graph for this function:

◆ install_instance_cleanuper()

static void install_instance_cleanuper ( )
static

Definition at line 19 of file qquicktheme.cpp.

References cleanup_instance(), and qAddPostRoutine().

+ Here is the call graph for this function:

◆ platformFont()

◆ platformPalette()