|
QGroundControl
Ground Control Station for MAVLink Drones
|
#include <ParameterEditorController.h>
Inheritance diagram for ParameterEditorCategory:
Collaboration diagram for ParameterEditorCategory:Public Member Functions | |
| ParameterEditorCategory (QObject *parent) | |
| QmlObjectListModel * | getGroups (void) |
Public Attributes | |
| QString | name |
| QmlObjectListModel | groups |
| QMap< QString, ParameterEditorGroup * > | mapGroupName2Group |
Definition at line 78 of file ParameterEditorController.h.
|
inline |
Definition at line 83 of file ParameterEditorController.h.
|
inline |
Definition at line 88 of file ParameterEditorController.h.
References groups.
| QmlObjectListModel ParameterEditorCategory::groups |
Definition at line 91 of file ParameterEditorController.h.
Referenced by getGroups().
| QMap<QString, ParameterEditorGroup*> ParameterEditorCategory::mapGroupName2Group |
Definition at line 92 of file ParameterEditorController.h.
| QString ParameterEditorCategory::name |
Definition at line 90 of file ParameterEditorController.h.