8#include <QtQml/QQmlApplicationEngine>
14 , _name(tr(
"Actuators"))
15 , _actuators(*vehicle->actuators())
38 return QStringLiteral(
"/qmlimages/MotorComponentIcon.svg");
58 return QUrl::fromUserInput(QStringLiteral(
"qrc:/qml/QGroundControl/AutoPilotPlugins/PX4/ActuatorComponent.qml"));
static bool imageProviderAdded
QUrl summaryQmlSource(void) const final
virtual QUrl setupSource(void) const
QString description(void) const final
ActuatorComponent(Vehicle *vehicle, AutoPilotPlugin *autopilot, QObject *parent=nullptr)
QString name(void) const final
QStringList setupCompleteChangedTriggerList(void) const final
bool setupComplete(void) const final
QString iconResource(void) const final
bool requiresSetup(void) const final
void hasUnsetRequiredFunctionsChanged()
bool hasUnsetRequiredFunctions() const
The AutoPilotPlugin class is an abstract base class which represents the methods and objects which ar...
static VehicleGeometryImageProvider * instance()
A vehicle component is an object which abstracts the physical portion of a vehicle into a set of conf...
void _triggerUpdated(QVariant)