QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
ShowAppMessageState.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
QGCState.h
"
4
5
#include <QtCore/QString>
6
8
9
class
ShowAppMessageState
:
public
QGCState
10
{
11
Q_OBJECT
12
Q_DISABLE_COPY(
ShowAppMessageState
)
13
14
public
:
15
ShowAppMessageState
(QState* parentState,
const
QString& appMessage);
16
17
private
:
18
QString _appMessage;
19
};
QGCState.h
QGCState
Definition
QGCState.h:22
ShowAppMessageState
Display an application message to the user.
Definition
ShowAppMessageState.h:10
src
Utilities
StateMachine
States
ShowAppMessageState.h
Generated by
1.9.8