6#include <QtCore/QString>
34 QVariant
eventData()
const {
return _lastEventData; }
43 QVariant _lastEventData;
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.