QAbstractNativeEventFilter Class
The QAbstractNativeEventFilter class provides an interface for receiving native events, such as MSG or XCB event structs. More...
Header: | #include <QAbstractNativeEventFilter> |
qmake: | QT += core |
Since: | Qt 5.0 |
This class was introduced in Qt 5.0.
Public Functions
Detailed Description
Member Function Documentation
QAbstractNativeEventFilter::QAbstractNativeEventFilter()
Creates a native event filter.
By default this doesn't do anything. Remember to install it on the application object.
[virtual]
QAbstractNativeEventFilter::~QAbstractNativeEventFilter()
Destroys the native event filter.
This automatically removes it from the application.