42 #ifndef QWINEVENTNOTIFIER_P_H 43 #define QWINEVENTNOTIFIER_P_H 56 #include "QtCore/qobject.h" 57 #include "QtCore/qt_windows.h" 71 void setHandle(
HANDLE hEvent);
74 bool isEnabled()
const;
77 void setEnabled(
bool enable);
80 void activated(
HANDLE hEvent);
94 #endif // QWINEVENTNOTIFIER_P_H
#define QT_END_NAMESPACE
This macro expands to.
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
The QObject class is the base class of all Qt objects.
virtual bool event(QEvent *)
This virtual function receives events to an object and should return true if the event e was recogniz...
#define QT_BEGIN_NAMESPACE
This macro expands to.
#define Q_DECLARE_PRIVATE(Class)
The QEvent class is the base class of all event classes.