Salome HOME
refs #640: correct width for non-georeferenced profile
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_PriorityWidget.h
index 7d5828f75a1369c3ff1f78232dbd1fd01c17bf74..ff1cfc41a9349c1788645e64a188112eebba0a47 100644 (file)
@@ -21,7 +21,7 @@
 
 #include <HYDROGUI.h>
 
-#include <HYDROData_Object.h>
+#include <HYDROData_Entity.h>
 #include <HYDROData_PriorityQueue.h>
 
 #include <QStyledItemDelegate>
@@ -47,14 +47,21 @@ public:
   HYDROGUI_PriorityWidget( QWidget* theParent );
   virtual ~HYDROGUI_PriorityWidget();
 
-  void setObjects( const QList<Handle(HYDROData_Object)>& theObjects );
+  void setObjects( const QList<Handle(HYDROData_Entity)>& theObjects );
 
   HYDROData_ListOfRules getRules() const;
   void setRules( const HYDROData_ListOfRules& theRules );
 
+  QTableView* getTable() const;
+
+  void undoLastChange();
+
 protected:
   void updateControls();
 
+signals:
+  void ruleChanged();
+
 protected slots:
   void onAddRule();
   void onRemoveRule();