#include <VisuGUI_IsoSurfacesDlg.h>

Public Member Functions | |
| VisuGUI_IsoSurfacesDlg (SalomeApp_Module *theModule) | |
| ~VisuGUI_IsoSurfacesDlg () | |
| virtual void | initFromPrsObject (VISU::ColoredPrs3d_i *thePrs, bool theInit) |
| virtual int | storeToPrsObject (VISU::ColoredPrs3d_i *thePrs) |
Protected Slots | |
| void | accept () |
| void | reject () |
| void | onHelp () |
Protected Member Functions | |
| virtual QString | GetContextHelpFilePath () |
| VisuGUI_ScalarBarPane * | GetScalarPane () |
Private Attributes | |
| QTabWidget * | myTabBox |
| VisuGUI_IsoSurfPane * | myIsoPane |
| VisuGUI_InputPane * | myInputPane |
| SALOME::GenericObjPtr < VISU::IsoSurfaces_i > | myPrsCopy |
| VisuGUI_IsoSurfacesDlg::VisuGUI_IsoSurfacesDlg | ( | SalomeApp_Module * | theModule | ) |
Constructor
References accept(), VisuGUI_ScalarBarBaseDlg.GetScalarPane(), myInputPane, myIsoPane, myTabBox, VisuGUI_Prs3dDlg.onHelp(), VisuGUI_ScalarBarBaseDlg.reject(), and VISU.TISOSURFACES.
| VisuGUI_IsoSurfacesDlg::~VisuGUI_IsoSurfacesDlg | ( | ) |
| void VisuGUI_IsoSurfacesDlg::initFromPrsObject | ( | VISU::ColoredPrs3d_i * | thePrs, |
| bool | theInit | ||
| ) | [virtual] |
Reimplemented from VisuGUI_ScalarBarBaseDlg.
References VISU.ColoredPrs3d_i.EDoNotPublish, VisuGUI_InputPane.initFromPrsObject(), VisuGUI_IsoSurfPane.initFromPrsObject(), myInputPane, myIsoPane, myPrsCopy, and myTabBox.
| int VisuGUI_IsoSurfacesDlg::storeToPrsObject | ( | VISU::ColoredPrs3d_i * | thePrs | ) | [virtual] |
| QString VisuGUI_IsoSurfacesDlg::GetContextHelpFilePath | ( | ) | [protected, virtual] |
Implements VisuGUI_Prs3dDlg.
| void VisuGUI_IsoSurfacesDlg::accept | ( | ) | [protected, slot] |
Called when <OK> button is clicked, validates data and closes dialog
Reimplemented from VisuGUI_ScalarBarBaseDlg.
References VisuGUI_ScalarBarBaseDlg.accept(), VisuGUI_IsoSurfPane.check(), and myIsoPane.
| void VisuGUI_ScalarBarBaseDlg::reject | ( | ) | [protected, slot, inherited] |
Called when <Cancel> button is clicked, remove preview and closes dialog
Reimplemented in VisuGUI_CutLinesDlg, VisuGUI_CutPlanesDlg, VisuGUI_CutSegmentDlg, VisuGUI_DeformedShapeAndScalarMapDlg, VisuGUI_DeformedShapeDlg, VisuGUI_Plot3DDlg, and VisuGUI_StreamLinesDlg.
| VisuGUI_ScalarBarPane * VisuGUI_ScalarBarBaseDlg::GetScalarPane | ( | ) | [protected, inherited] |
References VisuGUI_ScalarBarBaseDlg.myScalarPane.
| void VisuGUI_Prs3dDlg::onHelp | ( | ) | [protected, slot, inherited] |
Called when <Help> button is clicked, shows the corresponding help page in defined browser
References VisuGUI_Prs3dDlg.GetContextHelpFilePath().
QTabWidget* VisuGUI_IsoSurfacesDlg.myTabBox [private] |