QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
JoystickManagerSettings.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#pragma once
10
11#include <QtQmlIntegration/QtQmlIntegration>
12
13#include "SettingsGroup.h"
14
16{
17 Q_OBJECT
18 QML_ELEMENT
19 QML_UNCREATABLE("")
20
21public:
22 JoystickManagerSettings(QObject* parent = nullptr);
23
25
28};
#define DEFINE_SETTING_NAME_GROUP()
#define DEFINE_SETTINGFACT(NAME)
Fact *joystickEnabledVehiclesIds READ joystickEnabledVehiclesIds CONSTANT Fact * joystickEnabledVehiclesIds()
Fact *activeJoystickName READ activeJoystickName CONSTANT Fact * activeJoystickName()