|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <AirframeComponentController.h>
Inheritance diagram for AirframeType:
Collaboration diagram for AirframeType:Public Member Functions | |
| AirframeType (const QString &name, const QString &imageResource, QObject *parent=nullptr) | |
| ~AirframeType () | |
| void | addAirframe (const QString &name, int autostartId) |
Definition at line 74 of file AirframeComponentController.h.
| AirframeType::AirframeType | ( | const QString & | name, |
| const QString & | imageResource, | ||
| QObject * | parent = nullptr |
||
| ) |
Definition at line 123 of file AirframeComponentController.cc.
| AirframeType::~AirframeType | ( | ) |
Definition at line 131 of file AirframeComponentController.cc.
| void AirframeType::addAirframe | ( | const QString & | name, |
| int | autostartId | ||
| ) |
Definition at line 136 of file AirframeComponentController.cc.
Referenced by AirframeComponentController::AirframeComponentController().