X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=orientationcontrolledgraphicspixmapobject.h;h=25baeb8bb5bdca8f8c07f59933d37891e9087714;hb=a0cc968103575fd4e64a4d8b080322c031b44e22;hp=5e2b6f73e84d1bba7a59249342dfea2b8542b189;hpb=12868c14365387679c441440b751b0e922a2857c;p=ghostsoverboard diff --git a/orientationcontrolledgraphicspixmapobject.h b/orientationcontrolledgraphicspixmapobject.h index 5e2b6f7..25baeb8 100644 --- a/orientationcontrolledgraphicspixmapobject.h +++ b/orientationcontrolledgraphicspixmapobject.h @@ -1,3 +1,25 @@ +/************************************************************************** + Ghosts Overboard - a game for Maemo 5 + + Copyright (C) 2011 Heli Hyvättinen + + This file is part of Ghosts Overboard + + Ghosts Overboard is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +**************************************************************************/ + #ifndef ORIENTATIONCONTROLLEDGRAPHICSPIXMAPOBJECT_H #define ORIENTATIONCONTROLLEDGRAPHICSPIXMAPOBJECT_H @@ -11,6 +33,9 @@ QTM_USE_NAMESPACE class OrientationControlledGraphicsPixmapObject : public QObject, public QGraphicsPixmapItem { Q_OBJECT + + Q_PROPERTY(QPointF pos READ pos WRITE setPos) + public: // explicit OrientationControlledGraphicsPixmapObject(QGraphicsItem *parent = 0); explicit OrientationControlledGraphicsPixmapObject(QPixmap pixmap = 0, QGraphicsItem *parent = 0);