|
ADTF Qt5
|
#include <themed_icon.h>
Public Member Functions | |
| void | AddColorMapping (QColor colorFrom, QColor colorTo) |
| const QColor | MapColor (QColor colorFrom) const |
Static Public Member Functions | |
| static cThemedIconColorMapping | GetDefaultColorMapping () |
Color mapping support for Icons.
| void adtf::ui::thor::cThemedIconColorMapping::AddColorMapping | ( | QColor | colorFrom, |
| QColor | colorTo ) |
Add a color mapping pair.
| colorFrom | The color string for the source color |
| colorTo | The color string for the target color |
|
static |
Get the default color mapping used by XSystem.
| const QColor adtf::ui::thor::cThemedIconColorMapping::MapColor | ( | QColor | colorFrom | ) | const |
Convert a color with the current mapping.
| colorFrom | The color string for the source color |