FGx
1
Main Page
Related Pages
Classes
Files
File List
File Members
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 4 2016 13:59:22 for FGx by
1.8.11