#include <VisuGUI_Prs3dDlg.h>

Public Member Functions | |
| VisuGUI_ScalarBarBaseDlg (SalomeApp_Module *theModule, bool theIsDisplayGaussMetric=false, bool thePreview=FALSE) | |
| ~VisuGUI_ScalarBarBaseDlg () | |
| virtual void | initFromPrsObject (VISU::ColoredPrs3d_i *thePrs, bool theInit) |
| virtual int | storeToPrsObject (VISU::ColoredPrs3d_i *thePrs)=0 |
Protected Slots | |
| void | accept () |
| void | reject () |
| void | onHelp () |
Protected Member Functions | |
| VisuGUI_ScalarBarPane * | GetScalarPane () |
| virtual QString | GetContextHelpFilePath ()=0 |
Private Attributes | |
| VisuGUI_ScalarBarPane * | myScalarPane |
| VisuGUI_ScalarBarBaseDlg::VisuGUI_ScalarBarBaseDlg | ( | SalomeApp_Module * | theModule, |
| bool | theIsDisplayGaussMetric = false, |
||
| bool | thePreview = FALSE |
||
| ) |
References myScalarPane.
| VisuGUI_ScalarBarBaseDlg::~VisuGUI_ScalarBarBaseDlg | ( | ) |
| void VisuGUI_ScalarBarBaseDlg::initFromPrsObject | ( | VISU::ColoredPrs3d_i * | thePrs, |
| bool | theInit | ||
| ) | [virtual] |
Implements VisuGUI_Prs3dDlg.
Reimplemented in VisuGUI_CutLinesDlg, VisuGUI_CutPlanesDlg, VisuGUI_CutSegmentDlg, VisuGUI_DeformedShapeAndScalarMapDlg, VisuGUI_DeformedShapeDlg, VisuGUI_IsoSurfacesDlg, VisuGUI_Plot3DDlg, VisuGUI_ScalarBarDlg, VisuGUI_StreamLinesDlg, and VisuGUI_VectorsDlg.
References VisuGUI_ScalarBarPane.initFromPrsObject(), and myScalarPane.
| void VisuGUI_ScalarBarBaseDlg::accept | ( | ) | [protected, slot] |
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 GetScalarPane().
| void VisuGUI_ScalarBarBaseDlg::reject | ( | ) | [protected, slot] |
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] |
References myScalarPane.
| virtual int VisuGUI_Prs3dDlg.storeToPrsObject | ( | VISU::ColoredPrs3d_i * | thePrs | ) | [pure virtual, inherited] |
Implemented in VisuGUI_CutLinesDlg, VisuGUI_CutPlanesDlg, VisuGUI_CutSegmentDlg, VisuGUI_DeformedShapeAndScalarMapDlg, VisuGUI_DeformedShapeDlg, VisuGUI_GaussPointsDlg, VisuGUI_IsoSurfacesDlg, VisuGUI_Plot3DDlg, VisuGUI_ScalarBarDlg, VisuGUI_StreamLinesDlg, VisuGUI_ValuesLabelingDlg, and VisuGUI_VectorsDlg.
| virtual QString VisuGUI_Prs3dDlg.GetContextHelpFilePath | ( | ) | [protected, pure virtual, inherited] |
Implemented in VisuGUI_CutLinesDlg, VisuGUI_CutPlanesDlg, VisuGUI_CutSegmentDlg, VisuGUI_DeformedShapeAndScalarMapDlg, VisuGUI_DeformedShapeDlg, VisuGUI_GaussPointsDlg, VisuGUI_IsoSurfacesDlg, VisuGUI_Plot3DDlg, VisuGUI_ScalarBarDlg, VisuGUI_StreamLinesDlg, VisuGUI_ValuesLabelingDlg, and VisuGUI_VectorsDlg.
| 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().
Reimplemented in VisuGUI_DeformedShapeAndScalarMapDlg, and VisuGUI_VectorsDlg.