X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/blast.git/blobdiff_plain/d111eaf49741a0a79d372445f97c314a637e331e..df84660fd98b39737692d57b68c8b2c2d34af0f1:/GroupScene.h diff --git a/GroupScene.h b/GroupScene.h index a691a6d..e32dd53 100644 --- a/GroupScene.h +++ b/GroupScene.h @@ -47,6 +47,8 @@ public: GroupScene(GroupScene* _parentScene, GroupWidget* _window, Dispatcher* _dispatcher, Parameters* _params, bool topScene = false, QObject *parent = 0); ~GroupScene(); + //void mouseMoveEvent(QGraphicsSceneMouseEvent *event); + // attributes getters inline GroupItem* getGroupItem() {return groupItem;} inline QList getBoxItems() { return boxItems; }