Salome HOME
To provide a way to introduce new type of presentation
[modules/visu.git] / src / VISUGUI / VisuGUI_Tools.h
1 //  VISU VISUGUI : GUI of VISU component
2 //
3 //  Copyright (C) 2005  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 //  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5 //
6 //  This library is free software; you can redistribute it and/or
7 //  modify it under the terms of the GNU Lesser General Public
8 //  License as published by the Free Software Foundation; either
9 //  version 2.1 of the License.
10 //
11 //  This library is distributed in the hope that it will be useful,
12 //  but WITHOUT ANY WARRANTY; without even the implied warranty of
13 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 //  Lesser General Public License for more details.
15 //
16 //  You should have received a copy of the GNU Lesser General Public
17 //  License along with this library; if not, write to the Free Software
18 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
19 //
20 //  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
21 //
22 //
23 //
24 //  File   : VisuGUI_Tools.h
25 //  Author : Sergey Anikin
26 //  Module : VISU
27
28 #ifndef VisuGUI_Tools_HeaderFile
29 #define VisuGUI_Tools_HeaderFile
30
31 #include "SALOME_InteractiveObject.hxx"
32
33 #include "VISUConfig.hh"
34
35 #include "SalomeApp_Module.h"
36 #include "SalomeApp_Application.h"
37
38 #include "SALOMEDSClient_Study.hxx"
39
40 #include "SALOMEconfig.h"
41 #include CORBA_SERVER_HEADER(MED_Gen)
42
43 class SUIT_Desktop;
44 class SUIT_ViewWindow;
45 class VISU_Actor;
46 class SVTK_ViewWindow;
47 class SPlot2d_Viewer;
48 class CAM_Module;
49 class SalomeApp_SelectionMgr;
50 class SalomeApp_Study;
51
52 namespace VISU {
53   class Prs3d_i;
54   class Result_i;
55   class Table_i;
56   class Curve_i;
57   class Container_i;
58
59   typedef std::vector<SVTK_ViewWindow*> TViewWindows;
60
61   SUIT_Desktop*                        GetDesktop(const CAM_Module* theModule);
62   SalomeApp_Study*                     GetAppStudy(const CAM_Module* theModule);
63   _PTR(Study)                          GetCStudy(const SalomeApp_Study* theStudy);
64
65   bool                                 IsStudyLocked( _PTR(Study) theStudy );
66   bool                                 CheckLock( _PTR(Study) theStudy );
67
68   inline void                          UpdateObjBrowser(SalomeApp_Module* theModule,
69                                                         bool updateDataModel = true);
70
71   VISU_Gen_i*                          GetVisuGen(const CAM_Module* theModule);
72   SALOME_MED::MED_Gen_var              GetMEDEngine();
73
74   VISU::Storable::TRestoringMap        getMapOfValue(_PTR(SObject) theSObject);
75   QString                              getValue(_PTR(SObject) theSObject, QString theKey);
76
77   // Selection
78   SalomeApp_SelectionMgr*              GetSelectionMgr(const SalomeApp_Module* theModule);
79   CORBA::Object_var                    GetSelectedObj(const SalomeApp_Study* theStudy,
80                                                       const QString& theEntry,
81                                                       VISU::Storable::TRestoringMap* theMap = NULL);
82   CORBA::Object_var                    GetSelectedObj(const SalomeApp_Module* theModule,
83                                                       Handle(SALOME_InteractiveObject)* theIO = NULL,
84                                                       VISU::Storable::TRestoringMap* theMap = NULL);
85   VISU::Prs3d_i*                       GetPrsToModify(const SalomeApp_Module* theModule,
86                                                       Handle(SALOME_InteractiveObject)* theIO = NULL,
87                                                       VISU::Storable::TRestoringMap* theMap = NULL);
88
89   void                                 Add(SalomeApp_SelectionMgr* theSelectionMgr,
90                                            const Handle(SALOME_InteractiveObject)& theIO);
91   void                                 Remove(SalomeApp_SelectionMgr* theSelectionMgr,
92                                               const Handle(SALOME_InteractiveObject)& theIO);
93
94   bool                                 IsRemovableSelected(const SalomeApp_Module* theModule);
95
96   // Display/Erase
97   void                                 ErasePrs(const SalomeApp_Module* theModule,
98                                                 CORBA::Object_ptr theObject,
99                                                 bool theUpdate = true);
100   void                                 DeleteSObject(SalomeApp_Module* theModule,
101                                                      _PTR(Study)       theStudy,
102                                                      _PTR(SObject)     theSObject);
103   void                                 DeletePrs3d(SalomeApp_Module* theModule,
104                                                    VISU::Prs3d_i* thePrs,
105                                                    const Handle(SALOME_InteractiveObject)& theIO);
106   void                                 ErasePrs3d(const SalomeApp_Module* theModule,
107                                                   VISU::Prs3d_i* thePrs);
108
109   // Presentation management
110   void ChangeRepresentation (const SalomeApp_Module* theModule,
111                              VISU::PresentationType  theType);
112
113   // SObject type
114   bool                                 CheckTimeStamp(const SalomeApp_Module* theModule,
115                                                       _PTR(SObject)&          theSObject,
116                                                       Handle(SALOME_InteractiveObject)* theIO = NULL);
117   VISU::Result_i*                      CheckResult(const SalomeApp_Module* theModule,
118                                                    _PTR(SObject) theSource,
119                                                    VISU::Result_var& theResult);
120   inline bool                          IsSObjectTable(_PTR(SObject) theSObject);
121
122   // Views
123   SUIT_ViewWindow*                     GetActiveView(const SalomeApp_Module* theModule,
124                                                      QString theType = QString::null);
125
126   // VTK View
127   TViewWindows                         GetViews(const SalomeApp_Module* theModule);
128   SVTK_ViewWindow*                     GetViewWindow(const SalomeApp_Module* theModule,
129                                                      const bool theCreate = false );
130   SVTK_ViewWindow*                     GetViewWindow();
131
132   VISU_Actor*                          PublishInView(const SalomeApp_Module* theModule,
133                                                      VISU::Prs3d_i* thePrs);
134   VISU_Actor*                          UpdateViewer(const SalomeApp_Module* theModule,
135                                                     VISU::Prs3d_i* thePrs,
136                                                     bool theDispOnly = false);
137
138   /*!
139    * \brief Repaint all SVTK view windows, where the given object is displayed.
140    * \param theModule  - is used to access application.
141    * \param theIObject - is supposed to be selected (is highlighted in this method).
142    */
143   void                                 RepaintViewWindows(const SalomeApp_Module* theModule,
144                                                           const Handle(SALOME_InteractiveObject)& theIObject);
145
146   VISU_Actor*                          FindActor(SVTK_ViewWindow* theViewWindow,
147                                                  const char* theEntry);
148   VISU_Actor*                          FindActor(SVTK_ViewWindow* theViewWindow,
149                                                  VISU::Prs3d_i* thePrs);
150   void                                 RecreateActor(const SalomeApp_Module* theModule,
151                                                      VISU::Prs3d_i* thePrs);
152
153   // Plot2d View
154   SPlot2d_Viewer*                      GetPlot2dViewer(const SalomeApp_Module* theModule,
155                                                        const bool theCreate = false);
156   void                                 PlotTable( const SalomeApp_Module* theModule,
157                                                   VISU::Table_i* table,
158                                                   int theDisplaying );
159   void                                 PlotCurve( const SalomeApp_Module* theModule,
160                                                   VISU::Curve_i* curve,
161                                                   int theDisplaying );
162   void                                 PlotContainer( const SalomeApp_Module* theModule,
163                                                       VISU::Container_i* container,
164                                                       int theDisplaying );
165   void                                 CreatePlot( SalomeApp_Module* theModule,
166                                                    _PTR(SObject) theSobj );
167
168   // Others
169   void CreateMesh (const SalomeApp_Module* theModule,
170                    const Handle(SALOME_InteractiveObject)& theIO);
171
172   std::vector<VISU::Prs3d_i*> GetPrs3dList (const SalomeApp_Module* theModule,
173                                             const Handle(SALOME_InteractiveObject)& theIO);
174   std::vector<VISU::Prs3d_i*> GetPrs3dList (const SalomeApp_Module* theModule,
175                                             _PTR(SObject) theObject);
176 }
177
178 bool VISU::IsSObjectTable( _PTR(SObject) theSObject )
179 {
180   if ( theSObject ) {
181     _PTR(GenericAttribute) anAttr;
182     if (theSObject->FindAttribute( anAttr, "AttributeTableOfInteger" ))
183       return true;
184     if (theSObject->FindAttribute( anAttr, "AttributeTableOfReal" ))
185       return true;
186   }
187   return false;
188 }
189
190 void VISU::UpdateObjBrowser(SalomeApp_Module* theModule,
191                             bool updateDataModel)
192 {
193   theModule->updateObjBrowser(updateDataModel);
194   theModule->getApp()->updateActions();
195 }
196
197 #endif