#include "config.h"
#include "QmlAircraftInfo.hxx"
#include <QVariant>
#include <QDebug>
#include <QQmlEngine>
#include <QQmlComponent>
#include <QTimer>
#include <simgear/package/Install.hxx>
#include <simgear/package/Root.hxx>
#include <simgear/structure/exception.hxx>
#include <simgear/props/props_io.hxx>
#include <Main/globals.hxx>
#include "LocalAircraftCache.hxx"
#include "FavouriteAircraftData.hxx"
Go to the source code of this file.
◆ humanNameFromStateTag()
QString humanNameFromStateTag |
( |
const std::string & | tag | ) |
|
◆ readAircraftStates()
static bool readAircraftStates |
( |
const SGPropertyNode_ptr | root, |
|
|
AircraftStateVec & | result ) |
|
static |