FlightGear next
GraphicsPresets.cxx File Reference
#include "config.h"
#include <Viewer/GraphicsPresets.hxx>
#include <unordered_set>
#include <simgear/io/iostreams/sgstream.hxx>
#include <simgear/misc/sg_dir.hxx>
#include <simgear/props/props_io.hxx>
#include <simgear/structure/commands.hxx>
#include <simgear/structure/exception.hxx>
#include <Main/fg_props.hxx>
#include <Main/globals.hxx>
#include <Main/locale.hxx>
#include <Main/sentryIntegration.hxx>
#include <Scenery/scenery.hxx>

Go to the source code of this file.

Classes

class  flightgear::GraphicsPresets::GraphicsConfigChangeListener
 
class  flightgear::GraphicsPresets::RequiredPropertyListener
 monitor a collection of properties, and set a flag property to true when any of them are modified. More...
 

Namespaces

namespace  flightgear
 FlightPlan.hxx - defines a full flight-plan object, including departure, cruise, arrival information and waypoints.
 

Functions

static bool flightgear::do_apply_preset (const SGPropertyNode *arg, SGPropertyNode *root)
 
static bool flightgear::do_save_preset (const SGPropertyNode *arg, SGPropertyNode *root)
 
static bool flightgear::do_list_standard_presets (const SGPropertyNode *arg, SGPropertyNode *root)
 
SGSubsystemMgr::Registrant< GraphicsPresetsflightgear::registrantGraphicsPresets (SGSubsystemMgr::DISPLAY)