42 #ifndef QKEYEVENTTRANSITION_H 43 #define QKEYEVENTTRANSITION_H 45 #include <QtCore/qeventtransition.h> 53 #ifndef QT_NO_STATEMACHINE 70 Qt::KeyboardModifiers modifierMask()
const;
71 void setModifierMask(Qt::KeyboardModifiers modifiers);
82 #endif //QT_NO_STATEMACHINE
#define QT_END_NAMESPACE
This macro expands to.
The QKeyEventTransition class provides a transition for key events.
#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.
Qt::KeyboardModifiers modifierMask
the keyboard modifier mask that this key event transition checks for
The QState class provides a general-purpose state for QStateMachine.
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QEventTransition class provides a QObject-specific transition for Qt events.
bool eventTest(QEvent *event)
Reimplemented Function
Type
This enum type defines the valid event types in Qt.
void onTransition(QEvent *event)
Reimplemented Function
#define Q_DECLARE_PRIVATE(Class)
The QEvent class is the base class of all event classes.
int key
the key that this key event transition is associated with