|
enum | taskbarState_t {
TASKBAR_STATE_NONE = 0,
TASKBAR_STATE_NORMAL = 1,
TASKBAR_STATE_INTERMEDIATE = 2,
TASKBAR_STATE_PAUSED = 3,
TASKBAR_STATE_ERROR = 4
} |
|
|
| Taskbar7 (QWidget *const window) |
|
bool | setTaskbarState (const taskbarState_t &state) |
|
bool | setTaskbarProgress (const quint64 ¤tValue, const quint64 &maximumValue) |
|
bool | setOverlayIcon (const QIcon *const icon, const QString &info=QString()) |
|
The documentation for this class was generated from the following file: