QtGui/qmouseeventtransition.h Source File
Go to the documentation of this file.
42 #ifndef QMOUSEEVENTTRANSITION_H
43 #define QMOUSEEVENTTRANSITION_H
53 #ifndef QT_NO_STATEMACHINE
55 class QMouseEventTransitionPrivate;
61 Q_PROPERTY(
Qt::KeyboardModifiers modifierMask READ modifierMask WRITE setModifierMask)
71 Qt::KeyboardModifiers modifierMask() const;
72 void setModifierMask(
Qt::KeyboardModifiers modifiers);
78 void onTransition(
QEvent *event);
79 bool eventTest(
QEvent *event);
86 #endif //QT_NO_STATEMACHINE
GLuint GLuint GLsizei GLenum type
#define QT_BEGIN_NAMESPACE