diff -r 728f51b71e71 -r 8ae4c196ce03 mapobj.h --- a/mapobj.h Tue Jan 03 09:44:41 2006 +0000 +++ b/mapobj.h Mon Apr 10 11:00:46 2006 +0000 @@ -29,6 +29,7 @@ virtual int y(); virtual int width(); virtual int height(); + virtual QPoint getAbsPos(); virtual QString getPos(); // Return position as string (x,y) virtual void move (double x,double y); // move to absolute Position virtual void moveBy (double x,double y); // move to relative Position