bool isBoxItem();
// others
+ void nameChanged();
void moveTo(QPointF dest);
void loadFunctional(QDomElement funcElement) throw(Exception);
void save(QXmlStreamWriter& writer);
friend QDataStream &operator<<(QDataStream &out, BoxItem &b);
friend QDataStream &operator>>(QDataStream &in, BoxItem &b);
+/*
signals:
void itemMustBeDeleted(QGraphicsItem*);
-
+*/
+
};
QDataStream & operator <<(QDataStream &out, BoxItem &b);