mapobj.h
changeset 754 db0ec4bcf416
parent 692 c5e3cb54b9db
child 772 e3f722759c7e
     1.1 --- a/mapobj.h	Tue Apr 07 16:15:53 2009 +0000
     1.2 +++ b/mapobj.h	Mon Apr 20 10:42:05 2009 +0000
     1.3 @@ -38,6 +38,7 @@
     1.4      virtual void moveBy (double x,double y);    // move to relative Position
     1.5      virtual QRectF getBBox();					// returns bounding box
     1.6      virtual QRectF getClickBox();				// returns box to click
     1.7 +	virtual bool isInClickBox (const QPointF &p);	//! Checks if p is in clickBox
     1.8      virtual QSizeF getSize();					// returns size of bounding box
     1.9      virtual bool isVisibleObj();
    1.10      virtual void setVisibility(bool);