X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/0d3590739ff5a4ca9e87c052ac142f5d1d3a68ab..8d3e09e430e829b9d847847334cbfe37790baca3:/Dispatcher.h?ds=sidebyside diff --git a/Dispatcher.h b/Dispatcher.h index 0ddba40..3181137 100644 --- a/Dispatcher.h +++ b/Dispatcher.h @@ -90,17 +90,7 @@ public slots: * connect to group in the contextual menu. * Thus, parameter item is always owned by a BoxItem */ - void connectInterToGroup(InterfaceItem* item); - /*! - * \brief disconnectInterFromGroup - * \param item item is always owned by a BoxItem - * - * This method is called only when the user right clicks on an InterfaceItem (that belongs - * to a BoxItem and if it IS connected to an InterfaceItem of the GroupItem) and chooses - * disconnect from group in the contextual menu. - * Thus, parameter item is always owned by a BoxItem - */ - void disconnectInterFromGroup(InterfaceItem* item); + void connectInterToGroup(InterfaceItem* item); /*! * \brief removeFunctionalInterface * \param item item is always owned by a BoxItem @@ -124,7 +114,7 @@ public slots: void renameInterface(InterfaceItem* item); // connection ops - bool createConnectionItem(InterfaceItem *iface1, InterfaceItem *iface2); + bool createConnection(InterfaceItem *iface1, InterfaceItem *iface2); void removeAllBlockConnections(AbstractBoxItem *item); void removeConnection(ConnectionItem *conn);