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

#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
 

Detailed Description

Definition at line 61 of file ParameterEditorController.h.

Constructor & Destructor Documentation

◆ ParameterEditorGroup()

ParameterEditorGroup::ParameterEditorGroup ( QObject *  parent)

Definition at line 147 of file ParameterEditorController.cc.

Member Function Documentation

◆ getFacts()

QAbstractTableModel * ParameterEditorGroup::getFacts ( void  )
inline

Definition at line 71 of file ParameterEditorController.h.

References facts.

Member Data Documentation

◆ componentId

int ParameterEditorGroup::componentId

Definition at line 73 of file ParameterEditorController.h.

◆ facts

ParameterTableModel ParameterEditorGroup::facts

Definition at line 75 of file ParameterEditorController.h.

Referenced by getFacts().

◆ name

QString ParameterEditorGroup::name

Definition at line 74 of file ParameterEditorController.h.


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