mapobj.h
changeset 227 38ad83f1d4ce
parent 175 728f51b71e71
child 315 866f79dfa6d7
     1.1 --- a/mapobj.h	Wed Mar 01 14:39:04 2006 +0000
     1.2 +++ b/mapobj.h	Wed Mar 01 14:39:05 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