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
QWindowsThemeCache Namespace Reference

Functions

Q_GUI_EXPORT QString themeName (int theme)
Q_GUI_EXPORT HTHEME createTheme (int theme, HWND hwnd)
Q_GUI_EXPORT void clearThemeCache (HWND hwnd)
Q_GUI_EXPORT void clearAllThemeCaches ()

Function Documentation

◆ clearAllThemeCaches()

void QWindowsThemeCache::clearAllThemeCaches ( )

Definition at line 72 of file qwindowsthemecache.cpp.

◆ clearThemeCache()

void QWindowsThemeCache::clearThemeCache ( HWND hwnd)

Definition at line 63 of file qwindowsthemecache.cpp.

◆ createTheme()

HTHEME QWindowsThemeCache::createTheme ( int theme,
HWND hwnd )

Definition at line 28 of file qwindowsthemecache.cpp.

References themeNames.

◆ themeName()

QString QWindowsThemeCache::themeName ( int theme)

Definition at line 22 of file qwindowsthemecache.cpp.