#include <VisuGUI.h>

Public Types | |
| enum | PanelId { SelectionPanelId = 0, FeatureEdgesPanelId, ClippingPlanesPanelId } |
Public Slots | |
| virtual bool | deactivateModule (SUIT_Study *) |
| virtual bool | activateModule (SUIT_Study *) |
| virtual void | OnEraseAll () |
Signals | |
| void | moduleDeactivated () |
| void | moduleActivated () |
| void | presentationCreated (VISU::Prs3d_i *thePrs) |
| void | beforeObjectDelete (QString theEntry) |
Public Member Functions | |
| VisuGUI () | |
| virtual | ~VisuGUI () |
| virtual LightApp_Displayer * | displayer () |
| virtual void | initialize (CAM_Application *) |
| virtual void | windows (QMap< int, int > &) const |
| virtual void | viewManagers (QStringList &) const |
| virtual QString | engineIOR () const |
| virtual void | studyActivated () |
| virtual void | contextMenuPopup (const QString &theClient, QMenu *theMenu, QString &theTitle) |
| virtual void | createPreferences () |
| virtual void | preferencesChanged (const QString &, const QString &) |
| virtual SUIT_ViewManager * | getViewManager (const QString &theType, const bool theIsCreate) |
| VISU::TViewToPrs3d & | getScalarBarsMap () |
| virtual bool | renameAllowed (const QString &) const |
Return true if object can be renamed. | |
| virtual bool | renameObject (const QString &, const QString &) |
Return true if rename operation finished successfully, false otherwise. | |
Protected Slots | |
| void | OnImportFromFile () |
| void | OnImportTableFromFile () |
| void | OnExportTableToFile () |
| void | OnImportMedField () |
| void | OnLoadComponentData () |
| void | OnCreateMesh () |
| void | OnCreateScalarMap () |
| void | OnCreateDeformedShape () |
| void | OnCreateVectors () |
| void | OnCreateIsoSurfaces () |
| void | OnCreateCutPlanes () |
| void | OnCreateCutLines () |
| void | OnCreateCutSegment () |
| void | OnCreateStreamLines () |
| void | OnCreatePlot3D () |
| void | OnCreateManyMesh () |
| void | OnCreatePlot2dView () |
| void | OnCreateDeformedShapeAndScalarMap () |
| void | OnEditScalarMap () |
| void | OnEditDeformedShape () |
| void | OnEditCutPlanes () |
| void | OnEditCutLines () |
| void | OnEditCutSegment () |
| void | OnEditIsoSurfaces () |
| void | OnEditVectors () |
| void | OnEditStreamLines () |
| void | OnEditPlot3D () |
| void | OnEditDeformedShapeAndScalarMap () |
| virtual void | OnDisplayPrs () |
| virtual void | OnDisplayOnlyPrs () |
| virtual void | OnErasePrs () |
| void | OnToggleSelectionPanel () |
| void | OnSwitchSelectionMode () |
| void | OnSwitchSelectionMode (int) |
| void | OnMakeSurfaceframe () |
| void | OnMakeInsideframe () |
| void | OnMakeWireframe () |
| void | OnMakeSurface () |
| void | OnMakePoints () |
| void | OnMakeShrink () |
| void | OnMakeFeatureEdges () |
| void | OnSetShadingOn () |
| void | OnSetShadingOff () |
| void | OnChangeColor () |
| void | OnChangeWireframeColor () |
| void | OnChangeOpacity () |
| void | OnChangeLines () |
| void | OnChangePointMarker () |
| void | OnChangeShrinkFactor () |
| void | OnShowTable () |
| void | OnShowTablePlot () |
| void | OnShowScalarBar () |
| void | OnHideScalarBar () |
| void | OnCreateTable () |
| void | OnDeleteObjects () |
| void | OnPlotData () |
| void | OnCurveProperties () |
| void | OnClearContainer () |
| void | OnEditContainer () |
| void | OnMergeScalarBars () |
| void | OnFreeScalarBars () |
| virtual void | OnSaveViewParams () |
| virtual void | OnRestoreViewParams () |
| void | OnClippingPlanes () |
| void | OnSweep () |
| void | OnParallelTimeAnimation () |
| void | OnSucccessiveTimeAnimation () |
| void | OnShowAnimation () |
| void | OnPointEvolution () |
| void | OnShowEvolution () |
| void | OnCopyPresentation () |
| void | OnTranslatePrs () |
| void | OnArrangeActors () |
| void | OnPlot3dFromCutPlane () |
| void | OnManageCache () |
| void | OnFilterScalars () |
| void | OnValuesLabeling () |
| SLOT called when "Labeling" popup menu item of presentation is clicked activates/deactivates labeling of results of the screen. This functionality works to numbering in SMESH module but is intended for showing results on the screen instead of elements numbers. | |
| void | OnValuesLabelingParams () |
| SLOT called when "Labeling parameters" popup menu item of presentation is clicked launch dialog box for changing parameters of labeling. | |
| void | OnArcQuadMode () |
| SLOT called when "2D Quadratic -> Arcs" popup menu item \ of presentation is cliked. | |
| void | OnLineQuadMode () |
| SLOT called when "2D Quadratic -> Lines" popup menu item \ of presentation is cliked. | |
| void | OnMultiprViewFullRes () |
| void | OnMultiprViewMediumRes () |
| void | OnMultiprViewLowRes () |
| void | OnMultiprViewHide () |
| void | OnMultiprChangeRes (VISU::Result::Resolution theResolution) |
| void | OnFileInfo () |
| void | OnExportMED () |
Protected Member Functions | |
| virtual LightApp_Selection * | createSelection () const |
| virtual void | processPresentationCreated (VISU::Prs3d_i *thePrs) |
| void | OnTimeAnimation (VISU::Animation::AnimationMode theMode) |
Private Member Functions | |
| void | createActions () |
| void | createMenus () |
| void | createToolBars () |
| void | createPopupMenus () |
| void | createPanels () |
| void | SetScalarBarVisibility (bool) |
| void | activateAppropriateViewer (Handle(SALOME_InteractiveObject) theIO) |
| int | addVtkFontPref (const QString &label, const int pId, const QString ¶m, const bool useSize) |
| Adds preferences for dfont of VTK viewer. | |
Private Attributes | |
| QMap< int, VisuGUI_Panel * > | myPanels |
| VisuGUI_Slider * | mySlider |
| VisuGUI_Sweep * | mySweep |
| LightApp_Displayer * | myDisplayer |
| VISU::TViewToPrs3d | myScalarBarsMap |
| enum VisuGUI::PanelId |
| VisuGUI::VisuGUI | ( | ) |
| VisuGUI::~VisuGUI | ( | ) | [virtual] |
| LightApp_Displayer * VisuGUI::displayer | ( | ) | [virtual] |
| void VisuGUI::initialize | ( | CAM_Application * | theApp | ) | [virtual] |
Reimplemented in VisuGUI_Module.
References VISU_ACTOR_SELECTION.
| void VisuGUI::windows | ( | QMap< int, int > & | theMap | ) | const [virtual] |
| void VisuGUI::viewManagers | ( | QStringList & | theList | ) | const [virtual] |
| QString VisuGUI::engineIOR | ( | ) | const [virtual] |
References VISU.VISU_Gen_i.GetID(), and VISU.GetVisuGen().
| void VisuGUI::studyActivated | ( | ) | [virtual] |
References VISU.GetAppStudy(), VISU.GetDSStudy(), VISU.GetVisuGen(), and VISU.VISU_Gen_i.SetCurrentStudy().
| void VisuGUI::contextMenuPopup | ( | const QString & | theClient, |
| QMenu * | theMenu, | ||
| QString & | theTitle | ||
| ) | [virtual] |
References VISU._PTR(), batchmode_visu_table.aName, visu_apply_properties.aPrs, VISU.ClientSObjectToObject(), VISU.GetAppStudy(), VISU.GetObjectByEntry(), VISU.GetPrs3dFromBase(), VISU.GetPrs3dList(), VISU.GetSelectedObjects(), VISU.GetSelectionMgr(), VISU.Storable.GetStorableMap(), Handle(), VISU.IsRemovableSelected(), VISU.IsSObjectTable(), VISU.TObjectInfo.myBase, VISU.TSelectionItem.myObjectInfo, VISU.Storable.RestoringMap2Type(), VISU.Storable.SObject2Type(), VISU.TANIMATION, VISU.TCOLOREDPRS3DCACHE, VISU.TCURVE, VISU.TCUTPLANES, VISU.TEVOLUTION, VISU.TTIMESTAMP, VISU_DELETE_OBJS, VISU_FREE_SCALAR_BARS, VISU_IMPORT_MED_FIELD, VISU_IMPORT_MED_STRUCTURE, VISU_IMPORT_MED_TIMESTAMP, VISU_LOAD_COMPONENT_DATA, VISU_MANAGE_CACHE, VISU_MERGE_SCALAR_BARS, VISU_PLOT3D_FROM_CUTPLANE, VISU_SHOW_ANIMATION, and VISU_SHOW_EVOLUTION.
| void VisuGUI::createPreferences | ( | ) | [virtual] |
Reimplemented in VisuGUI_Module.
References VISU.GetResourceMgr(), VISU.MS_10, VISU.MS_70, VISU.MT_O_X, VISU.MT_POINT, and VISU.MT_POINT_SPRITE.
| void VisuGUI::preferencesChanged | ( | const QString & | a, |
| const QString & | b | ||
| ) | [virtual] |
Reimplemented in VisuGUI_Module.
References VISU.GetDesktop(), and VISU.GetResourceMgr().
| SUIT_ViewManager * VisuGUI::getViewManager | ( | const QString & | theType, |
| const bool | theIsCreate | ||
| ) | [virtual] |
Reimplemented in VisuGUI_Module.
| VISU::TViewToPrs3d & VisuGUI::getScalarBarsMap | ( | ) |
| bool VisuGUI::renameAllowed | ( | const QString & | entry | ) | const [virtual] |
References VISU.ClientSObjectToObject(), VISU.GetAppStudy(), VISU.GetObjectByEntry(), VISU.Base_i.GetType(), VISU.TObjectInfo.myBase, VISU.TCOLOREDPRS3DHOLDER, VISU.TCONTAINER, VISU.TCURVE, VISU.TCUTLINES, VISU.TCUTPLANES, VISU.TCUTSEGMENT, VISU.TDEFORMEDSHAPE, VISU.TGAUSSPOINTS, VISU.TISOSURFACES, VISU.TPLOT3D, VISU.TPOINTMAP3D, VISU.TSCALARMAP, VISU.TSCALARMAPONDEFORMEDSHAPE, VISU.TSTREAMLINES, VISU.TTABLE, VISU.TVECTORS, and VISU.TVIEW3D.
| bool VisuGUI::renameObject | ( | const QString & | entry, |
| const QString & | name | ||
| ) | [virtual] |
Rename object by entry.
| entry | entry of the object |
| name | new name of the object |
References VISU._PTR(), batchmode_visu_view3d.aContainer, batchmode_visu_view3d.aCurve, batchmode_visu_table.aName, batchmode_visu_view3d.aTable, visu_cache.aViewManager, VISU.ClientSObjectToObject(), VISU.GetAppStudy(), VISU.GetObjectByEntry(), VISU.Base_i.GetType(), Handle(), VISU.TObjectInfo.myBase, VISU.TCOLOREDPRS3DHOLDER, VISU.TCONTAINER, VISU.TCURVE, VISU.TCUTLINES, VISU.TCUTPLANES, VISU.TCUTSEGMENT, VISU.TDEFORMEDSHAPE, VISU.TGAUSSPOINTS, VISU.TISOSURFACES, VISU.TPLOT3D, VISU.TPOINTMAP3D, VISU.TSCALARMAP, VISU.TSCALARMAPONDEFORMEDSHAPE, VISU.TSTREAMLINES, VISU.TTABLE, VISU.TVECTORS, and VISU.TVIEW3D.
| void VisuGUI.moduleDeactivated | ( | ) | [signal] |
| void VisuGUI.moduleActivated | ( | ) | [signal] |
| void VisuGUI.presentationCreated | ( | VISU::Prs3d_i * | thePrs | ) | [signal] |
| void VisuGUI.beforeObjectDelete | ( | QString | theEntry | ) | [signal] |
| bool VisuGUI::deactivateModule | ( | SUIT_Study * | theStudy | ) | [virtual, slot] |
References visu_cache.aResult, VISU_DELETE_OBJS, and VISU_IMPORT_FROM_FILE.
| bool VisuGUI::activateModule | ( | SUIT_Study * | theStudy | ) | [virtual, slot] |
| void VisuGUI::OnEraseAll | ( | ) | [virtual, slot] |
References VISU.GetPlot2dViewer(), and VISU.RemoveScalarBarPosition().
| void VisuGUI::OnImportFromFile | ( | ) | [protected, slot] |
References visu_cache.aResult, VISU.CheckLock(), VISU.VISU_Gen_i.CreateResult(), VISU.GetAppStudy(), VISU.GetDesktop(), VISU.GetResourceMgr(), VISU.GetServant(), VISU.GetVisuGen(), MESSAGE, MYDEBUG, VisuGUI_BuildProgressDlg.setFileName(), VisuGUI_BuildProgressDlg.setGenerator(), and VISU.UpdateObjBrowser().
| void VisuGUI::OnImportTableFromFile | ( | ) | [protected, slot] |
| void VisuGUI::OnExportTableToFile | ( | ) | [protected, slot] |
| void VisuGUI::OnImportMedField | ( | ) | [protected, slot] |
References VISU._PTR(), batchmode_visu_table.aName, visu_cache.aResult, VISU.CheckLock(), VISU.GetAppStudy(), VISU.GetDesktop(), VISU.GetDSStudy(), VISU.GetSelectionMgr(), VISU.GetServant(), VISU.GetVisuGen(), Handle(), VISU.VISU_Gen_i.ImportMed(), VISU.VISU_Gen_i.ImportMedField(), VISU.SObjectToObject(), and VISU.UpdateObjBrowser().
| void VisuGUI::OnLoadComponentData | ( | ) | [protected, slot] |
References VISU._PTR(), VISU.CheckLock(), VISU.GetAppStudy(), VISU.GetDesktop(), VISU.GetDSStudy(), VISU.GetSelectionMgr(), and Handle().
| void VisuGUI::OnCreateMesh | ( | ) | [protected, slot] |
| void VisuGUI::OnCreateScalarMap | ( | ) | [protected, slot] |
References visu_apply_properties.aPrs.
| void VisuGUI::OnCreateDeformedShape | ( | ) | [protected, slot] |
References visu_apply_properties.aPrs.
| void VisuGUI::OnCreateVectors | ( | ) | [protected, slot] |
References visu_apply_properties.aPrs.
| void VisuGUI::OnCreateIsoSurfaces | ( | ) | [protected, slot] |
References visu_apply_properties.aPrs.
| void VisuGUI::OnCreateCutPlanes | ( | ) | [protected, slot] |
References visu_apply_properties.aPrs.
| void VisuGUI::OnCreateCutLines | ( | ) | [protected, slot] |
References visu_apply_properties.aPrs.
| void VisuGUI::OnCreateCutSegment | ( | ) | [protected, slot] |
References visu_apply_properties.aPrs.
| void VisuGUI::OnCreateStreamLines | ( | ) | [protected, slot] |
References visu_apply_properties.aPrs.
| void VisuGUI::OnCreatePlot3D | ( | ) | [protected, slot] |
References visu_apply_properties.aPrs.
| void VisuGUI::OnCreateManyMesh | ( | ) | [protected, slot] |
| void VisuGUI::OnCreatePlot2dView | ( | ) | [protected, slot] |
| void VisuGUI::OnCreateDeformedShapeAndScalarMap | ( | ) | [protected, slot] |
References visu_apply_properties.aPrs.
| void VisuGUI::OnEditScalarMap | ( | ) | [protected, slot] |
References Handle().
| void VisuGUI::OnEditDeformedShape | ( | ) | [protected, slot] |
References VISU.EditPrs3d(), and Handle().
| void VisuGUI::OnEditCutPlanes | ( | ) | [protected, slot] |
References Handle().
| void VisuGUI::OnEditCutLines | ( | ) | [protected, slot] |
References Handle().
| void VisuGUI::OnEditCutSegment | ( | ) | [protected, slot] |
References Handle().
| void VisuGUI::OnEditIsoSurfaces | ( | ) | [protected, slot] |
References Handle().
| void VisuGUI::OnEditVectors | ( | ) | [protected, slot] |
References Handle().
| void VisuGUI::OnEditStreamLines | ( | ) | [protected, slot] |
References Handle().
| void VisuGUI::OnEditPlot3D | ( | ) | [protected, slot] |
References Handle().
| void VisuGUI::OnEditDeformedShapeAndScalarMap | ( | ) | [protected, slot] |
References Handle().
| void VisuGUI::OnDisplayPrs | ( | ) | [protected, virtual, slot] |
| void VisuGUI::OnDisplayOnlyPrs | ( | ) | [protected, virtual, slot] |
to correct IMP 0016100
References VISU.GetSelectionMgr(), Handle(), and VISU.OnEraseAll().
| void VisuGUI::OnErasePrs | ( | ) | [protected, virtual, slot] |
| void VisuGUI::OnToggleSelectionPanel | ( | ) | [protected, slot] |
References VISU.GetDesktop().
| void VisuGUI::OnSwitchSelectionMode | ( | ) | [protected, slot] |
References VISU_ACTOR_SELECTION, and VISU_GAUSS_POINT_SELECTION.
| void VisuGUI::OnSwitchSelectionMode | ( | int | theId | ) | [protected, slot] |
References VISU_ACTOR_SELECTION, and VISU_GAUSS_POINT_SELECTION.
| void VisuGUI::OnMakeSurfaceframe | ( | ) | [protected, slot] |
References VISU.ChangeRepresentation(), and VISU.SURFACEFRAME.
| void VisuGUI::OnMakeInsideframe | ( | ) | [protected, slot] |
References VISU.ChangeRepresentation(), and VISU.INSIDEFRAME.
| void VisuGUI::OnMakeWireframe | ( | ) | [protected, slot] |
References VISU.ChangeRepresentation(), and VISU.WIREFRAME.
| void VisuGUI::OnMakeSurface | ( | ) | [protected, slot] |
References VISU.ChangeRepresentation(), and VISU.SHADED.
| void VisuGUI::OnMakePoints | ( | ) | [protected, slot] |
References VISU.ChangeRepresentation(), and VISU.POINT.
| void VisuGUI::OnMakeShrink | ( | ) | [protected, slot] |
References VISU.ChangeRepresentation(), and VISU.SHRINK.
| void VisuGUI::OnMakeFeatureEdges | ( | ) | [protected, slot] |
References VISU.ChangeRepresentation(), and VISU.FEATURE_EDGES.
| void VisuGUI::OnSetShadingOn | ( | ) | [protected, slot] |
References VISU.SetShading().
| void VisuGUI::OnSetShadingOff | ( | ) | [protected, slot] |
References VISU.SetShading().
| void VisuGUI::OnChangeColor | ( | ) | [protected, slot] |
References batchmode_visu_view3d.aColor, VISU.Mesh_i.GetCellColor(), VISU.MonoColorPrs_i.GetColor(), VISU.GetDesktop(), VISU.Mesh_i.GetLinkColor(), VISU.Mesh_i.GetNodeColor(), VISU.GetPrs3dSelectionInfo(), VISU.INSIDEFRAME, VISU.POINT, VISU.RecreateActor(), VISU.Mesh_i.SetCellColor(), VISU.MonoColorPrs_i.SetColor(), VISU.Mesh_i.SetLinkColor(), VISU.Mesh_i.SetNodeColor(), VISU.SHADED, VISU.SURFACEFRAME, and VISU.WIREFRAME.
| void VisuGUI::OnChangeWireframeColor | ( | ) | [protected, slot] |
| void VisuGUI::OnChangeOpacity | ( | ) | [protected, slot] |
| void VisuGUI::OnChangeLines | ( | ) | [protected, slot] |
References batchmode_visu_view3d.aTable, VisuGUI_CursorDlg.Comment1, VisuGUI_CursorDlg.Comment2, VISU.FindActorBase(), VISU.GetDesktop(), VISU_ActorBase.GetLineWidth(), VISU_Actor.GetLineWidth(), VISU.GetPrs3dSelectionInfo(), VISU.GetSelectedObjects(), VisuGUI_CursorDlg.helpFileName, VISU.TObjectInfo.myBase, VISU.TSelectionItem.myObjectInfo, VISU_ActorBase.SetLineWidth(), VISU_Actor.SetLineWidth(), and VisuGUI_CursorDlg.SpinBox1.
| void VisuGUI::OnChangePointMarker | ( | ) | [protected, slot] |
| void VisuGUI::OnChangeShrinkFactor | ( | ) | [protected, slot] |
| void VisuGUI::OnShowTable | ( | ) | [protected, slot] |
| void VisuGUI::OnShowTablePlot | ( | ) | [protected, slot] |
| void VisuGUI::OnShowScalarBar | ( | ) | [protected, slot] |
| void VisuGUI::OnHideScalarBar | ( | ) | [protected, slot] |
| void VisuGUI::OnCreateTable | ( | ) | [protected, slot] |
| void VisuGUI::OnDeleteObjects | ( | ) | [protected, slot] |
References VISU._PTR(), batchmode_visu_view3d.aContainer, batchmode_visu_view3d.aCurve, VISU.CheckLock(), VISU.ClientSObjectToObject(), VISU.DeleteSObject(), VISU.GetAppStudy(), VISU.GetDesktop(), VISU.GetObjectByEntry(), VISU.GetSelectionMgr(), Handle(), VISU.IsRemovable(), VISU.TObjectInfo.myBase, VISU.TCURVE, VISU.TMESH, and VISU.UpdateObjBrowser().
| void VisuGUI::OnPlotData | ( | ) | [protected, slot] |
References VISU._PTR(), batchmode_visu_view3d.aContainer, batchmode_visu_view3d.aCurve, batchmode_visu_table.aName, batchmode_visu_view3d.aTable, VISU_Example_09.aTableObject, visu_table.c, VISU.VISU_Gen_i.CreateContainer(), VISU.VISU_Gen_i.CreateCurveWithZExt(), VISU.VISU_Gen_i.CreateTable(), VISU.eDisplay, VISU.GetAppStudy(), VisuGUI_SetupPlot2dDlg.getCurveAttributes(), VisuGUI_SetupPlot2dDlg.getCurves(), VisuGUI_SetupPlot2dDlg.getCurvesSource(), VISU.GetDesktop(), VISU.GetPlot2dViewer(), VISU.GetSelectedObjects(), VISU.GetServant(), VISU.GetVisuGen(), VISU.IsSObjectTable(), VISU.IsStudyLocked(), VISU.TObjectInfo.myBase, VISU.TSelectionItem.myObjectInfo, VISU.PlotContainer(), VISU.TPOINTMAP3D, VISU.TTABLE, and VISU.UpdateObjBrowser().
| void VisuGUI::OnCurveProperties | ( | ) | [protected, slot] |
References batchmode_visu_view3d.aColor, batchmode_visu_view3d.aCurve, VISU.eDisplay, VISU.GetAppStudy(), VISU.GetDesktop(), VISU.GetSelectedObjects(), VISU.Base_i.GetType(), Handle(), VISU.IsStudyLocked(), VISU.TObjectInfo.myBase, VISU.TSelectionItem.myObjectInfo, VISU.PlotCurve(), and VISU.TCURVE.
| void VisuGUI::OnClearContainer | ( | ) | [protected, slot] |
References VISU._PTR(), batchmode_visu_view3d.aContainer, VISU.CheckLock(), VISU.GetAppStudy(), VISU.GetDesktop(), VISU.GetSelectedObjects(), VISU.Base_i.GetType(), VISU.TObjectInfo.myBase, VISU.TSelectionItem.myObjectInfo, VISU.TCONTAINER, VISU.updateContainerVisibility(), and VISU.UpdateObjBrowser().
| void VisuGUI::OnEditContainer | ( | ) | [protected, slot] |
| void VisuGUI::OnMergeScalarBars | ( | ) | [protected, slot] |
| void VisuGUI::OnFreeScalarBars | ( | ) | [protected, slot] |
| void VisuGUI::OnSaveViewParams | ( | ) | [protected, virtual, slot] |
| void VisuGUI::OnRestoreViewParams | ( | ) | [protected, virtual, slot] |
| void VisuGUI::OnClippingPlanes | ( | ) | [protected, slot] |
| void VisuGUI::OnSweep | ( | ) | [protected, slot] |
| void VisuGUI::OnParallelTimeAnimation | ( | ) | [protected, slot] |
References VISU.Animation.PARALLEL.
| void VisuGUI::OnSucccessiveTimeAnimation | ( | ) | [protected, slot] |
References VISU.Animation.SUCCESSIVE.
| void VisuGUI::OnShowAnimation | ( | ) | [protected, slot] |
| void VisuGUI::OnPointEvolution | ( | ) | [protected, slot] |
| void VisuGUI::OnShowEvolution | ( | ) | [protected, slot] |
| void VisuGUI::OnCopyPresentation | ( | ) | [protected, slot] |
References VISU._PTR(), VISU.CheckLock(), VISU.ColoredPrs3d_i.EPublishUnderTimeStamp, VISU.GetAppStudy(), VISU.GetDesktop(), VISU.GetPrs3dToModify(), VISU.GetSelectedObjects(), VISU.Base_i.GetType(), VISU.TObjectInfo.myBase, VISU.TSelectionItem.myObjectInfo, VISU.TCUTLINES, VISU.TCUTPLANES, VISU.TCUTSEGMENT, VISU.TDEFORMEDSHAPE, VISU.TDEFORMEDSHAPEANDSCALARMAP, VISU.TISOSURFACES, VISU.TMESH, VISU.TPLOT3D, VISU.TSCALARMAP, VISU.TSCALARMAPONDEFORMEDSHAPE, VISU.TSTREAMLINES, VISU.TVECTORS, and VISU.UpdateObjBrowser().
| void VisuGUI::OnArrangeActors | ( | ) | [protected, slot] |
References VISU.GetDesktop().
| void VisuGUI::OnPlot3dFromCutPlane | ( | ) | [protected, slot] |
References VISU._PTR(), VISU.AddScalarBarPosition(), visu_cache.aFieldName, batchmode_visu_view3d.aMeshName, batchmode_visu_view3d.anEntity, batchmode_visu_view3d.aTimeStampId, visu_cache.aViewManager, VISU.CheckLock(), VISU.DeletePrs3d(), VISU.ColoredPrs3d_i.EPublishUnderTimeStamp, VISU.GetAppStudy(), VISU.GetDesktop(), VISU.GetFreePositionOfDefaultScalarBar(), VISU.GetObjectByEntry(), VISU.CutPlanes_i.GetOrientationType(), VISU.CutPlanes_i.GetPlanePosition(), VISU.GetPrs3dFromBase(), VISU.GetResourceMgr(), VISU.CutPlanes_i.GetRotateX(), VISU.CutPlanes_i.GetRotateY(), VISU.GetSelectionMgr(), VISU.Storable.GetStorableMap(), Handle(), VisuGUI_Plot3DDlg.initFromPrsObject(), VISU.TObjectInfo.myBase, VISU.PublishInView(), VISU.Storable.RestoringMap2Type(), VISU.runAndWait(), VisuGUI_Plot3DDlg.setPlane(), VisuGUI_Plot3DDlg.storeToPrsObject(), VISU.TCUTPLANES, VISU.TTIMESTAMP, and VISU.UpdateObjBrowser().
| void VisuGUI::OnManageCache | ( | ) | [protected, slot] |
| void VisuGUI::OnFilterScalars | ( | ) | [protected, slot] |
| void VisuGUI::OnValuesLabeling | ( | ) | [protected, slot] |
| void VisuGUI::OnValuesLabelingParams | ( | ) | [protected, slot] |
References Handle().
| void VisuGUI::OnArcQuadMode | ( | ) | [protected, slot] |
References VISU.ARCS, and VISU.ChangeQuadratic2DRepresentation().
| void VisuGUI::OnLineQuadMode | ( | ) | [protected, slot] |
References VISU.ChangeQuadratic2DRepresentation(), and VISU.LINES.
| void VisuGUI::OnMultiprViewFullRes | ( | ) | [protected, slot] |
References VISU.Result.FULL.
| void VisuGUI::OnMultiprViewMediumRes | ( | ) | [protected, slot] |
References VISU.Result.MEDIUM.
| void VisuGUI::OnMultiprViewLowRes | ( | ) | [protected, slot] |
References VISU.Result.LOW.
| void VisuGUI::OnMultiprViewHide | ( | ) | [protected, slot] |
References VISU.Result.HIDDEN.
| void VisuGUI::OnMultiprChangeRes | ( | VISU::Result::Resolution | theResolution | ) | [protected, slot] |
References VISU._PTR(), batchmode_visu_view3d.aMeshName, visu_cache.aResult, VISU.CheckLock(), VISU.FindResult(), VISU.Storable.FindValue(), VISU.GetAppStudy(), VISU.GetDesktop(), VISU.GetSelectedObjects(), VISU.GetServant(), VISU.GetSObject(), VISU.Storable.GetStorableMap(), VISU.TSelectionItem.myObjectInfo, VISU.Result_i.SetResolution(), and VISU.UpdateObjBrowser().
| void VisuGUI::OnFileInfo | ( | ) | [protected, slot] |
References VISU.GetObjectByEntry(), and VISU.TObjectInfo.myBase.
| void VisuGUI::OnExportMED | ( | ) | [protected, slot] |
| LightApp_Selection * VisuGUI::createSelection | ( | ) | const [protected, virtual] |
| void VisuGUI::processPresentationCreated | ( | VISU::Prs3d_i * | thePrs | ) | [protected, virtual] |
References VISU.RemovableObject_i.GetEntry().
| void VisuGUI::OnTimeAnimation | ( | VISU::Animation::AnimationMode | theMode | ) | [protected] |
| void VisuGUI::createActions | ( | ) | [private] |
References batchmode_visu_table.aPixmap, VISU.GetResourceMgr(), VISU.OnEraseAll(), VISU_ACTOR_SELECTION, VISU_ARCQUAD_MODE, VISU_ARRANGE_ACTORS, VISU_CELL_COLOR, VISU_CELL_SELECTION, VISU_CLEAR_CONTAINER, VISU_CLIPPING, VISU_COLOR, VISU_COPY_PRS, VISU_CREATE_CURVES, VISU_CREATE_MANY_PRS, VISU_CREATE_PRS, VISU_CREATE_TABLE, VISU_CURVE_PROPS, VISU_CUT_LINES, VISU_CUT_PLANES, VISU_CUT_SEGMENT, VISU_DEFORMED_SHAPE, VISU_DEFORMED_SHAPE_AND_SCALAR_MAP, VISU_DELETE_OBJS, VISU_DISPLAY, VISU_DISPLAY_ONLY, VISU_EDGE_COLOR, VISU_EDIT_CONTAINER, VISU_EDIT_CUTLINES, VISU_EDIT_CUTPLANES, VISU_EDIT_CUTSEGMENT, VISU_EDIT_DEFORMEDSHAPE, VISU_EDIT_DEFORMEDSHAPEANDSCALARMAP, VISU_EDIT_ISOSURFACES, VISU_EDIT_PLOT3D, VISU_EDIT_POINTMAP3D, VISU_EDIT_SCALARMAP, VISU_EDIT_STREAMLINES, VISU_EDIT_VECTORS, VISU_ERASE, VISU_ERASE_ALL, VISU_EXPORT_MED, VISU_EXPORT_TABLE, VISU_FEATURE_EDGES, VISU_FILE_INFO, VISU_FILTERSCALARS, VISU_FREE_SCALAR_BARS, VISU_GAUSS_POINT_SELECTION, VISU_HIDE_SCALAR_BAR, VISU_IMPORT_FROM_FILE, VISU_IMPORT_MED_FIELD, VISU_IMPORT_MED_STRUCTURE, VISU_IMPORT_MED_TIMESTAMP, VISU_IMPORT_TABLE, VISU_INSIDEFRAME, VISU_ISO_SURFACES, VISU_LINE_WIDTH, VISU_LINEQUAD_MODE, VISU_LOAD_COMPONENT_DATA, VISU_MANAGE_CACHE, VISU_MERGE_SCALAR_BARS, VISU_MULTIPR_FULL_RES, VISU_MULTIPR_HIDE, VISU_MULTIPR_LOW_RES, VISU_MULTIPR_MED_RES, VISU_NOSHADING, VISU_OPACITY, VISU_PARALLELANIMATION, VISU_PLOT2D, VISU_PLOT3D_FROM_CUTPLANE, VISU_PLOT_3D, VISU_POINT_EVOLUTION, VISU_POINT_MARKER, VISU_POINT_SELECTION, VISU_POINTS, VISU_RESTORE_VIEW_PARAMS, VISU_SAVE_VIEW_PARAMS, VISU_SAVE_VIEW_PARAMS_1, VISU_SCALAR_MAP, VISU_SELECTION_PANEL, VISU_SHADING, VISU_SHOW_ANIMATION, VISU_SHOW_EVOLUTION, VISU_SHOW_SCALAR_BAR, VISU_SHOW_TABLE, VISU_SHRINK, VISU_SHRINK_FACTOR, VISU_SLIDER_PANEL, VISU_STREAM_LINES, VISU_SUCCCESSIVEANIMATION, VISU_SURFACE, VISU_SURFACEFRAME, VISU_SWEEP, VISU_SWEEP_PANEL, VISU_TRANSLATE_PRS, VISU_UNSHRINK, VISU_VALUES_LABELING, VISU_VALUES_LABELING_PARAMS, VISU_VECTORS, and VISU_WIREFRAME.
| void VisuGUI::createMenus | ( | ) | [private] |
References VISU_ARCQUAD_MODE, VISU_CUT_LINES, VISU_CUT_PLANES, VISU_CUT_SEGMENT, VISU_DEFORMED_SHAPE, VISU_DEFORMED_SHAPE_AND_SCALAR_MAP, VISU_ERASE_ALL, VISU_IMPORT_FROM_FILE, VISU_IMPORT_TABLE, VISU_ISO_SURFACES, VISU_LINEQUAD_MODE, VISU_PLOT_3D, VISU_POINTS, VISU_SCALAR_MAP, VISU_STREAM_LINES, VISU_SURFACE, VISU_VECTORS, and VISU_WIREFRAME.
| void VisuGUI::createToolBars | ( | ) | [private] |
References VISU_ACTOR_SELECTION, VISU_CELL_SELECTION, VISU_CUT_LINES, VISU_CUT_PLANES, VISU_CUT_SEGMENT, VISU_DEFORMED_SHAPE, VISU_DEFORMED_SHAPE_AND_SCALAR_MAP, VISU_ERASE_ALL, VISU_GAUSS_POINT_SELECTION, VISU_IMPORT_FROM_FILE, VISU_ISO_SURFACES, VISU_PLOT_3D, VISU_POINT_SELECTION, VISU_POINTS, VISU_SCALAR_MAP, VISU_SELECTION_PANEL, VISU_SLIDER_PANEL, VISU_STREAM_LINES, VISU_SURFACE, VISU_SWEEP_PANEL, VISU_VECTORS, and VISU_WIREFRAME.
| void VisuGUI::createPopupMenus | ( | ) | [private] |
References VISU_ARCQUAD_MODE, VISU_ARRANGE_ACTORS, VISU_CELL_COLOR, VISU_CLEAR_CONTAINER, VISU_CLIPPING, VISU_COLOR, VISU_COPY_PRS, VISU_CREATE_CURVES, VISU_CREATE_MANY_PRS, VISU_CREATE_PRS, VISU_CREATE_TABLE, VISU_CURVE_PROPS, VISU_CUT_LINES, VISU_CUT_PLANES, VISU_CUT_SEGMENT, VISU_DEFORMED_SHAPE, VISU_DEFORMED_SHAPE_AND_SCALAR_MAP, VISU_DISPLAY, VISU_DISPLAY_ONLY, VISU_EDGE_COLOR, VISU_EDIT_CONTAINER, VISU_EDIT_CUTLINES, VISU_EDIT_CUTPLANES, VISU_EDIT_CUTSEGMENT, VISU_EDIT_DEFORMEDSHAPE, VISU_EDIT_DEFORMEDSHAPEANDSCALARMAP, VISU_EDIT_ISOSURFACES, VISU_EDIT_PLOT3D, VISU_EDIT_POINTMAP3D, VISU_EDIT_SCALARMAP, VISU_EDIT_STREAMLINES, VISU_EDIT_VECTORS, VISU_ERASE, VISU_EXPORT_MED, VISU_EXPORT_TABLE, VISU_FEATURE_EDGES, VISU_FILE_INFO, VISU_FILTERSCALARS, VISU_FREE_SCALAR_BARS, VISU_HIDE_SCALAR_BAR, VISU_IMPORT_FROM_FILE, VISU_IMPORT_TABLE, VISU_INSIDEFRAME, VISU_ISO_SURFACES, VISU_LINE_WIDTH, VISU_LINEQUAD_MODE, VISU_MERGE_SCALAR_BARS, VISU_MULTIPR_FULL_RES, VISU_MULTIPR_HIDE, VISU_MULTIPR_LOW_RES, VISU_MULTIPR_MED_RES, VISU_NOSHADING, VISU_OPACITY, VISU_PARALLELANIMATION, VISU_PLOT2D, VISU_PLOT_3D, VISU_POINT_EVOLUTION, VISU_POINT_MARKER, VISU_POINTS, VISU_RESTORE_VIEW_PARAMS, VISU_SAVE_VIEW_PARAMS, VISU_SAVE_VIEW_PARAMS_1, VISU_SCALAR_MAP, VISU_SHADING, VISU_SHOW_SCALAR_BAR, VISU_SHOW_TABLE, VISU_SHRINK, VISU_SHRINK_FACTOR, VISU_STREAM_LINES, VISU_SUCCCESSIVEANIMATION, VISU_SURFACE, VISU_SURFACEFRAME, VISU_SWEEP, VISU_TRANSLATE_PRS, VISU_UNSHRINK, VISU_VALUES_LABELING, VISU_VALUES_LABELING_PARAMS, VISU_VECTORS, and VISU_WIREFRAME.
| void VisuGUI::createPanels | ( | ) | [private] |
| void VisuGUI::SetScalarBarVisibility | ( | bool | theVisibility | ) | [private] |
References VISU.GetPrs3dList(), VISU.GetSelectionMgr(), Handle(), and VISU.RecreateActor().
| void VisuGUI::activateAppropriateViewer | ( | Handle(SALOME_InteractiveObject) | theIO | ) | [private] |
| int VisuGUI::addVtkFontPref | ( | const QString & | label, |
| const int | pId, | ||
| const QString & | param, | ||
| const bool | useSize | ||
| ) | [private] |
| label | label |
| pIf | group identifier |
| param | parameter |
QMap<int,VisuGUI_Panel*> VisuGUI.myPanels [private] |
VisuGUI_Slider* VisuGUI.mySlider [private] |
VisuGUI_Sweep* VisuGUI.mySweep [private] |
LightApp_Displayer* VisuGUI.myDisplayer [private] |
VISU::TViewToPrs3d VisuGUI.myScalarBarsMap [private] |