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

Private GIT Repository
finished VHDL gen. (but have to test further
[blast.git] / BlockCategory.h
index 78f646e9a02f0837a1ecab497271eda674eba953..aa1c0c4547b305f6901c693f6dd88c000bdb11ec 100644 (file)
@@ -27,7 +27,8 @@ public :
   BlockCategory* getChild(int index);\r
   QList<BlockCategory *> getAllChilds();\r
   inline QList<ReferenceBlock*> getBlocks() { return blocks; }\r
-  ReferenceBlock *getBlock(int index);\r
+  ReferenceBlock *getBlockById(int index);\r
+  ReferenceBlock *getBlockByName(QString name);\r
 \r
   // setters\r
   void addChild(BlockCategory* child);\r