#include <platformstyle.h>
Definition at line 13 of file platformstyle.h.
◆ PlatformStyle()
PlatformStyle::PlatformStyle |
( |
const QString & |
name, |
|
|
bool |
imagesOnButtons, |
|
|
bool |
colorizeIcons, |
|
|
bool |
useExtraSpacing |
|
) |
| |
|
private |
◆ getImagesOnButtons()
bool PlatformStyle::getImagesOnButtons |
( |
| ) |
const |
|
inline |
◆ getName()
const QString & PlatformStyle::getName |
( |
| ) |
const |
|
inline |
◆ getUseExtraSpacing()
bool PlatformStyle::getUseExtraSpacing |
( |
| ) |
const |
|
inline |
◆ instantiate()
const PlatformStyle * PlatformStyle::instantiate |
( |
const QString & |
platformId | ) |
|
|
static |
Get style associated with provided platform name, or 0 if not known.
Definition at line 113 of file platformstyle.cpp.
◆ SingleColor()
QColor PlatformStyle::SingleColor |
( |
| ) |
const |
|
inline |
◆ SingleColorIcon() [1/2]
QIcon PlatformStyle::SingleColorIcon |
( |
const QIcon & |
icon | ) |
const |
Colorize an icon (given object) with the icon color.
Definition at line 102 of file platformstyle.cpp.
◆ SingleColorIcon() [2/2]
QIcon PlatformStyle::SingleColorIcon |
( |
const QString & |
filename | ) |
const |
Colorize an icon (given filename) with the icon color.
Definition at line 95 of file platformstyle.cpp.
◆ SingleColorImage()
QImage PlatformStyle::SingleColorImage |
( |
const QString & |
filename | ) |
const |
Colorize an image (given filename) with the icon color.
Definition at line 88 of file platformstyle.cpp.
◆ TextColor()
QColor PlatformStyle::TextColor |
( |
| ) |
const |
|
inline |
◆ TextColorIcon()
QIcon PlatformStyle::TextColorIcon |
( |
const QIcon & |
icon | ) |
const |
Colorize an icon (given object) with the text color.
Definition at line 109 of file platformstyle.cpp.
◆ colorizeIcons
bool PlatformStyle::colorizeIcons |
|
private |
◆ imagesOnButtons
bool PlatformStyle::imagesOnButtons |
|
private |
◆ name
QString PlatformStyle::name |
|
private |
◆ singleColor
QColor PlatformStyle::singleColor |
|
private |
◆ textColor
QColor PlatformStyle::textColor |
|
private |
◆ useExtraSpacing
bool PlatformStyle::useExtraSpacing |
|
private |
The documentation for this class was generated from the following files: