QtCore/qeventtransition.h Source File
Go to the documentation of this file.
42 #ifndef QEVENTTRANSITION_H
43 #define QEVENTTRANSITION_H
54 #ifndef QT_NO_STATEMACHINE
56 class QEventTransitionPrivate;
68 void setEventSource(
QObject *
object);
70 QEvent::Type eventType() const;
71 void setEventType(
QEvent::Type type);
74 bool eventTest(
QEvent *event);
75 void onTransition(
QEvent *event);
89 #endif //QT_NO_STATEMACHINE
GLuint GLuint GLsizei GLenum type
#define QT_BEGIN_NAMESPACE