X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_OrderedListWidget.h;h=7b1feab744aa72fa372ea22fc7f0eb759f777d5a;hb=58bb6b7459bebeeb089c9ed486c4683a8bae7288;hp=71913500de84fdd9e7ea6dcbc09f4a72aea27636;hpb=2cf9e838e652ae811d9b3931914771ad1836c6b8;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_OrderedListWidget.h b/src/HYDROGUI/HYDROGUI_OrderedListWidget.h index 71913500..7b1feab7 100644 --- a/src/HYDROGUI/HYDROGUI_OrderedListWidget.h +++ b/src/HYDROGUI/HYDROGUI_OrderedListWidget.h @@ -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();