X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/d43174d0eb3d293b3bb5fbe76662241134e74d0d..cf93fd850a8b6e9a6f40faed9f796a0e2fb0cedb:/BoxItem.h diff --git a/BoxItem.h b/BoxItem.h index 35a12a8..c8a942e 100644 --- a/BoxItem.h +++ b/BoxItem.h @@ -46,6 +46,7 @@ public: bool isBoxItem(); // others + void nameChanged(); void moveTo(QPointF dest); void loadFunctional(QDomElement funcElement) throw(Exception); void save(QXmlStreamWriter& writer); @@ -76,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);