]> Creatis software - cpPlugins.git/blobdiff - libs/cpPipelineEditor/Block.h
...
[cpPlugins.git] / libs / cpPipelineEditor / Block.h
index d06964a73bffe3e64e138b420f46ff1d36e15e86..7ed049ca7b1cc0dc30feed8a882d10a2f2cfba84 100644 (file)
@@ -21,11 +21,7 @@ namespace cpPipelineEditor
       );
     virtual ~Block( );
 
-    void setClassName( const std::string& name );
-    void setObjectName( const std::string& name );
-    void setNumberOfInputs( unsigned int n );
-    void setNumberOfOutputs( unsigned int n );
-    void setNumberOfParameters( unsigned int n );
+    virtual bool setObject( ) = 0;
 
     virtual void paint(
       QPainter* painter,