[Kst] extragear/graphics/kst/kst

Rick Chern rchern at interchange.ubc.ca
Wed Aug 10 20:21:46 CEST 2005


SVN commit 445239 by rchern:

some cleanup

 M  +0 -5      kstgfxarrowmousehandler.cpp  
 M  +1 -1      kstgfxarrowmousehandler.h  
 M  +0 -4      kstgfxellipsemousehandler.cpp  
 M  +0 -1      kstgfxellipsemousehandler.h  
 M  +0 -4      kstgfxlinemousehandler.cpp  
 M  +1 -1      kstgfxlinemousehandler.h  
 M  +4 -0      kstgfxmousehandler.cpp  
 M  +1 -1      kstgfxmousehandler.h  
 M  +0 -5      kstgfxpicturemousehandler.cpp  
 M  +0 -1      kstgfxpicturemousehandler.h  
 M  +0 -5      kstgfxrectanglemousehandler.cpp  
 M  +1 -1      kstgfxrectanglemousehandler.h  
 M  +0 -5      kstgfxtextmousehandler.cpp  
 M  +0 -1      kstgfxtextmousehandler.h  


--- trunk/extragear/graphics/kst/kst/kstgfxarrowmousehandler.cpp #445238:445239
@@ -76,9 +76,4 @@
 }
 
 
-void KstGfxArrowMouseHandler::updateFocus(const QPoint& pos) {
-  
-}
-
-
 // vim: ts=2 sw=2 et
--- trunk/extragear/graphics/kst/kst/kstgfxarrowmousehandler.h #445238:445239
@@ -28,7 +28,7 @@
     
     void pressMove(const QPoint& pos, bool shift);
     void releasePress(const QPoint& pos, bool shift);
-    void updateFocus(const QPoint& pos);
+
 };
 
 #endif
--- trunk/extragear/graphics/kst/kst/kstgfxellipsemousehandler.cpp #445238:445239
@@ -91,9 +91,5 @@
 }
 
 
-void KstGfxEllipseMouseHandler::updateFocus(const QPoint& pos) {
-  
-}
 
-
 // vim: ts=2 sw=2 et
--- trunk/extragear/graphics/kst/kst/kstgfxellipsemousehandler.h #445238:445239
@@ -28,7 +28,6 @@
     
     void pressMove(const QPoint& pos, bool shift);
     void releasePress(const QPoint& pos, bool shift);
-    void updateFocus(const QPoint& pos);
     
 };
 
--- trunk/extragear/graphics/kst/kst/kstgfxlinemousehandler.cpp #445238:445239
@@ -76,9 +76,5 @@
 }
 
 
-void KstGfxLineMouseHandler::updateFocus(const QPoint& pos) {
-  
-}
 
-
 // vim: ts=2 sw=2 et
--- trunk/extragear/graphics/kst/kst/kstgfxlinemousehandler.h #445238:445239
@@ -28,7 +28,7 @@
     
     void pressMove(const QPoint& pos, bool shift);
     void releasePress(const QPoint& pos, bool shift);
-    void updateFocus(const QPoint& pos);
+    
 };
 
 #endif
--- trunk/extragear/graphics/kst/kst/kstgfxmousehandler.cpp #445238:445239
@@ -61,5 +61,9 @@
 }
 
 
+void KstGfxMouseHandler::updateFocus(const QPoint& pos) {
+  Q_UNUSED(pos)  
+}
+
 // vim: ts=2 sw=2 et
 
--- trunk/extragear/graphics/kst/kst/kstgfxmousehandler.h #445238:445239
@@ -29,7 +29,7 @@
     virtual void handlePress(const QPoint& pos, bool shift);
     virtual void pressMove(const QPoint& pos, bool shift)  = 0;
     virtual void releasePress(const QPoint& pos, bool shift) = 0;
-    virtual void updateFocus(const QPoint& pos) = 0;
+    virtual void updateFocus(const QPoint& pos);
     virtual void cancelMouseOperations();
    
     void saveDefaults(KstViewObjectPtr obj);  
--- trunk/extragear/graphics/kst/kst/kstgfxpicturemousehandler.cpp #445238:445239
@@ -89,10 +89,5 @@
 }
 
 
-void KstGfxPictureMouseHandler::updateFocus(const QPoint& pos) {
-  
-}
-
-
 // vim: ts=2 sw=2 et
 
--- trunk/extragear/graphics/kst/kst/kstgfxpicturemousehandler.h #445238:445239
@@ -28,7 +28,6 @@
     
     void pressMove(const QPoint& pos, bool shift);
     void releasePress(const QPoint& pos, bool shift);
-    void updateFocus(const QPoint& pos);
 };
 
 #endif
--- trunk/extragear/graphics/kst/kst/kstgfxrectanglemousehandler.cpp #445238:445239
@@ -94,9 +94,4 @@
 }
 
 
-void KstGfxRectangleMouseHandler::updateFocus(const QPoint& pos) {
-  
-}
-
-
 // vim: ts=2 sw=2 et
--- trunk/extragear/graphics/kst/kst/kstgfxrectanglemousehandler.h #445238:445239
@@ -28,7 +28,7 @@
     
     void pressMove(const QPoint& pos, bool shift);
     void releasePress(const QPoint& pos, bool shift);
-    void updateFocus(const QPoint& pos);
+
 };
 
 #endif
--- trunk/extragear/graphics/kst/kst/kstgfxtextmousehandler.cpp #445238:445239
@@ -86,9 +86,4 @@
 }
 
 
-void KstGfxTextMouseHandler::updateFocus(const QPoint& pos) {
-  
-}
-
-
 // vim: ts=2 sw=2 et
--- trunk/extragear/graphics/kst/kst/kstgfxtextmousehandler.h #445238:445239
@@ -28,7 +28,6 @@
     
     void pressMove(const QPoint& pos, bool shift);
     void releasePress(const QPoint& pos, bool shift);
-    void updateFocus(const QPoint& pos);
     
 };
 


More information about the Kst mailing list