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

#include <APMRadioComponent.h>

+ Inheritance diagram for APMRadioComponent:
+ Collaboration diagram for APMRadioComponent:

Public Member Functions

 APMRadioComponent (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 APMRadioComponent.h.

Constructor & Destructor Documentation

◆ APMRadioComponent()

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

Member Function Documentation

◆ description()

QString APMRadioComponent::description ( void  ) const
inlinefinalvirtual

Reimplemented from VehicleComponent.

Definition at line 17 of file APMRadioComponent.h.

◆ iconResource()

QString APMRadioComponent::iconResource ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 20 of file APMRadioComponent.h.

◆ name()

QString APMRadioComponent::name ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 16 of file APMRadioComponent.h.

Referenced by APMAutoPilotPlugin::prerequisiteSetup().

◆ requiresSetup()

bool APMRadioComponent::requiresSetup ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 21 of file APMRadioComponent.h.

◆ setupComplete()

bool APMRadioComponent::setupComplete ( void  ) const
finalvirtual

◆ setupCompleteChangedTriggerList()

QStringList APMRadioComponent::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 14 of file APMRadioComponent.h.

◆ setupSource()

QUrl APMRadioComponent::setupSource ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 23 of file APMRadioComponent.h.

◆ summaryQmlSource()

QUrl APMRadioComponent::summaryQmlSource ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 24 of file APMRadioComponent.h.


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