23 #include <QAbstractButton>
28 , mCursor( Qt::CrossCursor )
31 , mToolName( QString() )
71 double x = point.
x(), y = point.
y();
73 return QPoint( qRound( x ), qRound( y ) );
106 disconnect(
mAction, SIGNAL( destroyed() ),
this, SLOT( actionDestroyed() ) );
108 connect(
mAction, SIGNAL( destroyed() ),
this, SLOT( actionDestroyed() ) );
111 void QgsMapTool::actionDestroyed()
174 bool QgsMapTool::gestureEvent( QGestureEvent *e )