QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
PlanViewSettings.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 PlanViewSettings(QObject* parent = nullptr);
15
16 // Most individual settings related to PlanView are still in AppSettings due to historical reasons.
17
18 DEFINE_SETTINGFACT(displayPresetsTabFirst)
19 DEFINE_SETTINGFACT(showMissionItemStatus)
20 DEFINE_SETTINGFACT(useConditionGate)
21 DEFINE_SETTINGFACT(takeoffItemNotRequired)
22 DEFINE_SETTINGFACT(allowMultipleLandingPatterns)
23 DEFINE_SETTINGFACT(showGimbalOnlyWhenSet)
24 DEFINE_SETTINGFACT(vtolTransitionDistance)
25};
#define DEFINE_SETTING_NAME_GROUP()
#define DEFINE_SETTINGFACT(NAME)
PlanViewSettings(QObject *parent=nullptr)
Provides access to group of settings.