|
QGroundControl
Ground Control Station for MAVLink Drones
|
MVC Controller for AirframeComponent.qml. More...
#include <AirframeComponentController.h>
Inheritance diagram for AirframeComponentController:
Collaboration diagram for AirframeComponentController:Signals | |
| void | autostartIdChanged (int newAutostartId) |
| void | showCustomConfigPanelChanged (bool show) |
Signals inherited from FactPanelController | |
| void | missingParametersAvailable () |
Public Member Functions | |
| AirframeComponentController (void) | |
| ~AirframeComponentController () | |
| bool showCustomConfigPanel MEMBER _showCustomConfigPanel NOTIFY | showCustomConfigPanelChanged (QVariantList airframeTypes MEMBER _airframeTypes CONSTANT) 1(QString currentAirframeType MEMBER _currentAirframeType CONSTANT) 1(QString currentVehicleName MEMBER _currentVehicleName CONSTANT) 1(int currentVehicleIndex MEMBER _currentVehicleIndex CONSTANT) 1(int autostartId MEMBER _autostartId NOTIFY autostartIdChanged) 1 void changeAutostart(void) |
| int | currentAirframeIndex (void) |
| void | setCurrentAirframeIndex (int newIndex) |
Additional Inherited Members | |
Protected Member Functions inherited from FactPanelController | |
| bool | _allParametersExists (int componentId, const QStringList &names) const |
| void | _reportMissingParameter (int componentId, const QString &name) const |
| Report a missing parameter. | |
Protected Attributes inherited from FactPanelController | |
| Vehicle * | _vehicle = nullptr |
MVC Controller for AirframeComponent.qml.
Definition at line 10 of file AirframeComponentController.h.
| AirframeComponentController::AirframeComponentController | ( | void | ) |
Definition at line 16 of file AirframeComponentController.cc.
References FactPanelController::_allParametersExists(), AirframeComponentAirframes::AirframeInfo_t::autostartId, ParameterManager::defaultComponentId, AirframeComponentAirframes::get(), AirframeComponentAirframes::AirframeType_t::imageResource, AirframeComponentAirframes::AirframeInfo_t::name, AirframeComponentAirframes::AirframeType_t::name, AirframeComponentAirframes::AirframeType_t::rgAirframeInfo, and showCustomConfigPanelChanged().
| AirframeComponentController::~AirframeComponentController | ( | ) |
Definition at line 69 of file AirframeComponentController.cc.
|
signal |
| int AirframeComponentController::currentAirframeIndex | ( | void | ) |
| void AirframeComponentController::setCurrentAirframeIndex | ( | int | newIndex | ) |
|
signal |
| bool showCustomConfigPanel MEMBER _showCustomConfigPanel NOTIFY AirframeComponentController::showCustomConfigPanelChanged | ( | QVariantList airframeTypes MEMBER _airframeTypes | CONSTANT | ) |
Referenced by AirframeComponentController().