- void disconnectInterFromGroup(InterfaceItem* item);
- /*!
- * \brief removeBlockInterface
- * \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 has a multiplicity > 1) and chooses remove in the contextual menu.
- * Thus, parameter item is always owned by a BoxItem
- */
- void removeBlockInterface(InterfaceItem* item);