diff -r f0fe7c36ec5c -r 43268373032d mapeditor.h --- a/mapeditor.h Fri Apr 09 14:24:04 2010 +0000 +++ b/mapeditor.h Wed Jun 09 13:14:08 2010 +0000 @@ -7,6 +7,7 @@ #include #include "attribute.h" +#include "xlink.h" #include "ornamentedobj.h" #include "settings.h" #include "vymmodel.h" @@ -93,6 +94,8 @@ virtual void mouseMoveEvent(QMouseEvent*); virtual void mouseReleaseEvent(QMouseEvent*); virtual void mouseDoubleClickEvent(QMouseEvent*); + virtual void wheelEvent(QWheelEvent*); + virtual void resizeEvent( QResizeEvent * ); void dragEnterEvent (QDragEnterEvent *); @@ -116,7 +119,7 @@ bool drawingLink; // true while creating a link bool copyingObj; // true while modModeCopy bool objectMoved; // true if object was not clicked, but moved with mouse - XLinkItem* tmpXLink; + Link* tmpLink; MapObj* movingObj; // moving a MapObj QPointF movingObj_orgPos; // org. pos of mouse before move