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

Private GIT Repository
correct bug with clkrstgen
[blast.git] / AbstractBlock.h
index 80e0413db200ec330ceb6df7bd20245ce8891f70..042a59883b90d4bcf5339a8f491ce3e0ca98234d 100644 (file)
@@ -56,6 +56,8 @@ public:
   bool isWBConfigurable();\r
 \r
   // others\r
+  static QString normalizeName(const QString& name);\r
+\r
   virtual void parametersValidation(QList<AbstractBlock*>* checkedBlocks, QList<AbstractBlock*>* blocksToConfigure) = 0; // ugly but usefull   \r
 \r
   void addParameter(BlockParameter *param);\r
@@ -98,6 +100,8 @@ protected:
   \r
   // NB: only GroupBlock and FunctionalBlock have a real parent, except sources that have no parents\r
   AbstractBlock* parent;\r
+\r
+\r
 };\r
 \r
 #endif // __ABSTRACTBLOCK_H__\r