Rename QgsPlotToolPan file

This commit is contained in:
Nyall Dawson 2022-04-07 14:13:16 +10:00
parent 744e228619
commit 2ee10c1327
6 changed files with 13 additions and 13 deletions

View File

@ -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 *
************************************************************************/

View File

@ -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

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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