]> Creatis software - cpPlugins.git/blobdiff - libs/cpPipelineEditor/Block.h
...
[cpPlugins.git] / libs / cpPipelineEditor / Block.h
index 7e6fa2592ae046f445f943f2523534f2c0e4ea8b..d06964a73bffe3e64e138b420f46ff1d36e15e86 100644 (file)
@@ -21,6 +21,12 @@ 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 void paint(
       QPainter* painter,
       const QStyleOptionGraphicsItem* option,