diff -r 0dc9286ad3d4 -r 9b9c7e8b9147 mapobj.h --- a/mapobj.h Wed Jul 13 11:36:15 2005 +0000 +++ b/mapobj.h Tue Jul 19 14:44:30 2005 +0000 @@ -9,6 +9,7 @@ using namespace std; #define Z_BBOX 0 +#define Z_XLINK 10 #define Z_LINK 20 #define Z_FRAME 50 #define Z_SELBOX 60 @@ -28,6 +29,7 @@ virtual int y(); virtual int width(); virtual int height(); + virtual QString getPos(); // Return position as string (x,y) virtual void move (double x,double y); // move to absolute Position virtual void moveBy (double x,double y); // move to relative Position virtual bool inBBox(QPoint); // Check if Point is in bbox