|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <ActuatorComponent.h>
Inheritance diagram for ActuatorComponent:
Collaboration diagram for ActuatorComponent:Public Member Functions | |
| ActuatorComponent (Vehicle *vehicle, AutoPilotPlugin *autopilot, QObject *parent=nullptr) | |
| QStringList | setupCompleteChangedTriggerList (void) const final |
| QString | name (void) const final |
| QString | description (void) const final |
| QString | iconResource (void) const final |
| bool | requiresSetup (void) const final |
| bool | setupComplete (void) const final |
| virtual QUrl | setupSource (void) const |
| QUrl | summaryQmlSource (void) 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 7 of file ActuatorComponent.h.
| ActuatorComponent::ActuatorComponent | ( | Vehicle * | vehicle, |
| AutoPilotPlugin * | autopilot, | ||
| QObject * | parent = nullptr |
||
| ) |
Definition at line 10 of file ActuatorComponent.cc.
References VehicleComponent::_triggerUpdated(), Actuators::hasUnsetRequiredFunctionsChanged(), imageProviderAdded, GeometryImage::VehicleGeometryImageProvider::instance(), and qgcApp.
|
finalvirtual |
Reimplemented from VehicleComponent.
Definition at line 29 of file ActuatorComponent.cc.
|
finalvirtual |
Implements VehicleComponent.
Definition at line 34 of file ActuatorComponent.cc.
|
finalvirtual |
Implements VehicleComponent.
Definition at line 24 of file ActuatorComponent.cc.
|
finalvirtual |
Implements VehicleComponent.
Definition at line 39 of file ActuatorComponent.cc.
|
finalvirtual |
Implements VehicleComponent.
Definition at line 44 of file ActuatorComponent.cc.
References Actuators::hasUnsetRequiredFunctions().
|
finalvirtual |
Returns an list of parameter names for which a change should cause the setupCompleteChanged signal to be emitted.
Implements VehicleComponent.
Definition at line 49 of file ActuatorComponent.cc.
|
virtual |
Implements VehicleComponent.
Definition at line 54 of file ActuatorComponent.cc.
|
finalvirtual |
Implements VehicleComponent.
Definition at line 59 of file ActuatorComponent.cc.