Gui::Dialog::ParameterGroupItem Class Reference
The link between the Tree and the shown Label. More...
#include <DlgParameterImp.h>
Public Member Functions | |
QVariant | data (int column, int role) const |
void | fillUp (void) |
ParameterGroupItem (ParameterGroupItem *parent, const Base::Reference< ParameterGrp > &hcGrp) | |
Constructor. More... | |
ParameterGroupItem (QTreeWidget *parent, const Base::Reference< ParameterGrp > &hcGrp) | |
void | setData (int column, int role, const QVariant &value) |
~ParameterGroupItem () | |
Detailed Description
The link between the Tree and the shown Label.
Every (shown) Label in the FCDocument class get it associated FCTreeLabel which controls the visibility and the functions of the Label.
Constructor & Destructor Documentation
◆ ParameterGroupItem() [1/2]
ParameterGroupItem::ParameterGroupItem | ( | ParameterGroupItem * | parent, |
const Base::Reference< ParameterGrp > & | hcGrp | ||
) |
◆ ParameterGroupItem() [2/2]
ParameterGroupItem::ParameterGroupItem | ( | QTreeWidget * | parent, |
const Base::Reference< ParameterGrp > & | hcGrp | ||
) |
References fillUp().
◆ ~ParameterGroupItem()
ParameterGroupItem::~ParameterGroupItem | ( | ) |
Member Function Documentation
◆ data()
QVariant ParameterGroupItem::data | ( | int | column, |
int | role | ||
) | const |
Referenced by ArchSchedule.CommandArchSchedule::IsActive().
◆ fillUp()
void ParameterGroupItem::fillUp | ( | void | ) |
References ParameterGroupItem().
Referenced by ParameterGroupItem().
◆ setData()
void ParameterGroupItem::setData | ( | int | column, |
int | role, | ||
const QVariant & | value | ||
) |
References Gui::validateInput().
The documentation for this class was generated from the following files:
- src/Gui/DlgParameterImp.h
- src/Gui/DlgParameterImp.cpp