33 #ifndef CXREQUESTENTERSTATETRANSITION_H_
34 #define CXREQUESTENTERSTATETRANSITION_H_
36 #include "cxResourceExport.h"
39 #include <QAbstractTransition>
55 QEvent(QEvent::Type(QEvent::User + 1)), mStateUid(stateUid)
76 if (e->type() != QEvent::Type(QEvent::User + 1))
Utility class for StateService states.
virtual void onTransition(QEvent *)
virtual bool eventTest(QEvent *e)
RequestEnterStateTransition(const QString &stateUid)
RequestEnterStateEvent(const QString &stateUid)
Utility class for StateService states.