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