| 
 QKeyEventTransition ClassThe QKeyEventTransition class provides a transition for key events. More...  #include <QKeyEventTransition>Inherits: QEventTransition. This class was introduced in Qt 4.6. Properties
 
 Public Functions
 
 Signals
 
 Protected Functions
 Reimplemented Protected Functions
 
 Additional Inherited MembersDetailed DescriptionThe QKeyEventTransition class provides a transition for key events. QKeyEventTransition is part of The State Machine Framework. See also QState::addTransition(). Property Documentation
 | 
| int | key() const | 
| void | setKey(int key) | 
This property holds the keyboard modifier mask that this key event transition checks for.
Access functions:
| Qt::KeyboardModifiers | modifierMask() const | 
| void | setModifierMask(Qt::KeyboardModifiers modifierMask) | 
Constructs a new key event transition with the given sourceState.
Constructs a new key event transition for events of the given type for the given object, with the given key and sourceState.
Destroys this key event transition.
Reimplemented from QAbstractTransition::eventTest().
Reimplemented from QAbstractTransition::onTransition().