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
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.

References cache, and clearThemes().

Referenced by QWindowsVistaStylePrivate::cleanupHandleMap().

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

◆ clearThemeCache()

void QWindowsThemeCache::clearThemeCache ( HWND hwnd)

Definition at line 63 of file qwindowsthemecache.cpp.

References cache, clearThemes(), and it.

Referenced by QWindowsWindow::~QWindowsWindow(), QWindowsWindow::handleDpiChanged(), and QWindowsContext::windowsProc().

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

◆ createTheme()

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

Definition at line 28 of file qwindowsthemecache.cpp.

References cache, it, Q_UNLIKELY, qErrnoWarning(), qPrintable, qWarning, themeName(), and themeNames.

Referenced by QWindowsVistaStylePrivate::createTheme().

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

◆ themeName()

QString QWindowsThemeCache::themeName ( int theme)

Definition at line 22 of file qwindowsthemecache.cpp.

References QString::fromWCharArray(), and themeNames.

Referenced by QWindowsVistaStylePrivate::themeName().

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