Move header and normalize space

This commit is contained in:
lbartoletti 2017-10-03 17:58:59 +02:00
parent bc4a86c3bc
commit 81b096c4ac
30 changed files with 38 additions and 12 deletions

View File

@ -12,6 +12,7 @@
* (at your option) any later version. *
* *
***************************************************************************/
#ifndef QGSMAPTOOLADDCIRCLE_H
#define QGSMAPTOOLADDCIRCLE_H

View File

@ -12,6 +12,7 @@
* (at your option) any later version. *
* *
***************************************************************************/
#ifndef QGSMAPTOOLADDELLIPSE_H
#define QGSMAPTOOLADDELLIPSE_H

View File

@ -12,6 +12,7 @@
* (at your option) any later version. *
* *
***************************************************************************/
#ifndef QGSMAPTOOLADDRECTANGLE_H
#define QGSMAPTOOLADDRECTANGLE_H

View File

@ -13,6 +13,7 @@
* (at your option) any later version. *
* *
***************************************************************************/
#include "qgsmaptoolcircle2points.h"
#include "qgsgeometryrubberband.h"
#include "qgsmapcanvas.h"

View File

@ -13,6 +13,7 @@
* (at your option) any later version. *
* *
***************************************************************************/
#ifndef QGSMAPTOOLCIRCLE2POINTS_H
#define QGSMAPTOOLCIRCLE2POINTS_H

View File

@ -13,6 +13,7 @@
* (at your option) any later version. *
* *
***************************************************************************/
#include "qgsmaptoolcircle3points.h"
#include "qgsgeometryrubberband.h"
#include "qgslinestring.h"

View File

@ -13,6 +13,7 @@
* (at your option) any later version. *
* *
***************************************************************************/
#ifndef QGSMAPTOOLCIRCLE3POINTS_H
#define QGSMAPTOOLCIRCLE3POINTS_H

View File

@ -13,6 +13,7 @@
* (at your option) any later version. *
* *
***************************************************************************/
#include "qgsmaptoolcirclecenterpoint.h"
#include "qgsgeometryrubberband.h"
#include "qgsmapcanvas.h"

View File

@ -13,6 +13,7 @@
* (at your option) any later version. *
* *
***************************************************************************/
#include "qgsmaptoolellipsecenter2points.h"
#include "qgsgeometryrubberband.h"
#include "qgslinestring.h"

View File

@ -13,6 +13,7 @@
* (at your option) any later version. *
* *
***************************************************************************/
#ifndef QGSMAPTOOLELLIPSECENTER2POINTS_H
#define QGSMAPTOOLELLIPSECENTER2POINTS_H

View File

@ -13,6 +13,7 @@
* (at your option) any later version. *
* *
***************************************************************************/
#include "qgsmaptoolellipsecenterpoint.h"
#include "qgsgeometryrubberband.h"
#include "qgsmapcanvas.h"

View File

@ -13,6 +13,7 @@
* (at your option) any later version. *
* *
***************************************************************************/
#ifndef QGSMAPTOOLELLIPSECENTERPOINT_H
#define QGSMAPTOOLELLIPSECENTERPOINT_H

View File

@ -13,6 +13,7 @@
* (at your option) any later version. *
* *
***************************************************************************/
#include "qgsmaptoolellipseextent.h"
#include "qgsgeometryrubberband.h"
#include "qgsmapcanvas.h"

View File

@ -13,6 +13,7 @@
* (at your option) any later version. *
* *
***************************************************************************/
#ifndef QGSMAPTOOLELLIPSEEXTENT_H
#define QGSMAPTOOLELLIPSEEXTENT_H

View File

@ -13,6 +13,7 @@
* (at your option) any later version. *
* *
***************************************************************************/
#include "qgsmaptoolellipsefoci.h"
#include "qgsgeometryrubberband.h"
#include "qgslinestring.h"

View File

@ -13,6 +13,7 @@
* (at your option) any later version. *
* *
***************************************************************************/
#ifndef QGSMAPTOOLELLIPSEFOCI_H
#define QGSMAPTOOLELLIPSEFOCI_H

View File

@ -13,6 +13,7 @@
* (at your option) any later version. *
* *
***************************************************************************/
#include "qgsmaptoolrectangle3points.h"
#include "qgsgeometryrubberband.h"
#include "qgsgeometryutils.h"

View File

@ -13,6 +13,7 @@
* (at your option) any later version. *
* *
***************************************************************************/
#ifndef QGSMAPTOOLRECTANGLE3POINTS_H
#define QGSMAPTOOLRECTANGLE3POINTS_H

View File

@ -13,6 +13,7 @@
* (at your option) any later version. *
* *
***************************************************************************/
#include "qgsmaptoolrectanglecenter.h"
#include "qgsgeometryrubberband.h"
#include "qgsgeometryutils.h"

View File

@ -13,6 +13,7 @@
* (at your option) any later version. *
* *
***************************************************************************/
#ifndef QGSMAPTOOLRECTANGLECENTER_H
#define QGSMAPTOOLRECTANGLECENTER_H

View File

@ -13,6 +13,7 @@
* (at your option) any later version. *
* *
***************************************************************************/
#include "qgsmaptoolrectangleextent.h"
#include "qgsgeometryrubberband.h"
#include "qgsgeometryutils.h"

View File

@ -13,6 +13,7 @@
* (at your option) any later version. *
* *
***************************************************************************/
#ifndef QGSMAPTOOLRECTANGLEEXTENT_H
#define QGSMAPTOOLRECTANGLEEXTENT_H

View File

@ -13,6 +13,7 @@
* (at your option) any later version. *
* *
***************************************************************************/
#include "qgsmaptoolregularpolygon2points.h"
#include "qgsgeometryrubberband.h"
#include "qgsmapcanvas.h"

View File

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

View File

@ -13,6 +13,7 @@
* (at your option) any later version. *
* *
***************************************************************************/
#include "qgsmaptoolregularpolygoncentercorner.h"
#include "qgsgeometryrubberband.h"
#include "qgsmapcanvas.h"

View File

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

View File

@ -13,6 +13,7 @@
* (at your option) any later version. *
* *
***************************************************************************/
#include "qgsmaptoolregularpolygoncenterpoint.h"
#include "qgsgeometryrubberband.h"
#include "qgsmapcanvas.h"

View File

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

View File

@ -13,6 +13,7 @@
* (at your option) any later version. *
* *
***************************************************************************/
#include "qgsmaptoolsquarecenter.h"
#include "qgsgeometryrubberband.h"
#include "qgsgeometryutils.h"

View File

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