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

#include <APMAirframeComponent.h>

+ Inheritance diagram for APMAirframeComponent:
+ Collaboration diagram for APMAirframeComponent:

Public Member Functions

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

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 7 of file APMAirframeComponent.h.

Constructor & Destructor Documentation

◆ APMAirframeComponent()

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

Member Function Documentation

◆ description()

QString APMAirframeComponent::description ( void  ) const
inlinefinalvirtual

Reimplemented from VehicleComponent.

Definition at line 17 of file APMAirframeComponent.h.

◆ iconResource()

QString APMAirframeComponent::iconResource ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 18 of file APMAirframeComponent.h.

◆ name()

QString APMAirframeComponent::name ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 16 of file APMAirframeComponent.h.

Referenced by APMAutoPilotPlugin::prerequisiteSetup().

◆ requiresSetup()

bool APMAirframeComponent::requiresSetup ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 19 of file APMAirframeComponent.h.

◆ setupComplete()

bool APMAirframeComponent::setupComplete ( void  ) const
finalvirtual

Implements VehicleComponent.

Definition at line 31 of file APMAirframeComponent.cc.

Referenced by APMAutoPilotPlugin::prerequisiteSetup().

◆ setupCompleteChangedTriggerList()

QStringList APMAirframeComponent::setupCompleteChangedTriggerList ( ) const
finalvirtual

Returns an list of parameter names for which a change should cause the setupCompleteChanged signal to be emitted.

Implements VehicleComponent.

Definition at line 20 of file APMAirframeComponent.cc.

◆ setupSource()

QUrl APMAirframeComponent::setupSource ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 21 of file APMAirframeComponent.h.

◆ summaryQmlSource()

QUrl APMAirframeComponent::summaryQmlSource ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 22 of file APMAirframeComponent.h.


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