diff -r 5e684bfe5bb1 -r 38ad83f1d4ce mapobj.cpp --- a/mapobj.cpp Wed Mar 01 14:39:04 2006 +0000 +++ b/mapobj.cpp Wed Mar 01 14:39:05 2006 +0000 @@ -70,6 +70,11 @@ return bbox.height(); } +QPoint MapObj::getAbsPos() +{ + return absPos; +} + QString MapObj::getPos() { return qpointToString(absPos);