#include "ui_DlgParameter.h"
#include <Base/Parameter.h>
#include <QTreeWidgetItem>
#include <QTreeWidget>
Go to the source code of this file.
Classes | |
class | Gui::Dialog::DlgParameterImp |
The DlgParameterImp class implements a dialog showing all parameters in a list view. More... | |
class | Gui::Dialog::ParameterBool |
The ParameterBool class allows interaction with "boolean" parameter leaves. More... | |
class | Gui::Dialog::ParameterFloat |
The ParameterFloat class allows interaction with "float" parameter leaves. More... | |
class | Gui::Dialog::ParameterGroup |
The ParameterGroup class represents the tree structure of the parameters. More... | |
class | Gui::Dialog::ParameterGroupItem |
The link between the Tree and the shown Label. More... | |
class | Gui::Dialog::ParameterInt |
The ParameterInt class allows interaction with "integer" parameter leaves. More... | |
class | Gui::Dialog::ParameterText |
The ParameterText class allows interaction with "text" parameter leaves. More... | |
class | Gui::Dialog::ParameterUInt |
The ParameterUInt class allows interaction with "unsigned integer" parameter leaves. More... | |
class | Gui::Dialog::ParameterValue |
The ParameterValue class displays all leaves of a parameter group. More... | |
class | Gui::Dialog::ParameterValueItem |
The ParameterValueItem class represents items that are added to the ParameterValue listview. More... | |
Namespaces | |
namespace | Gui |
The namespace of the FreeCAD Graphical interface layer library. | |
namespace | Gui::Dialog |
The namespace of the FreeCAD dialogs. |