Salome HOME
lot 10 - warnings for DTM - untested
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_OrderedListWidget.h
index d0ac12626a2134e7c6d19c12fe5a69c01395aef8..109ed716bb28ef5931704db9805c1857963857e0 100644 (file)
@@ -58,6 +58,12 @@ 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:
@@ -66,6 +72,7 @@ signals:
 
 private slots:
   void onMove( int theType );
+  void onSelectionChanged();
 
 private:
   HYDROGUI_ListModel* getSourceModel() const;