X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/4cf57e6db08da791233d75237f62e74bc88dd427..756baf5c8eaf003e8271dab9c395de2b0e704857:/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);