6#include <QtCore/QString>
36 QVariant
eventData()
const {
return _lastEventData; }
45 QVariant _lastEventData;
Transition that fires when a named event is posted to the state machine.
QVariant eventData() const
Access the event data from the last matched event.
bool eventTest(QEvent *event) override
QString eventName() const
std::function< bool(const QGCStateMachineEvent *)> Guard
void onTransition(QEvent *event) override
Base class for custom transitions that need access to QGCStateMachine and Vehicle.
Custom event for QGCStateMachine delayed/scheduled events.