Salome HOME
refs #568: Land Cover: a draft of data model and implementation of dialog box and...
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_DataBrowser.h
index adbf77d791638721ca49808f7f68eebe9e4a95dd..decdcbed02195f146a31d583760474326dc157fa 100644 (file)
@@ -49,8 +49,13 @@ public:
 
 signals:
   void             dropped( const QList<SUIT_DataObject*>& theList, 
-    SUIT_DataObject* theTargetParent, int theTargetRow, Qt::DropAction theDropAction );
+                            SUIT_DataObject* theTargetParent,
+                            int theTargetRow, Qt::DropAction theDropAction );
   void             dataChanged();
+  void             newRegion();
+
+protected:
+  virtual void createPopupMenu( QMenu* );
 
 private:
   HYDROGUI_Module* myModule;