#include <iconheap.h>
|
IconBase * | getIcon (const QUuid &iconUid, FindIconHint::Enum searchHint=FindIconHint::Original) |
|
IconBase * | getIcon (const QString &appId, const QString &launchPointId) |
|
IconBase * | getIconEx (const QUuid &iconUid, IconAttributes &r_attr, FindIconHint::Enum searchHint=FindIconHint::Original) |
|
IconBase * | copyIcon (const QUuid &iconUid) |
|
QList< IconBase * > | findCopies (const QUuid &masterUid) |
|
bool | addIcon (IconBase *p_icon) |
|
bool | addIcon (IconBase *p_icon, const QString &appId, const QString &launchPointId=QString()) |
|
void | annotateIcon (const QUuid &iconUid, const QString &appId, const QString &launchPointId=QString()) |
|
bool | tagIconWithLocationUid (const QUuid &iconUid, const QUuid &tagUid, bool overwriteExistingTag=false) |
|
QUuid | iconLocationTag (const QUuid &iconUid) |
|
void | deleteIconUnguarded (const QUuid &iconUid) |
|
void | deleteIconCopy (const QUuid &copiedIconUid) |
|
void | loadCommonlyUsedIconImages () |
|
PixmapObject * | commonImageRemoveDecoratorNormal () const |
|
PixmapObject * | commonImageRemoveDecoratorPressed () const |
|
PixmapObject * | commonImageDeleteDecoratorNormal () const |
|
PixmapObject * | commonImageDeleteDecoratorPressed () const |
|
PixmapObject * | commonImageWarningDecorator () const |
|
PixmapObject * | commonImageProgressFilmstrip () const |
|
|
static IconHeap * | iconHeap () |
| public: More...
|
|
static IconBase * | makeIcon (const QString &mainIconFilePath, const QString &frameIconFilePath, const QList< QString > &decoratorsFilePaths, const QString &feedbackIconFilePath) |
|
static IconBase * | makeIconStandardFrameAndDecorators (const QString &mainIconFilePath) |
|
static IconBase * | makeIconConstrained (const QString &mainIconFilePath, const QString &frameIconFilePath, const QList< QString > &decoratorsFilePaths, const QString &feedbackIconFilePath, const QSize &size, bool limitOnly=true) |
|
static IconBase * | makeIconConstrainedStandardFrameAndDecorators (const QString &mainIconFilePath, const QSize &size, bool limitOnly=true) |
|
bool IconHeap::addIcon |
( |
IconBase * |
p_icon | ) |
|
bool IconHeap::addIcon |
( |
IconBase * |
p_icon, |
|
|
const QString & |
appId, |
|
|
const QString & |
launchPointId = QString() |
|
) |
| |
void IconHeap::annotateIcon |
( |
const QUuid & |
iconUid, |
|
|
const QString & |
appId, |
|
|
const QString & |
launchPointId = QString() |
|
) |
| |
PixmapObject * IconHeap::commonImageDeleteDecoratorNormal |
( |
| ) |
const |
PixmapObject * IconHeap::commonImageDeleteDecoratorPressed |
( |
| ) |
const |
PixmapObject * IconHeap::commonImageProgressFilmstrip |
( |
| ) |
const |
PixmapObject * IconHeap::commonImageRemoveDecoratorNormal |
( |
| ) |
const |
PixmapObject * IconHeap::commonImageRemoveDecoratorPressed |
( |
| ) |
const |
PixmapObject * IconHeap::commonImageWarningDecorator |
( |
| ) |
const |
IconBase * IconHeap::copyIcon |
( |
const QUuid & |
iconUid | ) |
|
void IconHeap::deleteIconCopy |
( |
const QUuid & |
copiedIconUid | ) |
|
void IconHeap::deleteIconUnguarded |
( |
const QUuid & |
iconUid | ) |
|
QList< IconBase * > IconHeap::findCopies |
( |
const QUuid & |
masterUid | ) |
|
IconBase * IconHeap::getIcon |
( |
const QString & |
appId, |
|
|
const QString & |
launchPointId |
|
) |
| |
QUuid IconHeap::iconLocationTag |
( |
const QUuid & |
iconUid | ) |
|
void IconHeap::loadCommonlyUsedIconImages |
( |
| ) |
|
IconBase * IconHeap::makeIcon |
( |
const QString & |
mainIconFilePath, |
|
|
const QString & |
frameIconFilePath, |
|
|
const QList< QString > & |
decoratorsFilePaths, |
|
|
const QString & |
feedbackIconFilePath |
|
) |
| |
|
static |
IconBase * IconHeap::makeIconConstrained |
( |
const QString & |
mainIconFilePath, |
|
|
const QString & |
frameIconFilePath, |
|
|
const QList< QString > & |
decoratorsFilePaths, |
|
|
const QString & |
feedbackIconFilePath, |
|
|
const QSize & |
size, |
|
|
bool |
limitOnly = true |
|
) |
| |
|
static |
IconBase * IconHeap::makeIconConstrainedStandardFrameAndDecorators |
( |
const QString & |
mainIconFilePath, |
|
|
const QSize & |
size, |
|
|
bool |
limitOnly = true |
|
) |
| |
|
static |
IconBase * IconHeap::makeIconStandardFrameAndDecorators |
( |
const QString & |
mainIconFilePath | ) |
|
|
static |
bool IconHeap::tagIconWithLocationUid |
( |
const QUuid & |
iconUid, |
|
|
const QUuid & |
tagUid, |
|
|
bool |
overwriteExistingTag = false |
|
) |
| |
The documentation for this class was generated from the following files: