Salome HOME
lot 10 - warnings for DTM - untested
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_OrderedListWidget.h
index 71913500de84fdd9e7ea6dcbc09f4a72aea27636..109ed716bb28ef5931704db9805c1857963857e0 100644 (file)
@@ -58,12 +58,21 @@ public:
   QStringList getSelectedNames() const;
   QStringList getAllNames() const;
 
+  void setBackgroundColor (int theInd, QColor theColor);
+  void setBackgroundColor (QString theName, QColor theColor);
+
+  QColor getBackgroundColor (int theInd) const;
+  void clearAllBackgroundColors ();
+
+  void undoLastMove();
+
 signals:
   void selectionChanged();
   void orderChanged();
 
 private slots:
   void onMove( int theType );
+  void onSelectionChanged();
 
 private:
   HYDROGUI_ListModel* getSourceModel() const;