#include <stylehelper.h>
|
static qreal | sidebarFontSize () |
|
static QColor | requestedBaseColor () |
|
static QColor | baseColor (bool lightColored=false) |
|
static QColor | panelTextColor (bool lightColored=false) |
|
static QColor | highlightColor (bool lightColored=false) |
|
static QColor | shadowColor (bool lightColored=false) |
|
static QColor | borderColor (bool lightColored=false) |
|
static QColor | sidebarHighlight () |
|
static QColor | sidebarShadow () |
|
static void | setBaseColor (const QColor &color) |
|
static void | verticalGradient (QPainter *painter, const QRect &spanRect, const QRect &clipRect, bool lightColored=false) |
|
static bool | usePixmapCache () |
|
static void | drawIconWithShadow (const QIcon &icon, const QRect &rect, QPainter *p, QIcon::Mode iconMode, int radius=3, const QColor &color=QColor(0, 0, 0, 130), const QPoint &offset=QPoint(1, -2)) |
|
Definition at line 51 of file stylehelper.h.
◆ baseColor()
QColor Utils::StyleHelper::baseColor |
( |
bool |
lightColored = false | ) |
|
|
static |
◆ borderColor()
QColor Utils::StyleHelper::borderColor |
( |
bool |
lightColored = false | ) |
|
|
static |
◆ drawIconWithShadow()
void Utils::StyleHelper::drawIconWithShadow |
( |
const QIcon & |
icon, |
|
|
const QRect & |
rect, |
|
|
QPainter * |
p, |
|
|
QIcon::Mode |
iconMode, |
|
|
int |
radius = 3 , |
|
|
const QColor & |
color = QColor(0, 0, 0, 130) , |
|
|
const QPoint & |
offset = QPoint(1, -2) |
|
) |
| |
|
static |
◆ highlightColor()
QColor Utils::StyleHelper::highlightColor |
( |
bool |
lightColored = false | ) |
|
|
static |
◆ panelTextColor()
QColor Utils::StyleHelper::panelTextColor |
( |
bool |
lightColored = false | ) |
|
|
static |
◆ requestedBaseColor()
static QColor Utils::StyleHelper::requestedBaseColor |
( |
| ) |
|
|
inlinestatic |
◆ setBaseColor()
void Utils::StyleHelper::setBaseColor |
( |
const QColor & |
color | ) |
|
|
static |
◆ shadowColor()
QColor Utils::StyleHelper::shadowColor |
( |
bool |
lightColored = false | ) |
|
|
static |
◆ sidebarFontSize()
qreal Utils::StyleHelper::sidebarFontSize |
( |
| ) |
|
|
static |
◆ sidebarHighlight()
static QColor Utils::StyleHelper::sidebarHighlight |
( |
| ) |
|
|
inlinestatic |
◆ sidebarShadow()
static QColor Utils::StyleHelper::sidebarShadow |
( |
| ) |
|
|
inlinestatic |
◆ usePixmapCache()
static bool Utils::StyleHelper::usePixmapCache |
( |
| ) |
|
|
inlinestatic |
◆ verticalGradient()
void Utils::StyleHelper::verticalGradient |
( |
QPainter * |
painter, |
|
|
const QRect & |
spanRect, |
|
|
const QRect & |
clipRect, |
|
|
bool |
lightColored = false |
|
) |
| |
|
static |
◆ DEFAULT_BASE_COLOR
const unsigned int Utils::StyleHelper::DEFAULT_BASE_COLOR = 0x666666 |
|
static |
The documentation for this class was generated from the following files: