|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <MotorComponent.h>
Inheritance diagram for MotorComponent:
Collaboration diagram for MotorComponent:Public Member Functions | |
| MotorComponent (Vehicle *vehicle, AutoPilotPlugin *autopilot, QObject *parent=nullptr) | |
| QStringList | setupCompleteChangedTriggerList () const override |
| QString | name () const override |
| QString | description () const override |
| QString | iconResource () const override |
| bool | requiresSetup () const override |
| bool | setupComplete () const override |
| QUrl | setupSource () const override |
| QUrl | summaryQmlSource () const override |
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 MotorComponent.h.
|
explicit |
Definition at line 3 of file MotorComponent.cc.
|
inlineoverridevirtual |
Reimplemented from VehicleComponent.
Definition at line 14 of file MotorComponent.h.
|
inlineoverridevirtual |
Implements VehicleComponent.
Definition at line 15 of file MotorComponent.h.
|
inlineoverridevirtual |
Implements VehicleComponent.
Definition at line 13 of file MotorComponent.h.
|
inlineoverridevirtual |
Implements VehicleComponent.
Definition at line 16 of file MotorComponent.h.
|
inlineoverridevirtual |
Implements VehicleComponent.
Definition at line 17 of file MotorComponent.h.
|
inlineoverridevirtual |
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 MotorComponent.h.
|
inlineoverridevirtual |
Implements VehicleComponent.
Definition at line 18 of file MotorComponent.h.
|
inlineoverridevirtual |
Implements VehicleComponent.
Definition at line 19 of file MotorComponent.h.