X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/abbc64cf04a35ab3549d5c516f44c7c5921baa63..14cd6d834ab531525a51c6a6992583b3e9143e02:/BlockCategory.h diff --git a/BlockCategory.h b/BlockCategory.h index 78f646e..aa1c0c4 100644 --- a/BlockCategory.h +++ b/BlockCategory.h @@ -27,7 +27,8 @@ public : BlockCategory* getChild(int index); QList getAllChilds(); inline QList getBlocks() { return blocks; } - ReferenceBlock *getBlock(int index); + ReferenceBlock *getBlockById(int index); + ReferenceBlock *getBlockByName(QString name); // setters void addChild(BlockCategory* child);