Salome HOME
Initial merge of branch 'BR_HYDRO_IMPS_2016' into BR_PORTING_OCCT_7
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_OrderedListWidget.h
index 71913500de84fdd9e7ea6dcbc09f4a72aea27636..7b1feab744aa72fa372ea22fc7f0eb759f777d5a 100644 (file)
@@ -58,6 +58,12 @@ public:
   QStringList getSelectedNames() const;
   QStringList getAllNames() const;
 
+  void setBackgroundColor (int theInd, QColor theColor);
+  QColor getBackgroundColor (int theInd) const;
+  void clearAllBackgroundColors ();
+
+  void undoLastMove();
+
 signals:
   void selectionChanged();
   void orderChanged();