X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROGUI%2FHYDROGUI_ZLevelsDlg.h;h=217cfba9f099bd5eaaa4054f3e7a154516af2756;hb=39a306b77b32044c89bf6cef4445d5bfdea43149;hp=466b6042a470f8d618b59be7d9cc6e4e5beb43ab;hpb=2904bb5e64e69d27c643e66e3dd727c5110ec275;p=modules%2Fhydro.git diff --git a/src/HYDROGUI/HYDROGUI_ZLevelsDlg.h b/src/HYDROGUI/HYDROGUI_ZLevelsDlg.h index 466b6042..217cfba9 100644 --- a/src/HYDROGUI/HYDROGUI_ZLevelsDlg.h +++ b/src/HYDROGUI/HYDROGUI_ZLevelsDlg.h @@ -1,12 +1,8 @@ -// Copyright (C) 2007-2013 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 -// version 2.1 of the License. +// version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -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