14 QString
name() const final {
return _name; }
15 QString
description() const final {
return tr(
"Configure the submarine motor layout and load default parameters."); }
16 QString
iconResource() const final {
return QStringLiteral(
"/qmlimages/SubFrameComponentIcon.png"); }
19 QUrl
setupSource() const final {
return QUrl::fromUserInput(QStringLiteral(
"qrc:/qml/QGroundControl/AutoPilotPlugins/APM/APMSubFrameComponent.qml")); }
20 QUrl
summaryQmlSource() const final {
return QUrl::fromUserInput(QStringLiteral(
"qrc:/qml/QGroundControl/AutoPilotPlugins/APM/APMSubFrameComponentSummary.qml")); }
23 const QString _name = tr(
"Frame");
QString iconResource() const final
bool requiresSetup() const final
QString description() const final
QStringList setupCompleteChangedTriggerList() const final
QString name() const final
QUrl summaryQmlSource() const final
QUrl setupSource() const final
bool setupComplete() const final
The AutoPilotPlugin class is an abstract base class which represents the methods and objects which ar...
A vehicle component is an object which abstracts the physical portion of a vehicle into a set of conf...