|
FlightGear next
|
#include <simgear/simgear_config.h>#include <cstdlib>#include "MessageBox.hxx"#include <Main/fg_props.hxx>#include <Main/globals.hxx>#include <Viewer/renderer.hxx>#include <GUI/new_gui.hxx>#include <Main/sentryIntegration.hxx>#include <osgViewer/Viewer>#include <simgear/structure/commands.hxx>Go to the source code of this file.
Namespaces | |
| namespace | flightgear |
| FlightPlan.hxx - defines a full flight-plan object, including departure, cruise, arrival information and waypoints. | |
Functions | |
| void | flightgear::setHeadlessMode (bool headless) |
| bool | flightgear::isHeadlessMode () |
| MessageBoxResult | flightgear::modalMessageBox (const std::string &caption, const std::string &msg, const std::string &moreText) |
| MessageBoxResult | flightgear::fatalMessageBoxWithoutExit (const std::string &caption, const std::string &msg, const std::string &moreText, bool reportToSentry) |
| void | flightgear::fatalMessageBoxThenExit (const std::string &caption, const std::string &msg, const std::string &moreText, int exitStatus, bool reportToSentry) |