#include <platformstyle.h>
Definition at line 13 of file platformstyle.h.
Enumerator |
---|
Normal |
|
Input |
|
Inout |
|
Output |
|
Error |
|
Definition at line 56 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 254 of file platformstyle.cpp.
QColor PlatformStyle::MenuColor |
( |
| ) |
const |
|
inline |
QIcon PlatformStyle::MenuColorIcon |
( |
const QString & |
filename | ) |
const |
Colorize an icon (given filename) with the menu text color.
Definition at line 134 of file platformstyle.cpp.
QIcon PlatformStyle::MenuColorIcon |
( |
const QIcon & |
icon | ) |
const |
Colorize an icon (given object) with the menu text color.
Definition at line 139 of file platformstyle.cpp.
QIcon PlatformStyle::MultiStatesIcon |
( |
const QString & |
resourcename, |
|
|
StateType |
type = NavBar , |
|
|
QColor |
color = Qt::white , |
|
|
QColor |
colorAlt = 0x2d2d2d |
|
) |
| const |
QColor PlatformStyle::SingleColor |
( |
| ) |
const |
|
inline |
QIcon PlatformStyle::SingleColorIcon |
( |
const QString & |
filename | ) |
const |
Colorize an icon (given filename) with the icon color.
Definition at line 110 of file platformstyle.cpp.
QIcon PlatformStyle::SingleColorIcon |
( |
const QIcon & |
icon | ) |
const |
Colorize an icon (given object) with the icon color.
Definition at line 117 of file platformstyle.cpp.
QImage PlatformStyle::SingleColorImage |
( |
const QString & |
filename | ) |
const |
Colorize an image (given filename) with the icon color.
Definition at line 103 of file platformstyle.cpp.
QIcon PlatformStyle::TableColorIcon |
( |
const QString & |
resourcename, |
|
|
TableColorType |
type |
|
) |
| const |
QColor PlatformStyle::TextColor |
( |
| ) |
const |
|
inline |
QIcon PlatformStyle::TextColorIcon |
( |
const QString & |
filename | ) |
const |
Colorize an icon (given filename) with the text color.
Definition at line 124 of file platformstyle.cpp.
QIcon PlatformStyle::TextColorIcon |
( |
const QIcon & |
icon | ) |
const |
Colorize an icon (given object) with the text color.
Definition at line 129 of file platformstyle.cpp.
bool PlatformStyle::colorizeIcons |
|
private |
bool PlatformStyle::imagesOnButtons |
|
private |
QColor PlatformStyle::menuColor |
|
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: