14 QString
name() const final {
return _name; }
15 QString
description() const final {
return tr(
"Configure camera mount type and stabilization settings."); }
16 QString
iconResource() const final {
return QStringLiteral(
"/res/CameraGimbal.png"); }
23 const QString _name = tr(
"Gimbal");
QString iconResource() const final
QString name() const final
QString description() const final
bool setupComplete() const final
QStringList setupCompleteChangedTriggerList() const final
QUrl setupSource() const final
QUrl summaryQmlSource() const final
bool requiresSetup() 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...