mapobj.h
changeset 129 9b9c7e8b9147
parent 0 7a96bd401351
child 175 728f51b71e71
     1.1 --- a/mapobj.h	Wed Jul 13 11:36:15 2005 +0000
     1.2 +++ b/mapobj.h	Tue Jul 19 14:44:30 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