#include <VisuGUI_TimeAnimation.h>

Data Structures | |
| struct | Offset |
Public Types | |
| enum | { AutoMode, ManualMode } |
| enum | { XAxis, YAxis, ZAxis } |
Public Member Functions | |
| ArrangeDlg (QWidget *theParent, VISU_TimeAnimation *theAnimator) | |
| ArrangeDlg (QWidget *theParent, const SalomeApp_Module *theModule, SVTK_ViewWindow *theViewWindow) | |
| ~ArrangeDlg () | |
| int | getMode () const |
| double | getDistance () const |
| int | getAxis () const |
Protected Slots | |
| virtual void | accept () |
| void | onFieldChange (int) |
Private Member Functions | |
| void | init () |
| void | acceptAnimation () |
| void | acceptViewWindow () |
Private Attributes | |
| VISU_TimeAnimation * | myAnimator |
| SVTK_ViewWindow * | myViewWindow |
| QStackedWidget * | myStackWgt |
| QButtonGroup * | myAxisGrp |
| SalomeApp_DoubleSpinBox * | myDistVal |
| QListWidget * | myFieldLst |
| SalomeApp_DoubleSpinBox * | myCoord [3] |
| QList< Offset > | myOffsets |
| QCheckBox * | mySaveChk |
| int | myCurrent |
| QMap< VISU::Prs3d_i *, int > | myPrsMap |
| QMap< VISU::PointMap3d_i *, int > | myPointMapPrsMap |
Auxilliary class for presentations definition
| ArrangeDlg::ArrangeDlg | ( | QWidget * | theParent, |
| VISU_TimeAnimation * | theAnimator | ||
| ) |
| ArrangeDlg::ArrangeDlg | ( | QWidget * | theParent, |
| const SalomeApp_Module * | theModule, | ||
| SVTK_ViewWindow * | theViewWindow | ||
| ) |
| ArrangeDlg.~ArrangeDlg | ( | ) |
| int ArrangeDlg.getMode | ( | ) | const |
References myStackWgt.
| double ArrangeDlg.getDistance | ( | ) | const |
References myDistVal.
| int ArrangeDlg.getAxis | ( | ) | const |
References myAxisGrp.
| void ArrangeDlg::accept | ( | ) | [protected, virtual, slot] |
References acceptAnimation(), acceptViewWindow(), and myAnimator.
| void ArrangeDlg::onFieldChange | ( | int | theCurrent | ) | [protected, slot] |
References myCoord, myCurrent, ArrangeDlg.Offset.myOffset, and myOffsets.
| void ArrangeDlg::init | ( | ) | [private] |
References _PTR(), accept(), AutoMode, VISU.initSpinBox(), ManualMode, MAXVAL, myAnimator, myAxisGrp, myCoord, myDistVal, myFieldLst, mySaveChk, myStackWgt, myViewWindow, onFieldChange(), XAxis, YAxis, and ZAxis.
| void ArrangeDlg::acceptAnimation | ( | ) | [private] |
| void ArrangeDlg::acceptViewWindow | ( | ) | [private] |
References visu_apply_properties.aPrs, VISU.FindActor(), VISU.FindActorBase(), getAxis(), getDistance(), getMode(), ManualMode, myCoord, myCurrent, ArrangeDlg.Offset.myOffset, myOffsets, myPointMapPrsMap, myPrsMap, mySaveChk, myViewWindow, VISU.PointMap3d_i.SetOffset(), VISU.Prs3d_i.SetOffset(), XAxis, YAxis, and ZAxis.
VISU_TimeAnimation* ArrangeDlg.myAnimator [private] |
SVTK_ViewWindow* ArrangeDlg.myViewWindow [private] |
QStackedWidget* ArrangeDlg.myStackWgt [private] |
QButtonGroup* ArrangeDlg.myAxisGrp [private] |
SalomeApp_DoubleSpinBox* ArrangeDlg.myDistVal [private] |
QListWidget* ArrangeDlg.myFieldLst [private] |
SalomeApp_DoubleSpinBox* ArrangeDlg.myCoord[3] [private] |
QList<Offset> ArrangeDlg.myOffsets [private] |
QCheckBox* ArrangeDlg.mySaveChk [private] |
int ArrangeDlg.myCurrent [private] |
QMap<VISU::Prs3d_i*, int> ArrangeDlg.myPrsMap [private] |
QMap<VISU::PointMap3d_i*, int> ArrangeDlg.myPointMapPrsMap [private] |