FGx
1
src
aircraft
aircraftdata.h
1
// -=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-
2
// FGx FlightGear Launcher // aircraftdata.h
3
// -=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-
4
// (c) 2010-2012
5
// Yves Sablonier, Pete Morgan
6
// Geoff McLane
7
// GNU GPLv2, see main.cpp and shipped licence.txt for further information
8
9
#ifndef AIRCRAFTDATA_H
10
#define AIRCRAFTDATA_H
11
12
#include <QWidget>
13
#include <QProgressDialog>
14
15
#include "xobjects/mainobject.h"
16
17
18
class
AircraftData
19
{
20
public
:
21
//AircraftData();
22
23
static
bool
import
(QProgressDialog &progress,
MainObject
*mainObject);
24
25
};
26
27
#endif // AIRCRAFTDATA_H
MainObject
The MainObject is an extended QObject, and the main "controller" for FGx.
Definition:
mainobject.h:61
AircraftData
Definition:
aircraftdata.h:18
Generated on Thu Feb 13 2020 01:10:59 for FGx by
1.8.17