42 #ifndef QMOUSEEVENTTRANSITION_H 43 #define QMOUSEEVENTTRANSITION_H 45 #include <QtCore/qeventtransition.h> 53 #ifndef QT_NO_STATEMACHINE 71 Qt::KeyboardModifiers modifierMask()
const;
72 void setModifierMask(Qt::KeyboardModifiers modifiers);
86 #endif //QT_NO_STATEMACHINE
#define QT_END_NAMESPACE
This macro expands to.
The QPainterPath class provides a container for painting operations, enabling graphical shapes to be ...
Qt::KeyboardModifiers modifierMask
the keyboard modifier mask that this mouse event transition checks for
The QMouseEventTransition class provides a transition for mouse 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.
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.
Qt::MouseButton button
the button that this mouse event transition is associated with