]> Creatis software - cpPlugins.git/blobdiff - appli/PipelineEditor/PipelineEditor.h
...
[cpPlugins.git] / appli / PipelineEditor / PipelineEditor.h
index 1ab1c61c012cfc725e7aff9e8f3320f80fbdcc8d..3f4a68be1d6fafb27325e897f839b719945a95ff 100644 (file)
@@ -23,17 +23,8 @@ public:
     );
   virtual ~PipelineEditor( );
 
-protected:
-  template< class _TWidget >
-  inline std::pair< _TWidget*, bool > _configureViewer( );
-
 protected slots:
-  virtual void _addWorkspace( const std::string& name ) cpPlugins_OVERRIDE;
-  void _slotOpenWorkspace( );
-  void _slotSaveWorkspace( );
-  void _slotSaveWorkspaceAs( );
   void _slotView( const std::string& name, bool show );
-  void _slotActorsProperties( );
 
 private:
   Ui::PipelineEditor* m_UI;