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

#include <APMSubFrameComponent.h>

+ Inheritance diagram for APMSubFrameComponent:
+ Collaboration diagram for APMSubFrameComponent:

Public Member Functions

 APMSubFrameComponent (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 5 of file APMSubFrameComponent.h.

Constructor & Destructor Documentation

◆ APMSubFrameComponent()

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

Definition at line 3 of file APMSubFrameComponent.cc.

Member Function Documentation

◆ description()

QString APMSubFrameComponent::description ( void  ) const
inlinefinalvirtual

Reimplemented from VehicleComponent.

Definition at line 15 of file APMSubFrameComponent.h.

◆ iconResource()

QString APMSubFrameComponent::iconResource ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 19 of file APMSubFrameComponent.h.

◆ name()

QString APMSubFrameComponent::name ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 14 of file APMSubFrameComponent.h.

◆ requiresSetup()

bool APMSubFrameComponent::requiresSetup ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 20 of file APMSubFrameComponent.h.

◆ setupComplete()

bool APMSubFrameComponent::setupComplete ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 21 of file APMSubFrameComponent.h.

◆ setupCompleteChangedTriggerList()

QStringList APMSubFrameComponent::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 APMSubFrameComponent.h.

◆ setupSource()

QUrl APMSubFrameComponent::setupSource ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 22 of file APMSubFrameComponent.h.

◆ summaryQmlSource()

QUrl APMSubFrameComponent::summaryQmlSource ( void  ) const
inlinefinalvirtual

Implements VehicleComponent.

Definition at line 23 of file APMSubFrameComponent.h.


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