FGx
1
Main Page
Related Pages
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Enumerations
Enumerator
Macros
Pages
src
airports
metarwidget.h
1
// -=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-
2
// FGx FlightGear Launcher // metarwidget.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 METARWIDGET_H
10
#define METARWIDGET_H
11
12
#include <QWidget>
13
#include <QPlainTextEdit>
14
15
16
17
#include "xobjects/mainobject.h"
18
class
MainObject
;
19
20
21
class
MetarWidget
:
public
QWidget
22
{
23
Q_OBJECT
24
public
:
25
explicit
MetarWidget
(
MainObject
*mob, QWidget *parent = 0);
26
27
MainObject
*mainObject;
28
29
QPlainTextEdit *txtMetar;
30
31
32
signals:
33
34
public
slots:
35
void
load_metar(QString apt);
36
void
clear_metar();
37
38
};
39
40
#endif // METARWIDGET_H
MainObject
The MainObject is an extended QObject, and the main "controller" for FGx.
Definition:
mainobject.h:61
MetarWidget
Definition:
metarwidget.h:21
Generated on Thu Oct 16 2014 08:33:50 for FGx by
1.8.8