Lines Matching refs:QWindowsTheme

435 const char *QWindowsTheme::name = "windows";
436 QWindowsTheme *QWindowsTheme::m_instance = nullptr;
438 QWindowsTheme::QWindowsTheme() in QWindowsTheme() function in QWindowsTheme
447 QWindowsTheme::~QWindowsTheme() in ~QWindowsTheme()
481 QVariant QWindowsTheme::themeHint(ThemeHint hint) const in themeHint()
523 void QWindowsTheme::clearPalettes() in clearPalettes()
529 void QWindowsTheme::refreshPalettes() in refreshPalettes()
556 void QWindowsTheme::clearFonts() in clearFonts()
562 void QWindowsTheme::refresh() in refresh()
585 void QWindowsTheme::refreshFonts() in refreshFonts()
626 bool QWindowsTheme::usePlatformNativeDialog(DialogType type) const in usePlatformNativeDialog()
631 QPlatformDialogHelper *QWindowsTheme::createPlatformDialogHelper(DialogType type) const in createPlatformDialogHelper()
637 QPlatformSystemTrayIcon *QWindowsTheme::createPlatformSystemTrayIcon() const in createPlatformSystemTrayIcon()
643 void QWindowsTheme::windowsThemeChanged(QWindow * window) in windowsThemeChanged()
651 void QWindowsTheme::refreshIconPixmapSizes() in refreshIconPixmapSizes()
687 QPixmap QWindowsTheme::standardPixmap(StandardPixmap sp, const QSizeF &pixmapSize) const in standardPixmap()
887 { return QWindowsTheme::instance()->availableFileIconSizes(); } in availableSizes()
1007 QIcon QWindowsTheme::fileIcon(const QFileInfo &fileInfo, QPlatformTheme::IconOptions iconOptions) c… in fileIcon()
1030 bool QWindowsTheme::useNativeMenus() in useNativeMenus()
1036 bool QWindowsTheme::queryDarkMode() in queryDarkMode()
1048 bool QWindowsTheme::queryHighContrast() in queryHighContrast()
1053 QPlatformMenuItem *QWindowsTheme::createPlatformMenuItem() const in createPlatformMenuItem()
1056 return QWindowsTheme::useNativeMenus() ? new QWindowsMenuItem : nullptr; in createPlatformMenuItem()
1059 QPlatformMenu *QWindowsTheme::createPlatformMenu() const in createPlatformMenu()
1066 return QWindowsTheme::useNativeMenus() ? new QWindowsPopupMenu : nullptr; in createPlatformMenu()
1069 QPlatformMenuBar *QWindowsTheme::createPlatformMenuBar() const in createPlatformMenuBar()
1072 return QWindowsTheme::useNativeMenus() ? new QWindowsMenuBar : nullptr; in createPlatformMenuBar()
1075 void QWindowsTheme::showPlatformMenuBar() in showPlatformMenuBar()