VPTissue Reference Manual
|
Manages the attribute and geometric ptree panel for a given tissue. More...
#include <PTreePanels.h>
Public Member Functions | |
PTreePanels (QWidget *parent) | |
Constructor to initialize the panels properly. | |
virtual | ~PTreePanels () |
Destructor. | |
Gui::PTreeContainer * | AttributePanel () const |
Get the attribute panel. | |
Gui::PTreeContainer * | GeometricPanel () const |
Get the geometric panel. | |
void | Initialize (std::shared_ptr< EditControlLogic > tissue) |
Initializes the panels with a given tissue. | |
Gui::PTreeContainer * | ParametersPanel () const |
Get the parameters panel. | |
Manages the attribute and geometric ptree panel for a given tissue.
Definition at line 35 of file PTreePanels.h.