DtkGui 5.5.23
DTK Gui module
|
Public 类型 | |
enum | PaletteRole { NoPalette = -1 , Foreground = 0 , Background = 1 , HighlightForeground = 2 , Highlight = 3 , PaletteCount } |
Public 成员函数 | |
DDciIconPalette (QColor foreground=QColor::Invalid, QColor background=QColor::Invalid, QColor highlight=QColor::Invalid, QColor highlightForeground=QColor::Invalid) | |
bool | operator== (const DDciIconPalette &other) const |
bool | operator!= (const DDciIconPalette &other) const |
QColor | foreground () const |
void | setForeground (const QColor &foreground) |
QColor | background () const |
void | setBackground (const QColor &background) |
QColor | highlightForeground () const |
void | setHighlightForeground (const QColor &highlightForeground) |
QColor | highlight () const |
void | setHighlight (const QColor &highlight) |
静态 Public 成员函数 | |
static QString | convertToString (const DDciIconPalette &palette) |
static DDciIconPalette | convertFromString (const QString &data) |
属性 | |
Q_GADGETQColor | foreground |
QColor | background |
QColor | highlight |
QColor | highlightForeground |