diff -r 728f51b71e71 -r 0b843ab9fd7a mapobj.h --- a/mapobj.h Tue Jan 03 09:44:41 2006 +0000 +++ b/mapobj.h Mon Mar 27 20:21:58 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