]> AND Private Git Repository - blast.git/blobdiff - AbstractBlock.h
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
start modifying read/write blocks and project to take into account control ifaces
[blast.git] / AbstractBlock.h
index 2c89cbf46083901ec11260400febffd7ae369e2e..acdc1c8ab8771953a7c180b1d72656ed299b8a76 100644 (file)
@@ -25,6 +25,7 @@ public:
 \r
   // getters\r
   inline QString getName() { return name; }\r
+  inline int nbParameters() { return params.size(); }\r
   inline QList<BlockParameter *> getParameters() { return params; }\r
   inline QList<AbstractInterface*> getInputs() { return inputs; }\r
   inline QList<AbstractInterface*> getOutputs() { return outputs; }\r
@@ -50,6 +51,7 @@ public:
   void addParameter(BlockParameter *param);\r
   void addInterface(AbstractInterface *inter);\r
   void removeInterface(AbstractInterface *inter);\r
+  void removeAllInterfaces();\r
   void defineBlockParam(BlockParameter *param);\r
 \r
   QList<AbstractInterface *> getInterfaces();\r