QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
GeoViewSettings.h
Go to the documentation of this file.
1/****************************************************************************
2 *
3 * (c) 2009-2024 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
4 *
5 * QGroundControl is licensed according to the terms in the file
6 * COPYING.md in the root of the source code directory.
7 *
8 ****************************************************************************/
9
10#pragma once
11
12#include <QtQmlIntegration/QtQmlIntegration>
13
14#include "SettingsGroup.h"
15
18{
19 Q_OBJECT
20 QML_ELEMENT
21 QML_UNCREATABLE("")
22public:
23 GeoViewSettings(QObject* parent = nullptr);
24
26
27 DEFINE_SETTINGFACT(enabled)
28};
#define DEFINE_SETTING_NAME_GROUP()
#define DEFINE_SETTINGFACT(NAME)
Settings for the experimental GeoView 2D/3D map engine (preview feature)
GeoViewSettings(QObject *parent=nullptr)
Provides access to group of settings.