]> Creatis software - cpPlugins.git/blobdiff - lib/cpPipelineEditor/BaseQtMainWindow.h
...
[cpPlugins.git] / lib / cpPipelineEditor / BaseQtMainWindow.h
index 7b4837d6f49aa2abe5cd97b81bf625ff69f5fc6e..786349aa3d2354ecf3cea61b6d3a2d6d49481d61 100644 (file)
@@ -54,6 +54,7 @@ namespace cpPipelineEditor
       cpExtensions::QT::SimpleMPRWidget* mpr,
       cpPipelineEditor::Editor* editor
       );
+    void _CreateWorkspace( );
     void _LoadPlugins( const std::string& filename );
     void _LoadPluginsFromPath( const std::string& path );
     void _UpdateLoadedPlugins( );
@@ -82,11 +83,13 @@ namespace cpPipelineEditor
     void _ExecFilter( const std::string& filter_name );
 
   protected:
-    QApplication*        m_Application;
-    _TBlocker            m_Blocker;
-    cpPlugins::Workspace m_Workspace;
-    cpPlugins::Interface m_Interface;
-    std::string          m_PluginsPath;
+    QApplication* m_Application;
+    _TBlocker     m_Blocker;
+    std::string   m_PluginsPath;
+    std::string   m_ApplicationPath;
+
+    cpPlugins::Interface* m_Interface;
+    cpPlugins::Workspace* m_Workspace;
 
     QTreeWidget* m_TreeWidget;
     Editor*      m_Editor;