FlightGear next
LocationController.cxx File Reference
#include "LocationController.hxx"
#include <QSettings>
#include <QAbstractListModel>
#include <QTimer>
#include <QDebug>
#include <QQmlComponent>
#include <QQmlEngine>
#include <simgear/misc/strutils.hxx>
#include <simgear/structure/exception.hxx>
#include "AirportDiagram.hxx"
#include "CarrierDiagram.hxx"
#include "CarriersLocationModel.hxx"
#include "DefaultAircraftLocator.hxx"
#include "LaunchConfig.hxx"
#include "NavaidDiagram.hxx"
#include "NavaidSearchModel.hxx"
#include "QmlPositionedModel.hxx"
#include <Airports/airport.hxx>
#include <Airports/groundnetwork.hxx>
#include <Main/globals.hxx>
#include <Navaids/NavDataCache.hxx>
#include <Navaids/navrecord.hxx>
#include <Main/options.hxx>
#include <Main/fg_init.hxx>
#include <Main/fg_props.hxx>

Go to the source code of this file.

Functions

QVariant savePositionList (const FGPositionedList &posList)
 
FGPositionedList loadPositionedList (QVariant v)
 

Variables

const unsigned int MAX_RECENT_LOCATIONS = 20
 

Function Documentation

◆ loadPositionedList()

FGPositionedList loadPositionedList ( QVariant v)

Definition at line 70 of file LocationController.cxx.

◆ savePositionList()

QVariant savePositionList ( const FGPositionedList & posList)

Definition at line 56 of file LocationController.cxx.

Variable Documentation

◆ MAX_RECENT_LOCATIONS

const unsigned int MAX_RECENT_LOCATIONS = 20

Definition at line 54 of file LocationController.cxx.