diff -r fbb8c8560551 -r 309609406650 floatobj.h --- a/floatobj.h Tue Jan 03 09:44:41 2006 +0000 +++ b/floatobj.h Tue Jan 03 09:44:41 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 &);