|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <ParameterEditorController.h>
Inheritance diagram for ParameterEditorGroup:
Collaboration diagram for ParameterEditorGroup:Public Member Functions | |
| ParameterEditorGroup (QObject *parent) | |
| QString name MEMBER name | CONSTANT (QAbstractTableModel *facts READ getFacts CONSTANT) QAbstractTableModel *getFacts(void) |
Public Attributes | |
| int | componentId |
| QString | name |
| ParameterTableModel | facts |
Definition at line 61 of file ParameterEditorController.h.
| ParameterEditorGroup::ParameterEditorGroup | ( | QObject * | parent | ) |
Definition at line 129 of file ParameterEditorController.cc.
|
inline |
Definition at line 68 of file ParameterEditorController.h.
References facts.
| int ParameterEditorGroup::componentId |
Definition at line 73 of file ParameterEditorController.h.
| ParameterTableModel ParameterEditorGroup::facts |
Definition at line 75 of file ParameterEditorController.h.
Referenced by CONSTANT().
| QString ParameterEditorGroup::name |
Definition at line 74 of file ParameterEditorController.h.