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 (QTreeWidget *parent, const Base::Reference< ParameterGrp > &hcGrp) | |
ParameterGroupItem (ParameterGroupItem *parent, const Base::Reference< ParameterGrp > &hcGrp) | |
Constructor. | |
void | setData (int column, int role, const QVariant &value) |
~ParameterGroupItem () | |
Public Attributes | |
Base::Reference< ParameterGrp > | _hcGrp |
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.
Definition at line 191 of file DlgParameterImp.h.
ParameterGroupItem::ParameterGroupItem | ( | ParameterGroupItem * | parent, | |
const Base::Reference< ParameterGrp > & | hcGrp | |||
) |
Constructor.
Definition at line 763 of file DlgParameterImp.cpp.
References fillUp().
Referenced by fillUp().
ParameterGroupItem::ParameterGroupItem | ( | QTreeWidget * | parent, | |
const Base::Reference< ParameterGrp > & | hcGrp | |||
) |
Definition at line 770 of file DlgParameterImp.cpp.
References fillUp().
ParameterGroupItem::~ParameterGroupItem | ( | ) |
Definition at line 777 of file DlgParameterImp.cpp.
References _hcGrp, and Base::Reference< T >::getRefCount().
QVariant ParameterGroupItem::data | ( | int | column, | |
int | role | |||
) | const |
Definition at line 833 of file DlgParameterImp.cpp.
void ParameterGroupItem::fillUp | ( | void | ) |
Definition at line 785 of file DlgParameterImp.cpp.
References _hcGrp, and ParameterGroupItem().
Referenced by ParameterGroupItem().
void ParameterGroupItem::setData | ( | int | column, | |
int | role, | |||
const QVariant & | value | |||
) |
Definition at line 795 of file DlgParameterImp.cpp.
References _hcGrp, and Gui::validateInput().
Definition at line 203 of file DlgParameterImp.h.
Referenced by fillUp(), Gui::Dialog::ParameterGroup::onCreateSubgroup(), Gui::Dialog::ParameterGroup::onDeleteSelectedItem(), Gui::Dialog::ParameterGroup::onExportToFile(), Gui::Dialog::ParameterGroup::onImportFromFile(), setData(), and ~ParameterGroupItem().