X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPlugins%2FMEDReader%2FParaViewPlugin%2FpqExtractCellTypePanel.h;h=2a9bc4113a55d5e71de7f340d6adec7495d6e850;hb=216b73d56a11d0b5f0ef26acfd85936f92c5f8ac;hp=56136640aaec27bad921d107a1478628aab8c614;hpb=834682b63990033c9be4888d89f27ef82cf23632;p=modules%2Fparavis.git diff --git a/src/Plugins/MEDReader/ParaViewPlugin/pqExtractCellTypePanel.h b/src/Plugins/MEDReader/ParaViewPlugin/pqExtractCellTypePanel.h index 56136640..2a9bc411 100644 --- a/src/Plugins/MEDReader/ParaViewPlugin/pqExtractCellTypePanel.h +++ b/src/Plugins/MEDReader/ParaViewPlugin/pqExtractCellTypePanel.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,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