mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-23 00:05:43 -04:00
Move header and normalize space
This commit is contained in:
parent
bc4a86c3bc
commit
81b096c4ac
@ -12,6 +12,7 @@
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef QGSMAPTOOLADDCIRCLE_H
|
||||
#define QGSMAPTOOLADDCIRCLE_H
|
||||
|
||||
|
@ -12,6 +12,7 @@
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef QGSMAPTOOLADDELLIPSE_H
|
||||
#define QGSMAPTOOLADDELLIPSE_H
|
||||
|
||||
|
@ -12,6 +12,7 @@
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef QGSMAPTOOLADDRECTANGLE_H
|
||||
#define QGSMAPTOOLADDRECTANGLE_H
|
||||
|
||||
|
@ -13,6 +13,7 @@
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#include "qgsmaptoolcircle2points.h"
|
||||
#include "qgsgeometryrubberband.h"
|
||||
#include "qgsmapcanvas.h"
|
||||
|
@ -13,6 +13,7 @@
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef QGSMAPTOOLCIRCLE2POINTS_H
|
||||
#define QGSMAPTOOLCIRCLE2POINTS_H
|
||||
|
||||
|
@ -13,6 +13,7 @@
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#include "qgsmaptoolcircle3points.h"
|
||||
#include "qgsgeometryrubberband.h"
|
||||
#include "qgslinestring.h"
|
||||
|
@ -13,6 +13,7 @@
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef QGSMAPTOOLCIRCLE3POINTS_H
|
||||
#define QGSMAPTOOLCIRCLE3POINTS_H
|
||||
|
||||
|
@ -13,6 +13,7 @@
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#include "qgsmaptoolcirclecenterpoint.h"
|
||||
#include "qgsgeometryrubberband.h"
|
||||
#include "qgsmapcanvas.h"
|
||||
|
@ -13,6 +13,7 @@
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#include "qgsmaptoolellipsecenter2points.h"
|
||||
#include "qgsgeometryrubberband.h"
|
||||
#include "qgslinestring.h"
|
||||
|
@ -13,6 +13,7 @@
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef QGSMAPTOOLELLIPSECENTER2POINTS_H
|
||||
#define QGSMAPTOOLELLIPSECENTER2POINTS_H
|
||||
|
||||
|
@ -13,6 +13,7 @@
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#include "qgsmaptoolellipsecenterpoint.h"
|
||||
#include "qgsgeometryrubberband.h"
|
||||
#include "qgsmapcanvas.h"
|
||||
|
@ -13,6 +13,7 @@
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef QGSMAPTOOLELLIPSECENTERPOINT_H
|
||||
#define QGSMAPTOOLELLIPSECENTERPOINT_H
|
||||
|
||||
|
@ -13,6 +13,7 @@
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#include "qgsmaptoolellipseextent.h"
|
||||
#include "qgsgeometryrubberband.h"
|
||||
#include "qgsmapcanvas.h"
|
||||
|
@ -13,6 +13,7 @@
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef QGSMAPTOOLELLIPSEEXTENT_H
|
||||
#define QGSMAPTOOLELLIPSEEXTENT_H
|
||||
|
||||
|
@ -13,6 +13,7 @@
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#include "qgsmaptoolellipsefoci.h"
|
||||
#include "qgsgeometryrubberband.h"
|
||||
#include "qgslinestring.h"
|
||||
|
@ -13,6 +13,7 @@
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef QGSMAPTOOLELLIPSEFOCI_H
|
||||
#define QGSMAPTOOLELLIPSEFOCI_H
|
||||
|
||||
|
@ -13,6 +13,7 @@
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#include "qgsmaptoolrectangle3points.h"
|
||||
#include "qgsgeometryrubberband.h"
|
||||
#include "qgsgeometryutils.h"
|
||||
|
@ -13,6 +13,7 @@
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef QGSMAPTOOLRECTANGLE3POINTS_H
|
||||
#define QGSMAPTOOLRECTANGLE3POINTS_H
|
||||
|
||||
|
@ -13,6 +13,7 @@
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#include "qgsmaptoolrectanglecenter.h"
|
||||
#include "qgsgeometryrubberband.h"
|
||||
#include "qgsgeometryutils.h"
|
||||
|
@ -13,6 +13,7 @@
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef QGSMAPTOOLRECTANGLECENTER_H
|
||||
#define QGSMAPTOOLRECTANGLECENTER_H
|
||||
|
||||
|
@ -13,6 +13,7 @@
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#include "qgsmaptoolrectangleextent.h"
|
||||
#include "qgsgeometryrubberband.h"
|
||||
#include "qgsgeometryutils.h"
|
||||
|
@ -13,6 +13,7 @@
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef QGSMAPTOOLRECTANGLEEXTENT_H
|
||||
#define QGSMAPTOOLRECTANGLEEXTENT_H
|
||||
|
||||
|
@ -13,6 +13,7 @@
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#include "qgsmaptoolregularpolygon2points.h"
|
||||
#include "qgsgeometryrubberband.h"
|
||||
#include "qgsmapcanvas.h"
|
||||
|
@ -1,6 +1,3 @@
|
||||
#ifndef QGSMAPTOOLREGULARPOLYGON2POINTS_H
|
||||
#define QGSMAPTOOLREGULARPOLYGON2POINTS_H
|
||||
|
||||
/***************************************************************************
|
||||
qgmaptoolregularpolygon2points.h - map tool for adding regular
|
||||
polygon from 2 points
|
||||
@ -17,6 +14,9 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef QGSMAPTOOLREGULARPOLYGON2POINTS_H
|
||||
#define QGSMAPTOOLREGULARPOLYGON2POINTS_H
|
||||
|
||||
#include "qgsmaptooladdregularpolygon.h"
|
||||
|
||||
class QgsMapToolRegularPolygon2Points: public QgsMapToolAddRegularPolygon
|
||||
|
@ -13,6 +13,7 @@
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#include "qgsmaptoolregularpolygoncentercorner.h"
|
||||
#include "qgsgeometryrubberband.h"
|
||||
#include "qgsmapcanvas.h"
|
||||
|
@ -1,6 +1,3 @@
|
||||
#ifndef QGSMAPTOOLREGULARPOLYGONCENTERCORNER_H
|
||||
#define QGSMAPTOOLREGULARPOLYGONCENTERCORNER_H
|
||||
|
||||
/***************************************************************************
|
||||
qgsmaptoolregularpolygoncentercorner.h - map tool for adding regular
|
||||
polygon from center and a corner
|
||||
@ -17,6 +14,9 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef QGSMAPTOOLREGULARPOLYGONCENTERCORNER_H
|
||||
#define QGSMAPTOOLREGULARPOLYGONCENTERCORNER_H
|
||||
|
||||
#include "qgsmaptooladdregularpolygon.h"
|
||||
|
||||
class QgsMapToolRegularPolygonCenterCorner: public QgsMapToolAddRegularPolygon
|
||||
|
@ -13,6 +13,7 @@
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#include "qgsmaptoolregularpolygoncenterpoint.h"
|
||||
#include "qgsgeometryrubberband.h"
|
||||
#include "qgsmapcanvas.h"
|
||||
|
@ -1,6 +1,3 @@
|
||||
#ifndef QGSMAPTOOLREGULARPOLYGONCENTERPOINT_H
|
||||
#define QGSMAPTOOLREGULARPOLYGONCENTERPOINT_H
|
||||
|
||||
/***************************************************************************
|
||||
qgsmaptoolregularpolygoncenterpoint.h - map tool for adding regular
|
||||
polygon from center and a point
|
||||
@ -17,6 +14,9 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef QGSMAPTOOLREGULARPOLYGONCENTERPOINT_H
|
||||
#define QGSMAPTOOLREGULARPOLYGONCENTERPOINT_H
|
||||
|
||||
#include "qgsmaptooladdregularpolygon.h"
|
||||
|
||||
class QgsMapToolRegularPolygonCenterPoint: public QgsMapToolAddRegularPolygon
|
||||
|
@ -13,6 +13,7 @@
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#include "qgsmaptoolsquarecenter.h"
|
||||
#include "qgsgeometryrubberband.h"
|
||||
#include "qgsgeometryutils.h"
|
||||
|
@ -1,6 +1,3 @@
|
||||
#ifndef QGSMAPTOOLSQUARECENTER_H
|
||||
#define QGSMAPTOOLSQUARECENTER_H
|
||||
|
||||
/***************************************************************************
|
||||
qgsmaptoolsquarecenter.h - map tool for adding square
|
||||
from center and a point
|
||||
@ -17,6 +14,9 @@
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
#ifndef QGSMAPTOOLSQUARECENTER_H
|
||||
#define QGSMAPTOOLSQUARECENTER_H
|
||||
|
||||
#include "qgsmaptooladdregularpolygon.h"
|
||||
|
||||
class QgsMapToolSquareCenter: public QgsMapToolAddRegularPolygon
|
||||
|
Loading…
x
Reference in New Issue
Block a user