diff -r 728f51b71e71 -r 40a1403c736d mapobj.h --- a/mapobj.h Tue Jan 03 09:44:41 2006 +0000 +++ b/mapobj.h Mon Apr 10 11:23:33 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