X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/e5af659f87bcb199d6a5f10f09b311138351d0f3..7b1c7e44123b9b2626205a89e27b2a4712ea30c6:/BoxItem.h diff --git a/BoxItem.h b/BoxItem.h index a80f9f0..c8a942e 100644 --- a/BoxItem.h +++ b/BoxItem.h @@ -46,7 +46,7 @@ public: bool isBoxItem(); // others - void interfaceRenamed(); + void nameChanged(); void moveTo(QPointF dest); void loadFunctional(QDomElement funcElement) throw(Exception); void save(QXmlStreamWriter& writer); @@ -77,9 +77,11 @@ private: friend QDataStream &operator<<(QDataStream &out, BoxItem &b); friend QDataStream &operator>>(QDataStream &in, BoxItem &b); +/* signals: void itemMustBeDeleted(QGraphicsItem*); - +*/ + }; QDataStream & operator <<(QDataStream &out, BoxItem &b);