X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPVViewer%2FPVViewer_ViewManager.h;fp=src%2FPVViewer%2FPVViewer_ViewManager.h;h=0925698f7f2539632f7efe243a79ab1aa00b5773;hb=f1bd7ad816b39100dc19887b9b65232a78041167;hp=78652de05a490472b7c083504a236c31e2326a7c;hpb=6516e549128fb08e3cc3ae16bddea0345e083d24;p=modules%2Fgui.git diff --git a/src/PVViewer/PVViewer_ViewManager.h b/src/PVViewer/PVViewer_ViewManager.h index 78652de05..0925698f7 100644 --- a/src/PVViewer/PVViewer_ViewManager.h +++ b/src/PVViewer/PVViewer_ViewManager.h @@ -30,20 +30,21 @@ class pqPVApplicationCore; class PVViewer_Behaviors; class pqPropertiesPanel; class pqPipelineBrowserWidget; +class LogWindow; class PVViewer_ViewManager : public SUIT_ViewManager { Q_OBJECT public: - PVViewer_ViewManager( SUIT_Study*, SUIT_Desktop* ); + PVViewer_ViewManager( SUIT_Study*, SUIT_Desktop*, LogWindow *); ~PVViewer_ViewManager() {} static pqPVApplicationCore * GetPVApplication(); static PVViewer_EngineWrapper * GetEngine(); //! Initialize ParaView if not yet done (once per session) - static bool ParaviewInitApp(SUIT_Desktop* aDesktop); + static bool ParaviewInitApp(SUIT_Desktop* aDesktop, LogWindow * w); static void ParaviewInitBehaviors(bool fullSetup=false, SUIT_Desktop* aDesktop=0); static void ParaviewLoadConfigurations(); static void ParaviewCleanup(); @@ -53,7 +54,6 @@ public: static bool ConnectToExternalPVServer(SUIT_Desktop* aDesktop); public slots: -// void onPVViewCreated(SUIT_ViewWindow*); void onEmulateApply(); private: