mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
Rename QgsPlotToolPan file
This commit is contained in:
parent
744e228619
commit
2ee10c1327
@ -1,7 +1,7 @@
|
||||
/************************************************************************
|
||||
* This file has been generated automatically from *
|
||||
* *
|
||||
* src/gui/plot/qgsplotpantool.h *
|
||||
* src/gui/plot/qgsplottoolpan.h *
|
||||
* *
|
||||
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
||||
************************************************************************/
|
||||
@ -19,7 +19,7 @@ Plot tool for panning/zoom/navigating plots.
|
||||
%End
|
||||
|
||||
%TypeHeaderCode
|
||||
#include "qgsplotpantool.h"
|
||||
#include "qgsplottoolpan.h"
|
||||
%End
|
||||
public:
|
||||
|
||||
@ -44,7 +44,7 @@ Constructor for QgsPlotToolPan, with the associated ``canvas``.
|
||||
/************************************************************************
|
||||
* This file has been generated automatically from *
|
||||
* *
|
||||
* src/gui/plot/qgsplotpantool.h *
|
||||
* src/gui/plot/qgsplottoolpan.h *
|
||||
* *
|
||||
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
||||
************************************************************************/
|
@ -366,9 +366,9 @@
|
||||
%Include auto_generated/plot/qgsplotcanvas.sip
|
||||
%Include auto_generated/plot/qgsplotcanvasitem.sip
|
||||
%Include auto_generated/plot/qgsplotmouseevent.sip
|
||||
%Include auto_generated/plot/qgsplotpantool.sip
|
||||
%Include auto_generated/plot/qgsplotrubberband.sip
|
||||
%Include auto_generated/plot/qgsplottool.sip
|
||||
%Include auto_generated/plot/qgsplottoolpan.sip
|
||||
%Include auto_generated/plot/qgsplottoolzoom.sip
|
||||
%Include auto_generated/plot/qgsplottransienttools.sip
|
||||
%Include auto_generated/pointcloud/qgspointcloudclassifiedrendererwidget.sip
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include "qgsmaptoolprofilecurve.h"
|
||||
#include "qgsrubberband.h"
|
||||
#include "qgssettingsregistrycore.h"
|
||||
#include "qgsplotpantool.h"
|
||||
#include "qgsplottoolpan.h"
|
||||
#include "qgsplottoolzoom.h"
|
||||
#include "qgselevationprofilepdfexportdialog.h"
|
||||
#include "qgselevationprofileimageexportdialog.h"
|
||||
|
@ -317,9 +317,9 @@ set(QGIS_GUI_SRCS
|
||||
plot/qgsplotcanvas.cpp
|
||||
plot/qgsplotcanvasitem.cpp
|
||||
plot/qgsplotmouseevent.cpp
|
||||
plot/qgsplotpantool.cpp
|
||||
plot/qgsplotrubberband.cpp
|
||||
plot/qgsplottool.cpp
|
||||
plot/qgsplottoolpan.cpp
|
||||
plot/qgsplottoolzoom.cpp
|
||||
plot/qgsplottransienttools.cpp
|
||||
|
||||
@ -1169,9 +1169,9 @@ set(QGIS_GUI_HDRS
|
||||
plot/qgsplotcanvas.h
|
||||
plot/qgsplotcanvasitem.h
|
||||
plot/qgsplotmouseevent.h
|
||||
plot/qgsplotpantool.h
|
||||
plot/qgsplotrubberband.h
|
||||
plot/qgsplottool.h
|
||||
plot/qgsplottoolpan.h
|
||||
plot/qgsplottoolzoom.h
|
||||
plot/qgsplottransienttools.h
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/***************************************************************************
|
||||
qgsplotpantool.cpp
|
||||
qgsplottoolpan.cpp
|
||||
---------------
|
||||
begin : March 2022
|
||||
copyright : (C) 2022 by Nyall Dawson
|
||||
@ -15,7 +15,7 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#include "qgsplotpantool.h"
|
||||
#include "qgsplottoolpan.h"
|
||||
#include "qgsplotcanvas.h"
|
||||
#include "qgsplotmouseevent.h"
|
||||
|
@ -1,5 +1,5 @@
|
||||
/***************************************************************************
|
||||
qgsplotpantool.h
|
||||
qgsplottoolpan.h
|
||||
---------------
|
||||
begin : March 2022
|
||||
copyright : (C) 2022 by Nyall Dawson
|
||||
@ -15,8 +15,8 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef QGSPLOTPANTOOL_H
|
||||
#define QGSPLOTPANTOOL_H
|
||||
#ifndef QGSPLOTTOOLPAN_H
|
||||
#define QGSPLOTTOOLPAN_H
|
||||
|
||||
#include "qgsplottool.h"
|
||||
#include "qgis_gui.h"
|
||||
@ -56,4 +56,4 @@ class GUI_EXPORT QgsPlotToolPan : public QgsPlotTool
|
||||
|
||||
};
|
||||
|
||||
#endif // QGSPLOTPANTOOL_H
|
||||
#endif // QGSPLOTTOOLPAN_H
|
Loading…
x
Reference in New Issue
Block a user