Qt Virtual Chart Table (QVCT)
CVesselCockpitGeneralAviation.hpp
Go to the documentation of this file.
1 // INDENTING (emacs/vi): -*- mode:c++; tab-width:2; c-basic-offset:2; intent-tabs-mode:nil; -*- ex: set tabstop=2 expandtab:
2 
3 /*
4  * Qt Virtual Chart Table (QVCT)
5  * Copyright (C) 2012 Cedric Dufour <http://cedric.dufour.name>
6  * Author: Cedric Dufour <http://cedric.dufour.name>
7  *
8  * The Qt Virtual Chart Table (QVCT) is free software:
9  * you can redistribute it and/or modify it under the terms of the GNU General
10  * Public License as published by the Free Software Foundation, Version 3.
11  *
12  * The Qt Virtual Chart Table (QVCT) is distributed in the hope
13  * that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
14  * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
15  *
16  * See the GNU General Public License for more details.
17  */
18 
19 #ifndef QVCT_CVESSELCOCKPITGENERALAVIATION_HPP
20 #define QVCT_CVESSELCOCKPITGENERALAVIATION_HPP
21 
22 // QT
23 #include <QWidget>
24 
25 // QVCT
31 class CInstrumentGASpeed;
33 
35 
42 {
43 
44  //------------------------------------------------------------------------------
45  // FIELDS
46  //------------------------------------------------------------------------------
47 
48 private:
61 
62 
63  //------------------------------------------------------------------------------
64  // CONSTRUCTORS / DESTRUCTOR
65  //------------------------------------------------------------------------------
66 
67 public:
68  CVesselCockpitGeneralAviation( QWidget* _pqParent = 0 );
70 
71 private:
73  void constructLayout();
74 
75 
76  //------------------------------------------------------------------------------
77  // METHODS: CVesselWidget (implement/override)
78  //------------------------------------------------------------------------------
79 
80 public:
81  virtual void refreshContent();
82  virtual void resetContent();
83 
84 };
85 
86 #endif // QVCT_CVESSELCOCKPITGENERALAVIATION_HPP
General aviation altimeter (instrument)
General aviation artificial horizon / AH (instrument)
General aviation chronograph (instrument)
General aviation horizontal situation indicator / HSI (instrument)
General aviation vertical speed (instrument)
General aviation speed (instrument)
[UI] General aviation cockpit view (dock widget)
CInstrumentGAAltimeter * poAltimeter
Instrument: altimeter (ALT)
void constructLayout()
Constructs the layout of the user-interface.
CInstrumentGAHorizontalSituation * poHorizontalSituation
Instrument: horizontal situation indicator (HSI)
CInstrumentGAChronograph * poChronograph
Instrument: chronograph (TIME)
virtual void refreshContent()
Refreshes the content of the underlying widget.
CInstrumentGASpeedVertical * poSpeedVertical
Instrument: vertical speed indicator (VSI)
virtual void resetContent()
Resets (clears) the content of the underlying widget.
CInstrumentGAArtificialHorizon * poArtificialHorizon
Instrument: artificial horizon (AH)
CInstrumentGASpeed * poSpeed
Instrument: horizontal speed indicator (GS)
[UI] Generic vessel's cockpit view (window)