QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
Viewer3DSettings.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 Viewer3DSettings(QObject* parent = nullptr);
14
17 };
18 Q_ENUM(MapProvider)
19
21
22 DEFINE_SETTINGFACT(enabled)
23 DEFINE_SETTINGFACT(mapProvider)
24 DEFINE_SETTINGFACT(osmFilePath)
25 DEFINE_SETTINGFACT(buildingLevelHeight)
26 DEFINE_SETTINGFACT(altitudeBias)
27};
#define DEFINE_SETTING_NAME_GROUP()
#define DEFINE_SETTINGFACT(NAME)
Provides access to group of settings.
Viewer3DSettings(QObject *parent=nullptr)