[Kst] [Bug 124090] Add plot manager to Kst

Andrew Walker arwalker at sumusltd.com
Mon Apr 3 20:33:30 CEST 2006


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=124090         




------- Additional Comments From arwalker sumusltd com  2006-04-03 20:33 -------
SVN commit 526059 by arwalker:

CCBUG:124090 Start adding plot manager

 M  +5 -0      kstviewwidget.cpp  
 M  +2 -1      kstviewwidget.h  


--- trunk/extragear/graphics/kst/src/libkstapp/kstviewwidget.cpp #526058:526059
 @ -140,6 +140,11  @
 }
 
 
+void KstViewWidget::dropped(QDropEvent *e) {
+  dropEvent(e);
+}
+
+
 // Optimize: cache previous child here to make it faster? How to invalidate?
 void KstViewWidget::mouseMoveEvent(QMouseEvent *e) {
   if (_view->viewMode() == KstTopLevelView::DisplayMode) {
--- trunk/extragear/graphics/kst/src/libkstapp/kstviewwidget.h #526058:526059
 @ -42,7 +42,8  @
     void paint(const QRegion& region);
 
     KstViewObjectPtr findChildFor(const QPoint& pos);
-
+    void dropped(QDropEvent *e);
+    
   protected:
     virtual void enterEvent(QEvent *e);
     virtual void leaveEvent(QEvent *e);


More information about the Kst mailing list