1.1 --- a/mapobj.h Sun Jan 30 12:58:47 2005 +0000
1.2 +++ b/mapobj.h Sat Jul 23 10:26:29 2005 +0000
1.3 @@ -9,6 +9,7 @@
1.4 using namespace std;
1.5
1.6 #define Z_BBOX 0
1.7 +#define Z_XLINK 10
1.8 #define Z_LINK 20
1.9 #define Z_FRAME 50
1.10 #define Z_SELBOX 60
1.11 @@ -28,6 +29,7 @@
1.12 virtual int y();
1.13 virtual int width();
1.14 virtual int height();
1.15 + virtual QString getPos(); // Return position as string (x,y)
1.16 virtual void move (double x,double y); // move to absolute Position
1.17 virtual void moveBy (double x,double y); // move to relative Position
1.18 virtual bool inBBox(QPoint); // Check if Point is in bbox