FlightGear next
|
#include <string>
#include <cstdlib>
Go to the source code of this file.
Classes | |
class | flightgear::FatalErrorException |
Namespaces | |
namespace | flightgear |
FlightPlan.hxx - defines a full flight-plan object, including departure, cruise, arrival information and waypoints. | |
Enumerations | |
enum | flightgear::MessageBoxResult { flightgear::MSG_BOX_OK , flightgear::MSG_BOX_YES , flightgear::MSG_BOX_NO } |
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) |