diff -r caba269c3757 -r 9ad3d0391be1 linkablemapobj.h --- a/linkablemapobj.h Thu Aug 31 12:51:20 2006 +0000 +++ b/linkablemapobj.h Tue Sep 05 07:56:57 2006 +0000 @@ -41,6 +41,7 @@ virtual void setUseRelPos (const bool&); virtual void setRelPos(); // set relPos to current parentPos virtual void setRelPos(const QPoint&); + virtual QPoint getRelPos(); virtual void setUseOrientation (const bool &); @@ -71,7 +72,6 @@ virtual void setDockPos(); // sets childPos and parPos QPoint getChildPos(); // returns pos where childs dock QPoint getParPos(); // returns pos where parents dock - QPoint getRelPos(); // get position relative to parent (or (0,0)) LinkOrient getOrientation(); // get orientation virtual int getDepth(); // return depth virtual void setMapEditor(MapEditor*); // set MapEditor (needed in LMO::updateNoteFlag)