]> Creatis software - cpPlugins.git/blobdiff - lib/cpPipelineEditor/BaseQtMainWindow.h
Visual properties dialog finished.
[cpPlugins.git] / lib / cpPipelineEditor / BaseQtMainWindow.h
index fbcde2873e80ca3ac673c0ecbaa845dc4a54745a..7b4837d6f49aa2abe5cd97b81bf625ff69f5fc6e 100644 (file)
@@ -63,6 +63,17 @@ namespace cpPipelineEditor
     void _LoadWorkspace( const std::string& filename );
     void _SaveWorkspace( const std::string& filename );
 
+    void _ShowData(
+      const std::string& filter_name, const std::string& output_name
+      );
+    void _HideData(
+      const std::string& filter_name, const std::string& output_name
+      );
+    void _DataProperties(
+      const std::string& filter_name, const std::string& output_name
+      );
+    void _BackgroundProperties( unsigned int i );
+
   protected slots:
     void _InteractiveLoadPlugins( );
     void _InteractiveLoadPluginsFromPath( );
@@ -79,6 +90,7 @@ namespace cpPipelineEditor
 
     QTreeWidget* m_TreeWidget;
     Editor*      m_Editor;
+    cpExtensions::QT::SimpleMPRWidget* m_MPR;
   };
 
 } // ecapseman