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

Private GIT Repository
adding xsd files to master
[blast.git] / GroupScene.h
index e7b42ecb1c008c792920891b3ed8e1b25223ed15..a14ef0b873cc0f3f92db7bf73dc0a4bcc7900e71 100644 (file)
@@ -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);