#include <VisuGUI_ScalarBarDlg.h>

Public Member Functions | |
| VisuGUI_ScalarBarDlg (SalomeApp_Module *theModule) | |
| ~VisuGUI_ScalarBarDlg () | |
| 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 () |
Protected Attributes | |
| VisuGUI_InputPane * | myInputPane |
| QTabWidget * | myTabBox |
| SALOME::GenericObjPtr < VISU::ScalarMap_i > | myPrsCopy |
| VisuGUI_ScalarBarDlg::VisuGUI_ScalarBarDlg | ( | SalomeApp_Module * | theModule | ) |
| VisuGUI_ScalarBarDlg::~VisuGUI_ScalarBarDlg | ( | ) |
| void VisuGUI_ScalarBarDlg::initFromPrsObject | ( | VISU::ColoredPrs3d_i * | thePrs, |
| bool | theInit | ||
| ) | [virtual] |
Initialize dialog from the presentation
Reimplemented from VisuGUI_ScalarBarBaseDlg.
References VISU.ColoredPrs3d_i.EDoNotPublish, VisuGUI_InputPane.initFromPrsObject(), myInputPane, myPrsCopy, and myTabBox.
| int VisuGUI_ScalarBarDlg::storeToPrsObject | ( | VISU::ColoredPrs3d_i * | thePrs | ) | [virtual] |
Store dialog to the presentation
Implements VisuGUI_Prs3dDlg.
References VisuGUI_ScalarBarPane.check(), VisuGUI_InputPane.check(), VisuGUI_ScalarBarBaseDlg.GetScalarPane(), myInputPane, myPrsCopy, VisuGUI_ScalarBarPane.storeToPrsObject(), and VisuGUI_InputPane.storeToPrsObject().
| QString VisuGUI_ScalarBarDlg::GetContextHelpFilePath | ( | ) | [protected, virtual] |
Called when <Help> button is clicked, shows the corresponding help page in defined browser
Implements VisuGUI_Prs3dDlg.
| void VisuGUI_ScalarBarBaseDlg::accept | ( | ) | [protected, slot, inherited] |
Called when <OK> button is clicked, validates data and closes dialog
Reimplemented in VisuGUI_CutLinesDlg, VisuGUI_CutPlanesDlg, VisuGUI_CutSegmentDlg, VisuGUI_DeformedShapeAndScalarMapDlg, VisuGUI_DeformedShapeDlg, VisuGUI_IsoSurfacesDlg, VisuGUI_Plot3DDlg, and VisuGUI_StreamLinesDlg.
References VisuGUI_ScalarBarBaseDlg.GetScalarPane().
| 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().
VisuGUI_InputPane* VisuGUI_ScalarBarDlg.myInputPane [protected] |
QTabWidget* VisuGUI_ScalarBarDlg.myTabBox [protected] |