QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
FlightModeSettings.h
Go to the documentation of this file.
1#pragma once
2
3#include <QtQmlIntegration/QtQmlIntegration>
4
5#include "SettingsGroup.h"
6
8{
9 Q_OBJECT
10 QML_ELEMENT
11 QML_UNCREATABLE("")
12public:
13 FlightModeSettings(QObject* parent = nullptr);
14
16 DEFINE_SETTINGFACT(px4HiddenFlightModesMultiRotor)
17 DEFINE_SETTINGFACT(px4HiddenFlightModesFixedWing)
18 DEFINE_SETTINGFACT(px4HiddenFlightModesVTOL)
19 DEFINE_SETTINGFACT(px4HiddenFlightModesRoverBoat)
20 DEFINE_SETTINGFACT(px4HiddenFlightModesSub)
21 DEFINE_SETTINGFACT(px4HiddenFlightModesAirship)
22 DEFINE_SETTINGFACT(apmHiddenFlightModesMultiRotor)
23 DEFINE_SETTINGFACT(apmHiddenFlightModesFixedWing)
24 DEFINE_SETTINGFACT(apmHiddenFlightModesVTOL)
25 DEFINE_SETTINGFACT(apmHiddenFlightModesRoverBoat)
26 DEFINE_SETTINGFACT(apmHiddenFlightModesSub)
27 DEFINE_SETTINGFACT(apmHiddenFlightModesAirship)
28 DEFINE_SETTINGFACT(requireModeChangeConfirmation)
29};
#define DEFINE_SETTING_NAME_GROUP()
#define DEFINE_SETTINGFACT(NAME)
FlightModeSettings(QObject *parent=nullptr)
Provides access to group of settings.