13 QString
name()
const override {
return _name; }
14 QString
description()
const override {
return tr(
"Motors Setup is used to manually test motor control and direction."); }
15 QString
iconResource()
const override {
return QStringLiteral(
"/qmlimages/MotorComponentIcon.svg"); }
18 QUrl
setupSource()
const override {
return QUrl::fromUserInput(QStringLiteral(
"qrc:/qml/QGroundControl/AutoPilotPlugins/Common/MotorComponent.qml")); }
The AutoPilotPlugin class is an abstract base class which represents the methods and objects which ar...
QStringList setupCompleteChangedTriggerList() const override
QUrl setupSource() const override
QString iconResource() const override
QString description() const override
QString name() const override
bool requiresSetup() const override
QUrl summaryQmlSource() const override
bool setupComplete() const override
A vehicle component is an object which abstracts the physical portion of a vehicle into a set of conf...