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

#include <APMFollowComponent.h>

+ Inheritance diagram for APMFollowComponent:
+ Collaboration diagram for APMFollowComponent:

Public Member Functions

 APMFollowComponent (Vehicle *vehicle, AutoPilotPlugin *autopilot, QObject *parent=nullptr)
 
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
 
bool allowSetupWhileFlying () const final
 
QStringList setupCompleteChangedTriggerList () const final
 
- Public Member Functions inherited from VehicleComponent
 VehicleComponent (Vehicle *vehicle, AutoPilotPlugin *autopilot, AutoPilotPlugin::KnownVehicleComponent KnownVehicleComponent, QObject *parent=nullptr)
 
virtual ~VehicleComponent ()
 
virtual QString vehicleConfigJson () const
 Resource path to a VehicleConfig.json page definition, or empty if none.
 
virtual QStringList sections () const
 
QVariantMap sectionKeywords () const
 Search keywords per section, keyed by section title. Values are original-case translatable terms.
 
virtual bool showFirstSectionOnRootClick () const
 When true, clicking the root component in the tree selects the first section instead of showing all.
 
virtual Q_INVOKABLE bool sectionSetupComplete (const QString &sectionName) const
 Returns setup-complete status for a named section. Default returns true (no per-section tracking).
 
virtual void addSummaryQmlComponent (QQmlContext *context, QQuickItem *parent)
 
virtual void setupTriggerSignals ()
 
AutoPilotPlugin::KnownVehicleComponent KnownVehicleComponent () const
 

Additional Inherited Members

- Signals inherited from VehicleComponent
void setupCompleteChanged ()
 
void setupSourceChanged ()
 
void sectionsChanged ()
 
- 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 APMFollowComponent.h.

Constructor & Destructor Documentation

◆ APMFollowComponent()

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

Definition at line 3 of file APMFollowComponent.cc.

Member Function Documentation

◆ allowSetupWhileArmed()

bool APMFollowComponent::allowSetupWhileArmed ( void  ) const
inlinefinalvirtual

Reimplemented from VehicleComponent.

Definition at line 19 of file APMFollowComponent.h.

◆ allowSetupWhileFlying()

bool APMFollowComponent::allowSetupWhileFlying ( void  ) const
inlinefinalvirtual

Reimplemented from VehicleComponent.

Definition at line 20 of file APMFollowComponent.h.

◆ description()

QString APMFollowComponent::description ( void  ) const
inlinefinalvirtual

Reimplemented from VehicleComponent.

Definition at line 13 of file APMFollowComponent.h.

◆ iconResource()

QString APMFollowComponent::iconResource ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 14 of file APMFollowComponent.h.

◆ name()

QString APMFollowComponent::name ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 12 of file APMFollowComponent.h.

◆ requiresSetup()

bool APMFollowComponent::requiresSetup ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 15 of file APMFollowComponent.h.

◆ setupComplete()

bool APMFollowComponent::setupComplete ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 16 of file APMFollowComponent.h.

◆ setupCompleteChangedTriggerList()

QStringList APMFollowComponent::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 22 of file APMFollowComponent.h.

◆ setupSource()

QUrl APMFollowComponent::setupSource ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 17 of file APMFollowComponent.h.

◆ summaryQmlSource()

QUrl APMFollowComponent::summaryQmlSource ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 18 of file APMFollowComponent.h.


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