diff -r 728f51b71e71 -r 38ad83f1d4ce mapobj.cpp --- a/mapobj.cpp Tue Jan 03 09:44:41 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);