Salome HOME
Exlude the user input during process events by application (Bug #325).
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Module.h
index 1cfd15c837b815be5171ec8b64775ac96557cfc0..3ffc711301123f84777553c97fc2a4be31e804a2 100644 (file)
@@ -28,7 +28,6 @@
 #include <LightApp_Module.h>
 
 #include <QEvent>
-#include <QPoint>
 
 class QGraphicsSceneMouseEvent;
 
@@ -152,6 +151,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
    */
@@ -244,7 +246,6 @@ private:
 
   ViewId2ListOfShapes             myShapesMap;
   ViewId2ListOfVTKPrs             myVTKPrsMap;
-  QPoint                          myPopupPos;
   bool                            myIsUpdateEnabled;
 
   QStringList                     myGeomObjectsToImport; ///< entries of GEOM objects to be imported