X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/d43174d0eb3d293b3bb5fbe76662241134e74d0d..e5af659f87bcb199d6a5f10f09b311138351d0f3:/InterfaceItem.h diff --git a/InterfaceItem.h b/InterfaceItem.h index ef3b58d..ff7b761 100644 --- a/InterfaceItem.h +++ b/InterfaceItem.h @@ -49,11 +49,9 @@ public: // others void addConnectionItem(ConnectionItem* item); - void removeConnectionItem(ConnectionItem* item); - bool canConnectWith(InterfaceItem* iface); - bool connectWith(InterfaceItem* iface); - void unconnectTo(InterfaceItem *iface); + void removeConnectionItem(ConnectionItem* item); void updatePosition(); + void updateName(QString name); AbstractBoxItem* owner; ConnectedInterface* refInter;