12 QString
name() const final {
return _name; }
13 QString
description() const final {
return tr(
"Configure the vehicle to track the ground station position."); }
14 QString
iconResource() const final {
return QStringLiteral(
"/qmlimages/FlightModesComponentIcon.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
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...