5 : QHistoryState(historyType, parent)
9 connect(
this, &QHistoryState::entered,
this, [
this]() {
10 qCDebug(QGCStateMachineLog) <<
"Entered history state" << this->
stateName();
12 connect(
this, &QHistoryState::exited,
this, [
this]() {
13 qCDebug(QGCStateMachineLog) <<
"Exited history state" << this->
stateName();
Vehicle * vehicle() const
QString stateName() const
QGCStateMachine * machine() const
QGCHistoryState(const QString &stateName, QState *parent, HistoryType historyType=ShallowHistory)