Salome HOME
Add tests for drag and drop algo.
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Module.h
index 58583ab50477a05e058e2d2e050d5c26040eeaf3..97ae84b036615735a3d9934dc3182fde1e3981af 100644 (file)
 #include <LightApp_Module.h>
 
 #include <QEvent>
-
-#include <vtkNew.h>
+#include <QStack>
 
 class QGraphicsSceneMouseEvent;
 
 class GraphicsView_Viewer;
 class OCCViewer_Viewer;
 class SVTK_Viewer;
-class vtkWorldPointPicker;
 
 class SUIT_ViewWindow;
 class SUIT_ViewManager;
@@ -48,6 +46,7 @@ class HYDROGUI_VTKPrsDisplayer;
 class HYDROGUI_AbstractDisplayer;
 class HYDROGUI_Shape;
 class HYDROGUI_VTKPrs;
+class HYDROGUI_Operation;
 
 /**\class HYDROGUI_Module
  *\brief The class representing the HYDROGUI module
@@ -154,6 +153,9 @@ public:
   void                            removeObjectVTKPrs( const int                      theViewId,
                                                      const Handle(HYDROData_Entity)& theObject );
 
+  void                            removeObjectVTKPrs( const int      theViewId,
+                                                      const QString& theEntry );
+
   /**
    * Update global imposed range of Z values for the given VTK viewer id
    */
@@ -174,6 +176,9 @@ public:
   int                             getObjectDisplayOrder( const int theViewId,
                                                          const Handle(HYDROData_Entity)& theObject ) const;
 
+  QStack<HYDROGUI_Operation*>&    getActiveOperations();
+  HYDROGUI_Operation*             activeOperation();
+
 protected:
   CAM_DataModel*                  createDataModel();
 
@@ -242,11 +247,10 @@ private:
   ViewId2Entry2ObjectStateMap     myObjectStateMap;
 
   QMap<int, QStringList>          myObjectDisplayOrderMap;
+  QStack<HYDROGUI_Operation*>     myActiveOperationMap;
 
   ViewId2ListOfShapes             myShapesMap;
   ViewId2ListOfVTKPrs             myVTKPrsMap;
-  vtkNew<vtkWorldPointPicker>     myPicker;
-
   bool                            myIsUpdateEnabled;
 
   QStringList                     myGeomObjectsToImport; ///< entries of GEOM objects to be imported