Salome HOME
Copyrights update 2015.
[modules/paravis.git] / src / Plugins / MEDReader / ParaViewPlugin / pqExtractCellTypePanel.h
index 568ca8fc28ae3877aef3aeb1f7f78cca228a0781..2a9bc4113a55d5e71de7f340d6adec7495d6e850 100644 (file)
@@ -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<pqTreeWidgetItemObject *> _all_lev4;
 };
 
 #endif