|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <HorizontalFactValueGrid.h>
Inheritance diagram for HorizontalFactValueGrid:
Collaboration diagram for HorizontalFactValueGrid:Public Member Functions | |
| HorizontalFactValueGrid (QQuickItem *parent=nullptr) | |
| QString telemetryBarSettingsGroup MEMBER telemetryBarSettingsGroup | CONSTANT (QString vehicleCardSettingsGroup MEMBER vehicleCardSettingsGroup CONSTANT) static const QString telemetryBarSettingsGroup |
Public Member Functions inherited from FactValueGrid | |
| FactValueGrid (QQuickItem *parent=nullptr) | |
| ~FactValueGrid () | |
| QmlObjectListModel *columns MEMBER _columns NOTIFY | columnsChanged (int rowCount MEMBER _rowCount NOTIFY rowCountChanged) 1(QStringList iconNames READ iconNames CONSTANT) 1(FontSize fontSize READ fontSize WRITE setFontSize NOTIFY fontSizeChanged) 1(QStringList fontSizeNames MEMBER _fontSizeNames CONSTANT) 1(QString settingsGroup MEMBER _settingsGroup NOTIFY settingsGroupChanged REQUIRED) 1(Vehicle *specificVehicleForCard MEMBER _specificVehicleForCard NOTIFY specificVehicleForCardChanged REQUIRED) 1 void resetToDefaults(void) |
| < null means track active vehicle, set to specific vehicle to track a single vehicle and share settings with other cards | |
| QmlObjectListModel * | appendColumn (void) |
| void | deleteLastColumn (void) |
| void | appendRow (void) |
| void | deleteLastRow (void) |
| QmlObjectListModel * | columns (void) const |
| QString | settingsGroup (void) const |
| FontSize | fontSize (void) const |
| QStringList | iconNames (void) const |
| QGCMAVLink::VehicleClass_t | vehicleClass (void) const |
| Vehicle * | currentVehicle (void) const |
| Vehicle * | specificVehicleForCard (void) const |
| void | setFontSize (FontSize fontSize) |
| void | componentComplete (void) final |
Static Public Attributes | |
| static const QString | vehicleCardSettingsGroup |
Additional Inherited Members | |
Public Types inherited from FactValueGrid | |
| enum | FontSize { DefaultFontSize =0 , SmallFontSize , MediumFontSize , LargeFontSize } |
Signals inherited from FactValueGrid | |
| void | fontSizeChanged (FontSize fontSize) |
| void | columnsChanged (QmlObjectListModel *model) |
| void | rowCountChanged (int rowCount) |
| void | settingsGroupChanged (QString settingsGroup) |
| void | specificVehicleForCardChanged (Vehicle *vehicle) |
Protected Attributes inherited from FactValueGrid | |
| QString | _settingsGroup |
| FontSize | _fontSize = DefaultFontSize |
| bool | _preventSaveSettings = false |
| QmlObjectListModel * | _columns = nullptr |
| int | _rowCount = 0 |
| Vehicle * | _specificVehicleForCard = nullptr |
| Vehicle * | _activeVehicle = nullptr |
Definition at line 9 of file HorizontalFactValueGrid.h.
|
explicit |
Definition at line 9 of file HorizontalFactValueGrid.cc.
| QString telemetryBarSettingsGroup MEMBER telemetryBarSettingsGroup HorizontalFactValueGrid::CONSTANT | ( | QString vehicleCardSettingsGroup MEMBER vehicleCardSettingsGroup | CONSTANT | ) | const |
|
static |
Definition at line 21 of file HorizontalFactValueGrid.h.