#include <VisuGUI_OffsetDlg.h>

Public Slots | |
| void | onReset () |
Public Member Functions | |
| VisuGUI_OffsetDlg (VisuGUI *theModule) | |
| ~VisuGUI_OffsetDlg () | |
| virtual void | setVisible (bool) |
| void | addPresentation (VISU::Prs3d_i *thePrs) |
| void | addPointMapPresentation (VISU::PointMap3d_i *thePrs) |
| int | getPrsCount () const |
| void | clearPresentations () |
| void | setOffset (const vtkFloatingPointType *theOffset) |
| void | getOffset (vtkFloatingPointType *theOffset) const |
| bool | isToSave () const |
Protected Slots | |
| virtual void | accept () |
| virtual void | reject () |
| void | onApply () |
| void | onHelp () |
| void | onSelectionChanged () |
Private Member Functions | |
| void | keyPressEvent (QKeyEvent *e) |
| void | updateOffset (VISU::Prs3d_i *thePrs, vtkFloatingPointType *theOffset) |
| void | updatePointMapOffset (VISU::PointMap3d_i *thePrs, vtkFloatingPointType *theOffset) |
Private Attributes | |
| VisuGUI * | myModule |
| LightApp_SelectionMgr * | mySelectionMgr |
| SalomeApp_DoubleSpinBox * | myDxEdt |
| SalomeApp_DoubleSpinBox * | myDyEdt |
| SalomeApp_DoubleSpinBox * | myDzEdt |
| QCheckBox * | mySaveChk |
| QList< VISU::Prs3d_i * > | myPrsList |
| QList< OffsetStruct > | myOldOffsets |
| QList< VISU::PointMap3d_i * > | myPointMapList |
| QList< OffsetStruct > | myOldPointMapOffsets |
| VisuGUI_OffsetDlg::VisuGUI_OffsetDlg | ( | VisuGUI * | theModule | ) |
References accept(), VISU.GetAppStudy(), VISU.initSpinBox(), MAXVAL, myDxEdt, myDyEdt, myDzEdt, mySaveChk, mySelectionMgr, onApply(), onHelp(), onReset(), onSelectionChanged(), and reject().
| VisuGUI_OffsetDlg.~VisuGUI_OffsetDlg | ( | ) |
| void VisuGUI_OffsetDlg::setVisible | ( | bool | show | ) | [virtual] |
References getPrsCount().
| void VisuGUI_OffsetDlg::addPresentation | ( | VISU::Prs3d_i * | thePrs | ) |
References VISU.Prs3d_i.GetOffset(), OffsetStruct.myOffset, myOldOffsets, myPrsList, and setOffset().
| void VisuGUI_OffsetDlg::addPointMapPresentation | ( | VISU::PointMap3d_i * | thePrs | ) |
References VISU.PointMap3d_i.GetOffset(), OffsetStruct.myOffset, myOldPointMapOffsets, myPointMapList, and setOffset().
| int VisuGUI_OffsetDlg.getPrsCount | ( | ) | const |
References myPointMapList, and myPrsList.
| void VisuGUI_OffsetDlg::clearPresentations | ( | ) |
References myOldOffsets, myOldPointMapOffsets, myPointMapList, and myPrsList.
| void VisuGUI_OffsetDlg::setOffset | ( | const vtkFloatingPointType * | theOffset | ) |
| void VisuGUI_OffsetDlg::getOffset | ( | vtkFloatingPointType * | theOffset | ) | const |
| bool VisuGUI_OffsetDlg::isToSave | ( | ) | const |
References mySaveChk.
| void VisuGUI_OffsetDlg::keyPressEvent | ( | QKeyEvent * | e | ) | [private] |
References onHelp().
| void VisuGUI_OffsetDlg::accept | ( | ) | [protected, virtual, slot] |
References getOffset(), myPointMapList, myPrsList, updateOffset(), and updatePointMapOffset().
| void VisuGUI_OffsetDlg::reject | ( | ) | [protected, virtual, slot] |
References myOldOffsets, myOldPointMapOffsets, myPointMapList, myPrsList, updateOffset(), and updatePointMapOffset().
| void VisuGUI_OffsetDlg::onApply | ( | ) | [protected, slot] |
References getOffset(), myPointMapList, myPrsList, updateOffset(), and updatePointMapOffset().
| void VisuGUI_OffsetDlg::onHelp | ( | ) | [protected, slot] |
References myModule.
| void VisuGUI_OffsetDlg::onSelectionChanged | ( | ) | [protected, slot] |
| void VisuGUI_OffsetDlg::updateOffset | ( | VISU::Prs3d_i * | thePrs, |
| vtkFloatingPointType * | theOffset | ||
| ) | [private] |
| void VisuGUI_OffsetDlg::updatePointMapOffset | ( | VISU::PointMap3d_i * | thePrs, |
| vtkFloatingPointType * | theOffset | ||
| ) | [private] |
VisuGUI* VisuGUI_OffsetDlg.myModule [private] |
LightApp_SelectionMgr* VisuGUI_OffsetDlg.mySelectionMgr [private] |
SalomeApp_DoubleSpinBox* VisuGUI_OffsetDlg.myDxEdt [private] |
SalomeApp_DoubleSpinBox* VisuGUI_OffsetDlg.myDyEdt [private] |
SalomeApp_DoubleSpinBox* VisuGUI_OffsetDlg.myDzEdt [private] |
QCheckBox* VisuGUI_OffsetDlg.mySaveChk [private] |
QList<VISU::Prs3d_i*> VisuGUI_OffsetDlg.myPrsList [private] |
QList<OffsetStruct> VisuGUI_OffsetDlg.myOldOffsets [private] |
QList<VISU::PointMap3d_i*> VisuGUI_OffsetDlg.myPointMapList [private] |
QList<OffsetStruct> VisuGUI_OffsetDlg.myOldPointMapOffsets [private] |