diff -r 325958acb69b -r 96e7cd53125e floatobj.h --- a/floatobj.h Mon Oct 10 11:20:25 2005 +0000 +++ b/floatobj.h Tue Jan 24 15:09:49 2006 +0000 @@ -15,6 +15,7 @@ virtual bool load (const QString&)=0; virtual void setRelPos(); // set relPos to current parentPos virtual void setRelPos(const QPoint&); + virtual QPoint getRelPos(); virtual void setZ(const int&); // set zPlane virtual int z(); virtual void setUseOrientation (const bool &);