QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
APMTuningComponent Class Reference

#include <APMTuningComponent.h>

+ Inheritance diagram for APMTuningComponent:
+ Collaboration diagram for APMTuningComponent:

Public Member Functions

 APMTuningComponent (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
 

Detailed Description

Definition at line 5 of file APMTuningComponent.h.

Constructor & Destructor Documentation

◆ APMTuningComponent()

APMTuningComponent::APMTuningComponent ( Vehicle vehicle,
AutoPilotPlugin autopilot,
QObject *  parent = nullptr 
)
explicit

Definition at line 4 of file APMTuningComponent.cc.

Member Function Documentation

◆ allowSetupWhileArmed()

bool APMTuningComponent::allowSetupWhileArmed ( void  ) const
inlinefinalvirtual

Reimplemented from VehicleComponent.

Definition at line 21 of file APMTuningComponent.h.

◆ description()

QString APMTuningComponent::description ( void  ) const
inlinefinalvirtual

Reimplemented from VehicleComponent.

Definition at line 15 of file APMTuningComponent.h.

◆ iconResource()

QString APMTuningComponent::iconResource ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 16 of file APMTuningComponent.h.

◆ name()

QString APMTuningComponent::name ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 14 of file APMTuningComponent.h.

◆ requiresSetup()

bool APMTuningComponent::requiresSetup ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 17 of file APMTuningComponent.h.

◆ setupComplete()

bool APMTuningComponent::setupComplete ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 18 of file APMTuningComponent.h.

◆ setupCompleteChangedTriggerList()

QStringList APMTuningComponent::setupCompleteChangedTriggerList ( ) const
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 APMTuningComponent.h.

◆ setupSource()

QUrl APMTuningComponent::setupSource ( void  ) const
finalvirtual

Implements VehicleComponent.

Definition at line 10 of file APMTuningComponent.cc.

References VehicleComponent::_vehicle, and Vehicle::vehicleType().

◆ summaryQmlSource()

QUrl APMTuningComponent::summaryQmlSource ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 20 of file APMTuningComponent.h.


The documentation for this class was generated from the following files: