diff -r 7a96bd401351 -r fbb8c8560551 mapobj.h --- a/mapobj.h Sun Jan 30 12:58:47 2005 +0000 +++ b/mapobj.h Tue Jan 03 09:44:41 2006 +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