X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_ZLevelsDlg.h;h=217cfba9f099bd5eaaa4054f3e7a154516af2756;hb=7bc13643f345b813472c30c65307ea78c12df428;hp=8e7310ea6e1906f028e0f07c6066ed7e2cbd4864;hpb=474c2cd65280d793f1c81ca528bc92e1cff988e6;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_ZLevelsDlg.h b/src/HYDROGUI/HYDROGUI_ZLevelsDlg.h index 8e7310ea..217cfba9 100644 --- a/src/HYDROGUI/HYDROGUI_ZLevelsDlg.h +++ b/src/HYDROGUI/HYDROGUI_ZLevelsDlg.h @@ -1,8 +1,4 @@ -// Copyright (C) 2007-2015 CEA/DEN, EDF R&D, OPEN CASCADE -// -// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, -// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS -// +// Copyright (C) 2014-2015 EDF-R&D // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either @@ -50,6 +46,7 @@ public: HYDROGUI_ListModel::ObjectList getObjects() const; signals: + void applyOrderAndClose(); void applyOrder(); private slots: @@ -57,9 +54,10 @@ private slots: private: HYDROGUI_OrderedListWidget* myListWidget; ///< the ordered list widget - QCheckBox* myAllObjects; ///< the show all objects button - QPushButton* myApply; ///< the apply changes button - QPushButton* myClose; ///< the close dialog button + QCheckBox* myAllObjects; ///< the show all objects button + QPushButton* myApplyAndClose; ///< the apply changes and close dialog button + QPushButton* myApply; ///< the apply changes button + QPushButton* myClose; ///< the close dialog button }; #endif