X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPlugins%2FMEDReader%2FParaViewPlugin%2FpqExtractCellTypePanel.h;h=2a9bc4113a55d5e71de7f340d6adec7495d6e850;hb=216b73d56a11d0b5f0ef26acfd85936f92c5f8ac;hp=568ca8fc28ae3877aef3aeb1f7f78cca228a0781;hpb=ab03dc1c10db590a94536495b779ab762f5690d6;p=modules%2Fparavis.git diff --git a/src/Plugins/MEDReader/ParaViewPlugin/pqExtractCellTypePanel.h b/src/Plugins/MEDReader/ParaViewPlugin/pqExtractCellTypePanel.h index 568ca8fc..2a9bc411 100644 --- a/src/Plugins/MEDReader/ParaViewPlugin/pqExtractCellTypePanel.h +++ b/src/Plugins/MEDReader/ParaViewPlugin/pqExtractCellTypePanel.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,14 +37,15 @@ Q_OBJECT public: pqExtractCellTypePanel(pqProxy* proxy, QWidget* p = NULL); ~pqExtractCellTypePanel(); + void updateInformationAndDomains(); protected slots: + void anItemAsBeenFired(); void updateSIL(); protected: /// populate widgets with properties from the server manager virtual void linkServerManagerProperties(); class pqUI; pqUI* UI; - std::vector _all_lev4; }; #endif