1#ifndef QX_WINGUIEVENTFILTER_H
2#define QX_WINGUIEVENTFILTER_H
5#include <QAbstractNativeEventFilter>
17 static inline WinGuiEventFilter* instance =
nullptr;
21 unsigned int mTaskbarButtonCreatedMsgId;
29 static void installGlobally();
33 QWindow* getQtWindow(HWND nativeWindowHandle);
36 bool nativeEventFilter(
const QByteArray& eventType,
void* message, qintptr* result)
override;
The Qx namespace is the main namespace through which all non-global functionality of the Qx library i...
Definition qx-processwaiter.cpp:5