#include <VisuGUI_Plot3DDlg.h>

Public Member Functions | |
| VisuGUI_Plot3DDlg (SalomeApp_Module *theModule) | |
| ~VisuGUI_Plot3DDlg () | |
| virtual void | initFromPrsObject (VISU::ColoredPrs3d_i *thePrs, bool theInit) |
| virtual int | storeToPrsObject (VISU::ColoredPrs3d_i *thePrs) |
| void | setPlane (int theOrientation, double theXRotation, double theYRotation, double thePlanePos) |
Protected Slots | |
| void | accept () |
| void | reject () |
| void | onHelp () |
Protected Member Functions | |
| virtual QString | GetContextHelpFilePath () |
| VisuGUI_ScalarBarPane * | GetScalarPane () |
Private Attributes | |
| QTabWidget * | myTabBox |
| VisuGUI_Plot3DPane * | myIsoPane |
| VisuGUI_InputPane * | myInputPane |
| SALOME::GenericObjPtr < VISU::Plot3D_i > | myPrsCopy |
| VisuGUI_Plot3DDlg::VisuGUI_Plot3DDlg | ( | SalomeApp_Module * | theModule | ) |
| VisuGUI_Plot3DDlg::~VisuGUI_Plot3DDlg | ( | ) |
| void VisuGUI_Plot3DDlg::initFromPrsObject | ( | VISU::ColoredPrs3d_i * | thePrs, |
| bool | theInit | ||
| ) | [virtual] |
Reimplemented from VisuGUI_ScalarBarBaseDlg.
References VISU.ColoredPrs3d_i.EDoNotPublish, VisuGUI_InputPane.initFromPrsObject(), VisuGUI_Plot3DPane.initFromPrsObject(), myInputPane, myIsoPane, myPrsCopy, and myTabBox.
| int VisuGUI_Plot3DDlg::storeToPrsObject | ( | VISU::ColoredPrs3d_i * | thePrs | ) | [virtual] |
| void VisuGUI_Plot3DDlg::setPlane | ( | int | theOrientation, |
| double | theXRotation, | ||
| double | theYRotation, | ||
| double | thePlanePos | ||
| ) |
References myIsoPane, and VisuGUI_Plot3DPane.setPlane().
| QString VisuGUI_Plot3DDlg::GetContextHelpFilePath | ( | ) | [protected, virtual] |
Implements VisuGUI_Prs3dDlg.
| void VisuGUI_Plot3DDlg::accept | ( | ) | [protected, slot] |
Called when <OK> button is clicked, validates data and closes dialog
Reimplemented from VisuGUI_ScalarBarBaseDlg.
References VisuGUI_ScalarBarBaseDlg.accept(), VisuGUI_ScalarBarPane.check(), VisuGUI_Plot3DPane.check(), VisuGUI_ScalarBarBaseDlg.GetScalarPane(), and myIsoPane.
| void VisuGUI_Plot3DDlg::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_Plot3DDlg.myTabBox [private] |
VisuGUI_Plot3DPane* VisuGUI_Plot3DDlg.myIsoPane [private] |
VisuGUI_InputPane* VisuGUI_Plot3DDlg.myInputPane [private] |