From: ouv Date: Wed, 18 Sep 2013 12:49:15 +0000 (+0000) Subject: Storing/restoring selection during the module update. X-Git-Tag: BR_hydro_v_0_1~18 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7881eb8318a94b10fbea8129f8086c4143b5139a;p=modules%2Fhydro.git Storing/restoring selection during the module update. --- diff --git a/src/HYDROGUI/HYDROGUI_Module.h b/src/HYDROGUI/HYDROGUI_Module.h index 453b9e47..2fe241ce 100644 --- a/src/HYDROGUI/HYDROGUI_Module.h +++ b/src/HYDROGUI/HYDROGUI_Module.h @@ -134,6 +134,9 @@ private: bool setUpdateEnabled( const bool theState ); bool isUpdateEnabled() const; + QStringList storeSelection() const; + void restoreSelection( const QStringList& theEntryList ); + private: void createActions(); void createMenus();