Salome HOME
Merge from V6_main 11/02/2013
[modules/paravis.git] / src / PVGUI / PVGUI_Module.h
index 4bbcd749fd5ddd3246d519baac1d86e104333a9e..5c0732ee6a2f5e66b6e5a975db0428861160e730 100644 (file)
@@ -31,6 +31,8 @@
 #include <ostream>
 #include <vtkType.h>
 
+#include <pqVariableType.h>
+
 class QMenu;
 class QDockWidget;
 class QToolBar;
@@ -42,6 +44,8 @@ class pqMainWindowCore;
 class vtkEventQtSlotConnect;
 class pqPythonScriptEditor;
 class pqPVApplicationCore;
+class pqDataRepresentation;
+class pqRepresentation;
 
 
 class PVGUI_Module : public SalomeApp_Module
@@ -220,6 +224,9 @@ private slots:
   //void showHelp(const QString& url);
 
   void onFinishedAddingServer(pqServer*);
+  void onDataRepresentationCreated(pqDataRepresentation*);
+  void onVariableChanged(pqVariableType, const QString);
+  void onRepresentationChanged(pqRepresentation*);
 
   void onStartProgress();
   void onEndProgress();