29class cThemedIconColorMapping
31 QList<QPair<QColor, QColor>> m_colorMapping;
34 cThemedIconColorMapping();
35 ~cThemedIconColorMapping();
120using v0::cThemedIconColorMapping;
Definition themed_icon.h:30
void AddColorMapping(QColor colorFrom, QColor colorTo)
const QColor MapColor(QColor colorFrom) const
static cThemedIconColorMapping GetDefaultColorMapping()
Legacy version namespace for all functionality of the ADTF UI SDK taken over from ADTF v3....
Definition themed_colors.h:23
eThemedIcon
Definition themed_icon.h:65
QIcon create_themed_icon(QString file, cThemedIconColorMapping themedIconColorMapping=cThemedIconColorMapping::GetDefaultColorMapping())
Creates a themed icon from given svg file with color mapping.
Namespace for all ui classes and interfaces provided since v1.0.0.
Definition adtfui_pkg.h:13
QIcon create_themed_icon(QString file, cThemedIconColorMapping themedIconColorMapping=cThemedIconColorMapping::GetDefaultColorMapping())
Creates a themed icon from given svg file with color mapping.
Namespace for the ADTF UI SDK.
Definition adtfui_pkg.h:13
Namespace for all functionality provided by ADTF and its SDKs.
Definition adtfui_pkg.h:13