The ParameterGroup class represents the tree structure of the parameters.
More...
#include <DlgParameterImp.h>
The ParameterGroup class represents the tree structure of the parameters.
The leaves represented by ParameterValueItem are displayed in ParameterValue.
- Author
- Werner Mayer
◆ ParameterGroup()
ParameterGroup::ParameterGroup |
( |
QWidget * |
parent = nullptr | ) |
|
◆ ~ParameterGroup()
ParameterGroup::~ParameterGroup |
( |
| ) |
|
|
virtual |
◆ changeEvent()
void ParameterGroup::changeEvent |
( |
QEvent * |
e | ) |
|
|
protected |
◆ contextMenuEvent()
void ParameterGroup::contextMenuEvent |
( |
QContextMenuEvent * |
event | ) |
|
|
protected |
◆ keyPressEvent()
void ParameterGroup::keyPressEvent |
( |
QKeyEvent * |
event | ) |
|
|
protected |
◆ onCreateSubgroup
void ParameterGroup::onCreateSubgroup |
( |
| ) |
|
|
protectedslot |
◆ onDeleteSelectedItem
void ParameterGroup::onDeleteSelectedItem |
( |
| ) |
|
|
protectedslot |
◆ onExportToFile
void ParameterGroup::onExportToFile |
( |
| ) |
|
|
protectedslot |
◆ onImportFromFile
void ParameterGroup::onImportFromFile |
( |
| ) |
|
|
protectedslot |
◆ onRenameSelectedItem
void ParameterGroup::onRenameSelectedItem |
( |
| ) |
|
|
protectedslot |
Changes the name of the leaf of the selected item.
Referenced by ParameterGroup().
◆ onToggleSelectedItem
void ParameterGroup::onToggleSelectedItem |
( |
| ) |
|
|
protectedslot |
Expands or closes the selected item.
If it is open it will be closed and the other way round.
Referenced by ParameterGroup().
The documentation for this class was generated from the following files:
- FreeCAD/src/Gui/DlgParameterImp.h
- FreeCAD/src/Gui/DlgParameterImp.cpp