Qx v0.7
Qt Extensions Library
Loading...
Searching...
No Matches
Qx::WinGuiEvent Class Reference

The WinGuiEvent class encapsulates messages that are sent directly to an application window by the system on the Windows platform. More...

#include <qx/windows-gui/qx-winguievent.h>

Public Member Functions

 WinGuiEvent (int type)
 

Static Public Attributes

static const int TaskbarButtonCreated = QEvent::registerEventType()
 

Detailed Description

Warning
The filter that generates these events is not installed to an application by default due to limitations with QCoreApplication and statically linked libraries. As such, the filter is currently only initialized internally by Qx classes that need them, meaning these events will not be available in user code.

Constructor & Destructor Documentation

◆ WinGuiEvent()

Qx::WinGuiEvent::WinGuiEvent ( int type)
explicit

Constructs a windows gui event of the given type.

The type is specified by ID.

Member Data Documentation

◆ TaskbarButtonCreated

const int Qx::WinGuiEvent::TaskbarButtonCreated = QEvent::registerEventType()
inlinestatic

The ID for the event that signifies a taskbar button has been created for a given window.


The documentation for this class was generated from the following files: