Salome HOME
updated copyright message
[modules/paravis.git] / test / standalone / gui / PLMainWindow.hxx
index 2fee621ae27943a524471792b09ad52e98193a88..d6df191c2e0d125aa913b90dacc8491f12922711 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2010-2015  CEA/DEN, EDF R&D
+// Copyright (C) 2010-2023  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -31,6 +31,7 @@ class pqServer;
 class pqProxy;
 
 class PLViewTab;
+class PVViewer_GUIElements;
 
 /** Main window of the application.
  */
@@ -73,18 +74,25 @@ private slots:
 
   void insertSingleView(PLViewTab *);
   void insertMultiView(PLViewTab *);
+  void insertSpreadsheetView(PLViewTab *);
 
   void currentTabChanged(int);
 
+  void onBuildFilterMenu();
+
 private:
   Ui::MainWindow _mainWindow;
 
+  PVViewer_GUIElements * _pvgui;
+
   pqPVApplicationCore * _pAppC;
   //pqServer * _activeServer;
   //pqPipelineSource * _activeSource;  // last pipeline element
   QStack<pqPipelineSource *> _simplePipeline;
 
   bool _autoApply;
+
+  QMenu * _filterMenu;
 };
 
 #endif /* PLVIEWWIDGET_H_ */