QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
QGCStateMachineEvent.cc
Go to the documentation of this file.
1
#include "
QGCStateMachineEvent.h
"
2
3
const
QEvent::Type
QGCStateMachineEvent::EventType
=
static_cast<
QEvent::Type
>
(QEvent::registerEventType());
4
5
QGCStateMachineEvent::QGCStateMachineEvent
(
const
QString& name,
const
QVariant& data)
6
: QEvent(EventType)
7
, _name(name)
8
, _data(data)
9
{
10
}
QGCStateMachineEvent.h
QGCStateMachineEvent::QGCStateMachineEvent
QGCStateMachineEvent(const QString &name, const QVariant &data=QVariant())
Definition
QGCStateMachineEvent.cc:5
QGCStateMachineEvent::EventType
static const QEvent::Type EventType
Definition
QGCStateMachineEvent.h:11
src
Utilities
StateMachine
QGCStateMachineEvent.cc
Generated by
1.9.8