#include <platformstyle.h>
Definition at line 16 of file platformstyle.h.
◆ PlatformStyle()
| PlatformStyle::PlatformStyle |
( |
const QString & |
name, |
|
|
bool |
imagesOnButtons, |
|
|
bool |
colorizeIcons, |
|
|
bool |
useExtraSpacing |
|
) |
| |
|
private |
◆ DarkBlueColor()
| QColor PlatformStyle::DarkBlueColor |
( |
| ) |
const |
◆ DarkOrangeColor()
| QColor PlatformStyle::DarkOrangeColor |
( |
| ) |
const |
◆ 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 263 of file platformstyle.cpp.
◆ LightBlueColor()
| QColor PlatformStyle::LightBlueColor |
( |
| ) |
const |
◆ LightOrangeColor()
| QColor PlatformStyle::LightOrangeColor |
( |
| ) |
const |
◆ MainBackGroundColor()
| QColor PlatformStyle::MainBackGroundColor |
( |
| ) |
const |
◆ OrangeColorIcon() [1/2]
| QIcon PlatformStyle::OrangeColorIcon |
( |
const QString & |
filename | ) |
const |
Colorize an icon (given filename) with the color dark orange.
Definition at line 139 of file platformstyle.cpp.
◆ OrangeColorIcon() [2/2]
| QIcon PlatformStyle::OrangeColorIcon |
( |
const QIcon & |
icon | ) |
const |
Colorize an icon (given object) with the color dark orange.
Definition at line 146 of file platformstyle.cpp.
◆ SendEntriesBackGroundColor()
| QColor PlatformStyle::SendEntriesBackGroundColor |
( |
| ) |
const |
◆ ShadowColor()
| QColor PlatformStyle::ShadowColor |
( |
| ) |
const |
◆ SingleColor()
| QColor PlatformStyle::SingleColor |
( |
| ) |
const |
◆ SingleColorIcon() [1/3]
| QIcon PlatformStyle::SingleColorIcon |
( |
const QString & |
filename | ) |
const |
Colorize an icon (given filename) with the icon color.
Definition at line 110 of file platformstyle.cpp.
◆ SingleColorIcon() [2/3]
| QIcon PlatformStyle::SingleColorIcon |
( |
const QIcon & |
icon | ) |
const |
Colorize an icon (given object) with the icon color.
Definition at line 125 of file platformstyle.cpp.
◆ SingleColorIcon() [3/3]
| QIcon PlatformStyle::SingleColorIcon |
( |
const QIcon & |
icon, |
|
|
const QColor & |
color |
|
) |
| const |
Colorize an icon (given object) with the (given color)
Definition at line 132 of file platformstyle.cpp.
◆ SingleColorIconOnOff()
| QIcon PlatformStyle::SingleColorIconOnOff |
( |
const QString & |
filenameOn, |
|
|
const QString & |
filenameOff |
|
) |
| const |
◆ SingleColorImage()
| QImage PlatformStyle::SingleColorImage |
( |
const QString & |
filename | ) |
const |
Colorize an image (given filename) with the icon color.
Definition at line 103 of file platformstyle.cpp.
◆ TextColor()
| QColor PlatformStyle::TextColor |
( |
| ) |
const |
◆ TextColorIcon() [1/2]
| QIcon PlatformStyle::TextColorIcon |
( |
const QString & |
filename | ) |
const |
Colorize an icon (given filename) with the text color.
Definition at line 154 of file platformstyle.cpp.
◆ TextColorIcon() [2/2]
| QIcon PlatformStyle::TextColorIcon |
( |
const QIcon & |
icon | ) |
const |
Colorize an icon (given object) with the text color.
Definition at line 159 of file platformstyle.cpp.
◆ ToolBarNotSelectedTextColor()
| QColor PlatformStyle::ToolBarNotSelectedTextColor |
( |
| ) |
const |
◆ ToolBarSelectedTextColor()
| QColor PlatformStyle::ToolBarSelectedTextColor |
( |
| ) |
const |
◆ TopWidgetBackGroundColor()
| QColor PlatformStyle::TopWidgetBackGroundColor |
( |
| ) |
const |
◆ WidgetBackGroundColor()
| QColor PlatformStyle::WidgetBackGroundColor |
( |
| ) |
const |
◆ 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: