Qx v0.5.8
Qt Extensions Library
|
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) | |
Public Member Functions inherited from QEvent | |
QEvent (QEvent::Type type) | |
void | accept () |
virtual QEvent * | clone () const const |
void | ignore () |
bool | isAccepted () const const |
bool | isInputEvent () const const |
bool | isPointerEvent () const const |
bool | isSinglePointEvent () const const |
virtual void | setAccepted (bool accepted) |
bool | spontaneous () const const |
QEvent::Type | type () const const |
Static Public Attributes | |
static const int | TaskbarButtonCreated = QEvent::registerEventType() |
|
explicit |
Constructs a windows gui event of the given type.
The type is specified by ID.
|
inlinestatic |
The ID for the event that signifies a taskbar button has been created for a given window.