#include <VisuGUI_Table3dDlg.h>

Public Member Functions | |
| VisuGUI_Table3DPane (QWidget *) | |
| ~VisuGUI_Table3DPane () | |
| void | initFromPrsObject (VISU::PointMap3d_i *) |
| int | storeToPrsObject (VISU::PointMap3d_i *) |
| VISU::PointMap3d_i * | GetPrs () |
Private Slots | |
| void | onPrsType (int) |
Private Attributes | |
| bool | myInitFromPrs |
| SVTK_ViewWindow * | myViewWindow |
| VISU::PointMap3d_i * | myPrs |
| SalomeApp_DoubleSpinBox * | ScaleSpn |
| QGroupBox * | GBPrsTypeBox |
| QButtonGroup * | GBPrsType |
| SalomeApp_IntSpinBox * | NbContoursSpn |
| VisuGUI_Table3DPane::VisuGUI_Table3DPane | ( | QWidget * | parent | ) |
References CONTOUR_PRS_ID, GBPrsType, GBPrsTypeBox, VISU.initSpinBox(), NbContoursSpn, onPrsType(), ScaleSpn, and SURFACE_PRS_ID.
| VisuGUI_Table3DPane::~VisuGUI_Table3DPane | ( | ) |
| void VisuGUI_Table3DPane::initFromPrsObject | ( | VISU::PointMap3d_i * | thePrs | ) |
| int VisuGUI_Table3DPane::storeToPrsObject | ( | VISU::PointMap3d_i * | thePrs | ) |
| VISU::PointMap3d_i * VisuGUI_Table3DPane::GetPrs | ( | ) |
References myPrs.
| void VisuGUI_Table3DPane::onPrsType | ( | int | id | ) | [private, slot] |
References CONTOUR_PRS_ID, and NbContoursSpn.
bool VisuGUI_Table3DPane.myInitFromPrs [private] |
SVTK_ViewWindow* VisuGUI_Table3DPane.myViewWindow [private] |
VISU::PointMap3d_i* VisuGUI_Table3DPane.myPrs [private] |
SalomeApp_DoubleSpinBox* VisuGUI_Table3DPane.ScaleSpn [private] |
QGroupBox* VisuGUI_Table3DPane.GBPrsTypeBox [private] |
QButtonGroup* VisuGUI_Table3DPane.GBPrsType [private] |
SalomeApp_IntSpinBox* VisuGUI_Table3DPane.NbContoursSpn [private] |