|
| Q_FLAGS (IconMatchedFlags) |
|
| DDciIcon (const DCORE_NAMESPACE::DDciFile *dciFile) |
|
| DDciIcon (const QString &fileName) |
|
| DDciIcon (const QByteArray &data) |
|
| DDciIcon (const DDciIcon &other) |
|
DDciIcon & | operator= (const DDciIcon &other) noexcept |
|
| DDciIcon (DDciIcon &&other) noexcept |
|
DDciIcon & | operator= (DDciIcon &&other) noexcept |
|
void | swap (DDciIcon &other) noexcept |
|
bool | isNull () const |
|
DDciIconMatchResult | matchIcon (int size, Theme theme, Mode mode, IconMatchedFlags flags=None) const |
|
int | actualSize (DDciIconMatchResult result) const |
|
int | actualSize (int size, Theme theme, Mode mode=Normal) const |
|
QList< int > | availableSizes (Theme theme, Mode mode=Normal) const |
|
bool | isSupportedAttribute (DDciIconMatchResult result, IconAttibute attr) const |
|
QPixmap | pixmap (qreal devicePixelRatio, int iconSize, Theme theme, Mode mode=Normal, const DDciIconPalette &palette=DDciIconPalette()) const |
|
QPixmap | pixmap (qreal devicePixelRatio, int iconSize, DDciIconMatchResult result, const DDciIconPalette &palette=DDciIconPalette()) const |
|
void | paint (QPainter *painter, const QRect &rect, qreal devicePixelRatio, Theme theme, Mode mode=Normal, Qt::Alignment alignment=Qt::AlignCenter, const DDciIconPalette &palette=DDciIconPalette()) const |
|
void | paint (QPainter *painter, const QRect &rect, qreal devicePixelRatio, DDciIconMatchResult result, Qt::Alignment alignment=Qt::AlignCenter, const DDciIconPalette &palette=DDciIconPalette()) const |
|