Platform-agnostic wrapper for QWinTaskbarButton. More...
#include <taskbarbutton.h>
Inheritance diagram for TaskbarButton:Public Slots | |
| void | clearOverlayIcon () |
| void | setOverlayAccessibleDescription (const QString &description) |
| void | setOverlayIcon (const QIcon &icon) |
Public Member Functions | |
| TaskbarButton (QObject *parent) | |
| QString | overlayAccessibleDescription () const |
| QIcon | overlayIcon () const |
| TaskbarProgress * | progress () const |
| void | setWindow (QWindow *window) |
| QWindow * | window () const |
Platform-agnostic wrapper for QWinTaskbarButton.
Actually, the platform wrapping is only meant to avoid having to run #ifdef checks in the code that wishes to use the TaskbarButton. On Windows platform this is a proxy design pattern. On all other platforms objects of this class are no-ops.
Definition at line 42 of file taskbarbutton.h.