dRonin  adbada4
dRonin GCS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Groups Pages
configfixedwingwidget.h
Go to the documentation of this file.
1 
12 /*
13  * This program is free software; you can redistribute it and/or modify
14  * it under the terms of the GNU General Public License as published by
15  * the Free Software Foundation; either version 3 of the License, or
16  * (at your option) any later version.
17  *
18  * This program is distributed in the hope that it will be useful, but
19  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
20  * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
21  * for more details.
22  *
23  * You should have received a copy of the GNU General Public License along
24  * with this program; if not, see <http://www.gnu.org/licenses/>
25  */
26 #ifndef CONFIGFIXEDWINGWIDGET_H
27 #define CONFIGFIXEDWINGWIDGET_H
28 
29 #include "ui_airframe.h"
33 #include "uavobjects/uavobject.h"
35 #include <QWidget>
36 #include <QList>
37 #include <QItemDelegate>
38 
39 class Ui_Widget;
40 
42 {
43  Q_OBJECT
44 
45 public:
46  ConfigFixedWingWidget(Ui_AircraftWidget *aircraft = nullptr, QWidget *parent = nullptr);
48 
50 
51 private:
52  Ui_AircraftWidget *m_aircraft;
53 
54  bool setupFrameFixedWing(SystemSettings::AirframeTypeOptions airframeType);
55  bool setupFrameElevon(SystemSettings::AirframeTypeOptions airframeType);
56  bool setupFrameVtail(SystemSettings::AirframeTypeOptions airframeType);
57 
58  virtual void ResetActuators(GUIConfigDataUnion *configData);
59  static QStringList getChannelDescriptions();
60 
61 private slots:
62  virtual void setupUI(SystemSettings::AirframeTypeOptions airframeType);
63  void refreshAirframeWidgetsValues(SystemSettings::AirframeTypeOptions frameType);
64  virtual SystemSettings::AirframeTypeOptions updateConfigObjectsFromWidgets();
65  virtual bool throwConfigError(SystemSettings::AirframeTypeOptions airframeType);
66 };
67 
68 #endif // CONFIGFIXEDWINGWIDGET_H
ConfigFixedWingWidget(Ui_AircraftWidget *aircraft=nullptr, QWidget *parent=nullptr)
static QStringList getChannelDescriptions()