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
10{
11 Q_OBJECT
12 Q_DISABLE_COPY(ShowAppMessageState)
13
14public:
15 ShowAppMessageState(QState* parentState, const QString& appMessage);
16
17private:
18 QString _appMessage;
19};
Display an application message to the user.