X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPlugins%2FMEDReader%2FParaViewPlugin%2FpqExtractGroupPanel.h;h=ac2443491f1c4a184697c99d14d27e47ba90b28f;hb=47fa5c13776c404e8075b294a3ffc0ee7e077e8f;hp=507f9c8bb18e86cc089b68195f1e56463a7af63f;hpb=7f76ef8d4502402fd554587bc3569c356a5b9edc;p=modules%2Fparavis.git diff --git a/src/Plugins/MEDReader/ParaViewPlugin/pqExtractGroupPanel.h b/src/Plugins/MEDReader/ParaViewPlugin/pqExtractGroupPanel.h index 507f9c8b..ac244349 100644 --- a/src/Plugins/MEDReader/ParaViewPlugin/pqExtractGroupPanel.h +++ b/src/Plugins/MEDReader/ParaViewPlugin/pqExtractGroupPanel.h @@ -1,4 +1,4 @@ -// 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 @@ -37,8 +37,10 @@ Q_OBJECT public: pqExtractGroupPanel(pqProxy* proxy, QWidget* p = NULL); ~pqExtractGroupPanel(); + void updateInformationAndDomains(); protected slots: void updateSIL(); + void anItemAsBeenFired(); private: static std::map DeduceMapOfFamilyFromSIL(vtkMutableDirectedGraph *graph); protected: