|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <ParameterEditorController.h>
Inheritance diagram for ParameterEditorGroup:
Collaboration diagram for ParameterEditorGroup:Public Member Functions | |
| ParameterEditorGroup (QObject *parent) | |
| 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 147 of file ParameterEditorController.cc.
|
inline |
Definition at line 71 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 getFacts().
| QString ParameterEditorGroup::name |
Definition at line 74 of file ParameterEditorController.h.