Qt 4.8
|
#include <private/qt_mac_p.h>
#include <private/qpixmap_mac_p.h>
#include <private/qnativeimage_p.h>
#include <qdebug.h>
Go to the source code of this file.
Functions | |
static QColor | leopardBrush (ThemeBrush brush) |
QColor | qcolorForTheme (ThemeBrush brush) |
QColor | qcolorForThemeTextColor (ThemeTextColor themeColor) |
static QColor | qcolorFromCGColor (CGColorRef cgcolor) |
QFont | qfontForThemeFont (ThemeFontID themeID) |
|
inlinestatic |
Definition at line 102 of file qt_mac.cpp.
Referenced by qcolorForTheme().
QColor qcolorForTheme | ( | ThemeBrush | brush | ) |
Definition at line 110 of file qt_mac.cpp.
Referenced by QApplicationPrivate::initializeWidgetPaletteHash(), and QMacStyle::polish().
QColor qcolorForThemeTextColor | ( | ThemeTextColor | themeColor | ) |
Definition at line 128 of file qt_mac.cpp.
Referenced by QApplicationPrivate::initializeWidgetPaletteHash().
|
static |
Definition at line 83 of file qt_mac.cpp.
Referenced by leopardBrush().
QFont qfontForThemeFont | ( | ThemeFontID | themeID | ) |
Definition at line 56 of file qt_mac.cpp.