diff -r c5e3cb54b9db -r 7a71a914afdb mapobj.h --- a/mapobj.h Mon May 05 13:46:42 2008 +0000 +++ b/mapobj.h Thu May 07 08:48:53 2009 +0000 @@ -38,6 +38,7 @@ virtual void moveBy (double x,double y); // move to relative Position virtual QRectF getBBox(); // returns bounding box virtual QRectF getClickBox(); // returns box to click + virtual bool isInClickBox (const QPointF &p); //! Checks if p is in clickBox virtual QSizeF getSize(); // returns size of bounding box virtual bool isVisibleObj(); virtual void setVisibility(bool);