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

Private GIT Repository
clkconvert OP compute done
[blast.git] / GroupScene.h
index d5a485ebcd7ceeffa05358e6460af8c94489d203..10a5a90692db3a1c8a1edd935f71c9cafc4d861c 100644 (file)
@@ -79,6 +79,7 @@ public:
   BoxItem* createBoxItem(AbstractBlock* block, BoxItem::Position position = BoxItem::Free, int lock = AbstractBoxItem::NoLock, BoxItem::SpanType span = BoxItem::NoSpan); //! create a new BoxItem and place it at the center of the scene
   void addBoxItem(BoxItem* item); //! add an already configured BoxItem in the scene.
   void removeBoxItem(BoxItem* item);
   BoxItem* createBoxItem(AbstractBlock* block, BoxItem::Position position = BoxItem::Free, int lock = AbstractBoxItem::NoLock, BoxItem::SpanType span = BoxItem::NoSpan); //! create a new BoxItem and place it at the center of the scene
   void addBoxItem(BoxItem* item); //! add an already configured BoxItem in the scene.
   void removeBoxItem(BoxItem* item);
+  BoxItem* searchBoxItemByName(QString name);
   
   // ConnectionItem related
   void createConnectionItem(InterfaceItem* iface1, InterfaceItem* iface2, bool visible = true);
   
   // ConnectionItem related
   void createConnectionItem(InterfaceItem* iface1, InterfaceItem* iface2, bool visible = true);