QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
PowerModulePresetController.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <QtCore/QVariantList>
4
#include <QtQmlIntegration/QtQmlIntegration>
5
6
#include "
FactPanelController.h
"
7
8
class
PowerModulePresetController
:
public
FactPanelController
9
{
10
Q_OBJECT
11
QML_ELEMENT
12
13
public
:
14
explicit
PowerModulePresetController
(QObject *parent =
nullptr
);
15
~PowerModulePresetController
()
override
=
default
;
16
17
Q_INVOKABLE QVariantList
powerModulePresets
()
const
;
18
};
FactPanelController.h
FactPanelController
Used for handling missing Facts from C++ code.
Definition
FactPanelController.h:13
PowerModulePresetController
Definition
PowerModulePresetController.h:9
PowerModulePresetController::~PowerModulePresetController
~PowerModulePresetController() override=default
PowerModulePresetController::powerModulePresets
QVariantList powerModulePresets() const
Definition
PowerModulePresetController.cc:15
src
AutoPilotPlugins
Common
PowerModulePresetController.h
Generated by
1.9.8