Enroute Flight Navigation
A navigation app for VFR pilots
|
Remote controls the app and takes screenshot images. More...
#include <DemoRunner.h>
Signals | |
void | requestOpenFlightRouteAddWPDialog () |
Emitted to indicate that the GUI should open the "Add Waypoint" dialog. | |
void | requestOpenAircraftPage () |
Emitted to indicate that the GUI should open the "Aircraft" page. | |
void | requestOpenNearbyPage () |
Emitted to indicate that the GUI should open the "Nearby" page. | |
void | requestOpenWeatherDialog (Weather::Observer *obs) |
Emitted to indicate that the GUI should open the "Weather" page. | |
void | requestOpenWeatherPage () |
Emitted to indicate that the GUI should open the "Weather" page. | |
void | requestOpenRoutePage () |
Emitted to indicate that the GUI should open the "Route & Wind" page. | |
void | requestClosePages () |
Emitted to indicate that the GUI return to the main page. | |
void | requestVAC (QString vacName) |
Emitted to indicate that the GUI should set a VAC. | |
Public Member Functions | |
DemoRunner (QObject *parent=nullptr) | |
Creates a new DemoRunner. | |
void | setEngine (QQmlApplicationEngine *engine) |
Set pointer to QQmlApplicationEngine. | |
Remote controls the app and takes screenshot images.
This class remote controls the app. It sets up a traffic data receiver simulator, feeds it with data and controls the GUI, in order to generate a sequence of screenshots, which can then be used in the manual and as propaganda material.
Definition at line 38 of file DemoRunner.h.
|
explicit |
Creates a new DemoRunner.
This constructor creates a new DemoRunner instance.
parent | The standard QObject parent |
|
signal |
Emitted to indicate that the GUI should set a VAC.
vacName | Name of the VAC |
|
inline |
Set pointer to QQmlApplicationEngine.
To work, the instance needs to know the QQmlApplicationEngine that runs the GUI.q
engine | Pointer to QQmlApplicationEngine |
Definition at line 70 of file DemoRunner.h.