|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <APMPowerComponent.h>
Inheritance diagram for APMPowerComponent:
Collaboration diagram for APMPowerComponent:Public Member Functions | |
| APMPowerComponent (Vehicle *vehicle, AutoPilotPlugin *autopilot, QObject *parent=nullptr) | |
| QStringList | setupCompleteChangedTriggerList () const final |
| QString | name () const final |
| QString | description () const final |
| QString | iconResource () const final |
| bool | requiresSetup () const final |
| bool | setupComplete () const final |
| QUrl | setupSource () const final |
| QUrl | summaryQmlSource () const final |
| bool | allowSetupWhileArmed () const final |
Additional Inherited Members | |
Signals inherited from VehicleComponent | |
| void | setupCompleteChanged () |
| void | setupSourceChanged () |
Protected Slots inherited from VehicleComponent | |
| void | _triggerUpdated (QVariant) |
Protected Attributes inherited from VehicleComponent | |
| Vehicle * | _vehicle = nullptr |
| AutoPilotPlugin * | _autopilot = nullptr |
| AutoPilotPlugin::KnownVehicleComponent | _KnownVehicleComponent |
Definition at line 5 of file APMPowerComponent.h.
| APMPowerComponent::APMPowerComponent | ( | Vehicle * | vehicle, |
| AutoPilotPlugin * | autopilot, | ||
| QObject * | parent = nullptr |
||
| ) |
Definition at line 3 of file APMPowerComponent.cc.
|
inlinefinalvirtual |
Reimplemented from VehicleComponent.
Definition at line 21 of file APMPowerComponent.h.
|
inlinefinalvirtual |
Reimplemented from VehicleComponent.
Definition at line 15 of file APMPowerComponent.h.
|
inlinefinalvirtual |
Implements VehicleComponent.
Definition at line 16 of file APMPowerComponent.h.
|
inlinefinalvirtual |
Implements VehicleComponent.
Definition at line 14 of file APMPowerComponent.h.
|
inlinefinalvirtual |
Implements VehicleComponent.
Definition at line 17 of file APMPowerComponent.h.
|
inlinefinalvirtual |
Implements VehicleComponent.
Definition at line 18 of file APMPowerComponent.h.
|
inlinefinalvirtual |
Returns an list of parameter names for which a change should cause the setupCompleteChanged signal to be emitted.
Implements VehicleComponent.
Definition at line 12 of file APMPowerComponent.h.
|
inlinefinalvirtual |
Implements VehicleComponent.
Definition at line 19 of file APMPowerComponent.h.
|
inlinefinalvirtual |
Implements VehicleComponent.
Definition at line 20 of file APMPowerComponent.h.