|
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.
|
void | requestMapBearing (int bearing) |
| Emitted to indicate that the GUI should set a map bearing.
|
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.