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