changeset 256 | ba81afcb2b51 |
parent 175 | 728f51b71e71 |
child 315 | 866f79dfa6d7 |
1.1 --- a/mapobj.h Tue Jan 03 09:44:41 2006 +0000 1.2 +++ b/mapobj.h Thu Mar 23 12:38:54 2006 +0000 1.3 @@ -29,6 +29,7 @@ 1.4 virtual int y(); 1.5 virtual int width(); 1.6 virtual int height(); 1.7 + virtual QPoint getAbsPos(); 1.8 virtual QString getPos(); // Return position as string (x,y) 1.9 virtual void move (double x,double y); // move to absolute Position 1.10 virtual void moveBy (double x,double y); // move to relative Position