12 QString
name() const final {
return _name; }
13 QString
description() const final {
return QStringLiteral(
"Follow Me Setup is used to configure support for the vehicle following the ground station location."); }
14 QString
iconResource() const final {
return QStringLiteral(
"/qmlimages/FollowComponentIcon.png"); }
17 QUrl
setupSource() const final {
return QUrl::fromUserInput(QStringLiteral(
"qrc:/qml/QGroundControl/AutoPilotPlugins/APM/APMFollowComponent.qml")); }
18 QUrl
summaryQmlSource() const final {
return QUrl::fromUserInput(QStringLiteral(
"qrc:/qml/QGroundControl/AutoPilotPlugins/APM/APMFollowComponentSummary.qml")); }
25 const QString _name = tr(
"Follow Me");
bool allowSetupWhileArmed() const final
bool requiresSetup() const final
QString description() const final
QString name() const final
bool setupComplete() const final
bool allowSetupWhileFlying() const final
QString iconResource() const final
QUrl summaryQmlSource() const final
QStringList setupCompleteChangedTriggerList() const final
QUrl setupSource() const final