]> git.sesse.net Git - kdenlive/blobdiff - src/graphicsscenerectmove.h
small fix from previous commit
[kdenlive] / src / graphicsscenerectmove.h
index 091702434c0b52ac97e96a67e90f92c1fa861420..c6021122e8cb21a9440da58d5591dc60517dd33f 100644 (file)
@@ -1,5 +1,25 @@
-#ifndef GRAPHICSVIEWRECTMOVE_H
-#define GRAPHICSVIEWRECTMOVE_H
+/***************************************************************************
+ *   copyright (C) 2008 by Marco Gittler (g.marco@freenet.de)                                  *
+ *   Copyright (C) 2008 by Jean-Baptiste Mardelle (jb@kdenlive.org)        *
+ *                                                                         *
+ *   This program 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, write to the                         *
+ *   Free Software Foundation, Inc.,                                       *
+ *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA          *
+ ***************************************************************************/
+
+#ifndef GRAPHICSSCENERECTMOVE_H
+#define GRAPHICSSCENERECTMOVE_H
 
 #include <QGraphicsScene>
 
@@ -16,6 +36,7 @@ public:
     void setZoom(double s);
     void setTool(TITLETOOL tool);
     TITLETOOL tool();
+    void clearTextSelection();
 
 protected:
     virtual void keyPressEvent(QKeyEvent * keyEvent);
@@ -30,8 +51,9 @@ private:
     double zoom;
     QGraphicsItem* m_selectedItem;
     resizeModes resizeMode;
-    QPointF m_clickPoint;
+    QPointF m_sceneClickPoint;
     TITLETOOL m_tool;
+    QPoint m_clickPoint;
 
 signals:
     void itemMoved();