#include <VisuGUI_CutPlanesDlg.h>

Public Member Functions | |
| VisuGUI_CutPlanesDlg (SalomeApp_Module *theModule) | |
| ~VisuGUI_CutPlanesDlg () | |
| 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_CutPlanesPane * | myCutPane |
| VisuGUI_InputPane * | myInputPane |
| SALOME::GenericObjPtr < VISU::CutPlanes_i > | myPrsCopy |
| VisuGUI_CutPlanesDlg::VisuGUI_CutPlanesDlg | ( | SalomeApp_Module * | theModule | ) |
Constructor
References accept(), VisuGUI_ScalarBarBaseDlg.GetScalarPane(), myCutPane, myInputPane, myTabBox, VisuGUI_Prs3dDlg.onHelp(), reject(), and VISU.TCUTPLANES.
| VisuGUI_CutPlanesDlg::~VisuGUI_CutPlanesDlg | ( | ) |
| void VisuGUI_CutPlanesDlg::initFromPrsObject | ( | VISU::ColoredPrs3d_i * | thePrs, |
| bool | theInit | ||
| ) | [virtual] |
Reimplemented from VisuGUI_ScalarBarBaseDlg.
References VISU.ColoredPrs3d_i.EDoNotPublish, VisuGUI_InputPane.initFromPrsObject(), VisuGUI_CutPlanesPane.initFromPrsObject(), myCutPane, myInputPane, myPrsCopy, and myTabBox.
| int VisuGUI_CutPlanesDlg::storeToPrsObject | ( | VISU::ColoredPrs3d_i * | thePrs | ) | [virtual] |
Implements VisuGUI_Prs3dDlg.
References VisuGUI_ScalarBarPane.check(), VisuGUI_InputPane.check(), VisuGUI_ScalarBarBaseDlg.GetScalarPane(), myCutPane, myInputPane, myPrsCopy, VisuGUI_CutPlanesPane.storeToPrsObject(), VisuGUI_ScalarBarPane.storeToPrsObject(), and VisuGUI_InputPane.storeToPrsObject().
| QString VisuGUI_CutPlanesDlg::GetContextHelpFilePath | ( | ) | [protected, virtual] |
Implements VisuGUI_Prs3dDlg.
| void VisuGUI_CutPlanesDlg::accept | ( | ) | [protected, slot] |
Called when <OK> button is clicked, validates data and closes dialog
Reimplemented from VisuGUI_ScalarBarBaseDlg.
| void VisuGUI_CutPlanesDlg::reject | ( | ) | [protected, slot] |
Called when <Cancel> button is clicked, remove preview and closes dialog
Reimplemented from VisuGUI_ScalarBarBaseDlg.
| 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_CutPlanesDlg.myTabBox [private] |