1#ifndef QX_TASKBARBUTTON_H
2#define QX_TASKBARBUTTON_H
5#include "qx/windows-gui/qx_windows-gui_export.h"
32 Q_ENUM(ProgressState);
54 QString mOverlayAccessibleDescription;
60 ITaskbarList4* mTaskbarInterface;
79 int getNativeIconSize();
80 HWND getNativeWindowHandle();
83 void updateProgressIndicator();
88 bool eventFilter(QObject*
object, QEvent* event)
override;
The Qx namespace is the main namespace through which all non-global functionality of the Qx library i...
Definition qx-abstracterror.cpp:13