QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
Viewer3DSettings.cc
Go to the documentation of this file.
1#include "Viewer3DSettings.h"
2
3DECLARE_SETTINGGROUP(Viewer3D, "Viewer3D")
4{
5#ifdef Q_OS_ANDROID
6 // 3D view is disabled on Android (see QGCCorePlugin::adjustSettingMetaData);
7 // hide the whole 3D View settings page
8 setUserVisible(false);
9#endif
10}
11
15DECLARE_SETTINGSFACT(Viewer3DSettings, buildingLevelHeight)
#define DECLARE_SETTINGSFACT(CLASS, NAME)
#define DECLARE_SETTINGGROUP(NAME, GROUP)