Enroute Flight Navigation
A navigation app for VFR pilots
DemoRunner Class Reference

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ DemoRunner()

DemoRunner::DemoRunner ( QObject * parent = nullptr)
explicit

Creates a new DemoRunner.

This constructor creates a new DemoRunner instance.

Parameters
parentThe standard QObject parent

Member Function Documentation

◆ requestVAC

void DemoRunner::requestVAC ( QString vacName)
signal

Emitted to indicate that the GUI should set a VAC.

Parameters
vacNameName of the VAC

◆ setEngine()

void DemoRunner::setEngine ( QQmlApplicationEngine * engine)
inline

Set pointer to QQmlApplicationEngine.

To work, the instance needs to know the QQmlApplicationEngine that runs the GUI.q

Parameters
enginePointer to QQmlApplicationEngine

Definition at line 70 of file DemoRunner.h.


The documentation for this class was generated from the following file: