QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
ParameterEditorCategory Class Reference

#include <ParameterEditorController.h>

+ Inheritance diagram for ParameterEditorCategory:
+ Collaboration diagram for ParameterEditorCategory:

Public Member Functions

 ParameterEditorCategory (QObject *parent)
 
QmlObjectListModelgetGroups (void)
 

Public Attributes

QString name
 
QmlObjectListModel groups
 
QMap< QString, ParameterEditorGroup * > mapGroupName2Group
 

Detailed Description

Definition at line 78 of file ParameterEditorController.h.

Constructor & Destructor Documentation

◆ ParameterEditorCategory()

ParameterEditorCategory::ParameterEditorCategory ( QObject *  parent)
inline

Definition at line 83 of file ParameterEditorController.h.

Member Function Documentation

◆ getGroups()

QmlObjectListModel * ParameterEditorCategory::getGroups ( void  )
inline

Definition at line 88 of file ParameterEditorController.h.

References groups.

Member Data Documentation

◆ groups

QmlObjectListModel ParameterEditorCategory::groups

Definition at line 91 of file ParameterEditorController.h.

Referenced by getGroups().

◆ mapGroupName2Group

QMap<QString, ParameterEditorGroup*> ParameterEditorCategory::mapGroupName2Group

Definition at line 92 of file ParameterEditorController.h.

◆ name

QString ParameterEditorCategory::name

Definition at line 90 of file ParameterEditorController.h.


The documentation for this class was generated from the following file: