X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPlugins%2FMEDReader%2FParaViewPlugin%2FpqExtractGroupPanel.h;h=ac2443491f1c4a184697c99d14d27e47ba90b28f;hb=47fa5c13776c404e8075b294a3ffc0ee7e077e8f;hp=699bd07f70eb38d8b58c73834151e488b85806a4;hpb=d170abf6cb7fa44827057ce004760d1ef45d9f2d;p=modules%2Fparavis.git diff --git a/src/Plugins/MEDReader/ParaViewPlugin/pqExtractGroupPanel.h b/src/Plugins/MEDReader/ParaViewPlugin/pqExtractGroupPanel.h index 699bd07f..ac244349 100644 --- a/src/Plugins/MEDReader/ParaViewPlugin/pqExtractGroupPanel.h +++ b/src/Plugins/MEDReader/ParaViewPlugin/pqExtractGroupPanel.h @@ -1,9 +1,9 @@ -// Copyright (C) 2010-2014 CEA/DEN, EDF R&D +// Copyright (C) 2010-2015 CEA/DEN, 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 @@ -37,9 +37,10 @@ Q_OBJECT public: pqExtractGroupPanel(pqProxy* proxy, QWidget* p = NULL); ~pqExtractGroupPanel(); + void updateInformationAndDomains(); protected slots: - void aLev4HasBeenFired(); void updateSIL(); + void anItemAsBeenFired(); private: static std::map DeduceMapOfFamilyFromSIL(vtkMutableDirectedGraph *graph); protected: @@ -47,7 +48,6 @@ protected: virtual void linkServerManagerProperties(); class pqUI; pqUI* UI; - std::vector _all_lev4; }; #endif