Salome HOME
lot 10 - warnings for DTM - untested
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_OrderedListWidget.h
index 7b1feab744aa72fa372ea22fc7f0eb759f777d5a..109ed716bb28ef5931704db9805c1857963857e0 100644 (file)
@@ -59,6 +59,8 @@ public:
   QStringList getAllNames() const;
 
   void setBackgroundColor (int theInd, QColor theColor);
+  void setBackgroundColor (QString theName, QColor theColor);
+
   QColor getBackgroundColor (int theInd) const;
   void clearAllBackgroundColors ();
 
@@ -70,6 +72,7 @@ signals:
 
 private slots:
   void onMove( int theType );
+  void onSelectionChanged();
 
 private:
   HYDROGUI_ListModel* getSourceModel() const;