X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/f311fbc3e1436bf248c54225f0743cfa671c4bd7..5ce5a13d19945d096272447daa2e242c0a01b9f0:/GroupScene.h diff --git a/GroupScene.h b/GroupScene.h index e7b42ec..a14ef0b 100644 --- a/GroupScene.h +++ b/GroupScene.h @@ -69,8 +69,8 @@ public: // others - BoxItem* createBlockItem(AbstractBlock* block); - void addBlockItem(BoxItem* item); + BoxItem* createBlockItem(AbstractBlock* block); //! create a new BoxItem and place it at the center of the scene + void addBlockItem(BoxItem* item); //! add an already configured BoxItem in the scene. void removeBlockItem(BoxItem* item); void createConnectionItem(InterfaceItem* iface1, InterfaceItem* iface2); ConnectionItem* searchConnectionItem(InterfaceItem* iface1, InterfaceItem* iface2);