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