Home
last modified time | relevance | path

Searched refs:QgsGeorefToolMovePoint (Results 1 – 8 of 8) sorted by relevance

/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/georeferencer/
H A Dqgsgeoreftoolmovepoint.cpp20 QgsGeorefToolMovePoint::QgsGeorefToolMovePoint( QgsMapCanvas *canvas ) in QgsGeorefToolMovePoint() function in QgsGeorefToolMovePoint
25 void QgsGeorefToolMovePoint::canvasPressEvent( QgsMapMouseEvent *e ) in canvasPressEvent()
34 bool QgsGeorefToolMovePoint::isCanvas( QgsMapCanvas *canvas ) in isCanvas()
39 void QgsGeorefToolMovePoint::canvasMoveEvent( QgsMapMouseEvent *e ) in canvasMoveEvent()
44 void QgsGeorefToolMovePoint::canvasReleaseEvent( QgsMapMouseEvent *e ) in canvasReleaseEvent()
H A Dqgsgeoreftoolmovepoint.h24 class QgsGeorefToolMovePoint : public QgsMapTool
29 explicit QgsGeorefToolMovePoint( QgsMapCanvas *canvas );
H A Dqgsgeorefmainwindow.h44 class QgsGeorefToolMovePoint; variable
45 class QgsGeorefToolMovePoint; variable
240 QgsGeorefToolMovePoint *mToolMovePoint = nullptr;
241 QgsGeorefToolMovePoint *mToolMovePointQgis = nullptr;
H A Dqgsgeorefmainwindow.cpp939 mToolMovePoint = new QgsGeorefToolMovePoint( mCanvas ); in createMapCanvas()
941 connect( mToolMovePoint, &QgsGeorefToolMovePoint::pointPressed, in createMapCanvas()
943 connect( mToolMovePoint, &QgsGeorefToolMovePoint::pointMoved, in createMapCanvas()
945 connect( mToolMovePoint, &QgsGeorefToolMovePoint::pointReleased, in createMapCanvas()
949 mToolMovePointQgis = new QgsGeorefToolMovePoint( QgisApp::instance()->mapCanvas() ); in createMapCanvas()
951 connect( mToolMovePointQgis, &QgsGeorefToolMovePoint::pointPressed, in createMapCanvas()
953 connect( mToolMovePointQgis, &QgsGeorefToolMovePoint::pointMoved, in createMapCanvas()
955 connect( mToolMovePointQgis, &QgsGeorefToolMovePoint::pointReleased, in createMapCanvas()
/dports/graphics/qgis/qgis-3.22.3/src/app/georeferencer/
H A Dqgsgeoreftoolmovepoint.cpp20 QgsGeorefToolMovePoint::QgsGeorefToolMovePoint( QgsMapCanvas *canvas ) in QgsGeorefToolMovePoint() function in QgsGeorefToolMovePoint
25 void QgsGeorefToolMovePoint::canvasPressEvent( QgsMapMouseEvent *e ) in canvasPressEvent()
34 bool QgsGeorefToolMovePoint::isCanvas( QgsMapCanvas *canvas ) in isCanvas()
39 void QgsGeorefToolMovePoint::canvasMoveEvent( QgsMapMouseEvent *e ) in canvasMoveEvent()
44 void QgsGeorefToolMovePoint::canvasReleaseEvent( QgsMapMouseEvent *e ) in canvasReleaseEvent()
H A Dqgsgeoreftoolmovepoint.h24 class QgsGeorefToolMovePoint : public QgsMapTool
29 explicit QgsGeorefToolMovePoint( QgsMapCanvas *canvas );
H A Dqgsgeorefmainwindow.h45 class QgsGeorefToolMovePoint; variable
46 class QgsGeorefToolMovePoint; variable
248 QgsGeorefToolMovePoint *mToolMovePoint = nullptr;
249 QgsGeorefToolMovePoint *mToolMovePointQgis = nullptr;
H A Dqgsgeorefmainwindow.cpp1012 mToolMovePoint = new QgsGeorefToolMovePoint( mCanvas ); in createMapCanvas()
1014 connect( mToolMovePoint, &QgsGeorefToolMovePoint::pointPressed, in createMapCanvas()
1016 connect( mToolMovePoint, &QgsGeorefToolMovePoint::pointMoved, in createMapCanvas()
1018 connect( mToolMovePoint, &QgsGeorefToolMovePoint::pointReleased, in createMapCanvas()
1022 mToolMovePointQgis = new QgsGeorefToolMovePoint( QgisApp::instance()->mapCanvas() ); in createMapCanvas()
1024 connect( mToolMovePointQgis, &QgsGeorefToolMovePoint::pointPressed, in createMapCanvas()
1026 connect( mToolMovePointQgis, &QgsGeorefToolMovePoint::pointMoved, in createMapCanvas()
1028 connect( mToolMovePointQgis, &QgsGeorefToolMovePoint::pointReleased, in createMapCanvas()