13 QString
name()
const override {
return _name; }
14 QString
description()
const override {
return tr(
"Provides access to onboard script management."); }
15 QString
iconResource()
const override {
return QStringLiteral(
"/InstrumentValueIcons/folder-outline.svg"); }
18 QUrl
setupSource()
const override {
return QUrl::fromUserInput(QStringLiteral(
"qrc:/qml/QGroundControl/AutoPilotPlugins/Common/ScriptingComponent.qml")); }
The AutoPilotPlugin class is an abstract base class which represents the methods and objects which ar...
QUrl summaryQmlSource() const override
QString description() const override
QStringList setupCompleteChangedTriggerList() const override
bool requiresSetup() const override
QUrl setupSource() const override
QString iconResource() const override
bool setupComplete() const override
QString name() const override
A vehicle component is an object which abstracts the physical portion of a vehicle into a set of conf...