12 Commits

Author SHA1 Message Date
Nyall Dawson
4da1ce8404 Drop redundant virtual keywords on overrides
Run clang-tidy modernize-use-override to remove all the redundant
virtual keywords from overridden methods, and add some missing
overrides.

Another benefit is that this has also added the overrides
on destructors, which will cause a build failure if a base
class is missing a virtual destructor.
2017-12-16 08:49:36 +10:00
lbartoletti
c4a75f0007 Fix remaining rubber band 2017-10-16 22:13:47 +02:00
lbartoletti
81e0c1b478 Fix indent 2017-10-09 14:44:35 +02:00
lbartoletti
8ea5fe7d05 - mParentTool -> intialize to nullptr;
- =delete to explicit class;
- move clean() to private;
- remove unnecessary initializer;
2017-10-09 12:05:19 +02:00
lbartoletti
d377970db4 Requests for QgsMapToolAddCircle 2017-10-09 10:32:45 +02:00
lbartoletti
e335e481fd Visual indent part 1 2017-10-03 21:36:53 +02:00
lbartoletti
81b096c4ac Move header and normalize space 2017-10-03 17:58:59 +02:00
lbartoletti
442341f995 Remove initialization when it's already in header 2017-10-03 17:50:04 +02:00
lbartoletti
0204302aaa - Add QgsMapToolRegularPolygonCenterCorner and change
QgsMapToolRegularPolygonCenterPoint
- Add QgsMapToolCircle2TangentsPoint
2017-10-03 14:33:16 +02:00
lbartoletti
508aef055b Fix error when the tools was changed. setParentTool is not needed. 2017-08-22 12:03:07 +02:00
lbartoletti
6036fa6a7c clean 2017-07-31 12:14:24 +02:00
lbartoletti
6a95077f03 - Init GUI for RegularShapes (add a Toolbar:
RegularShapeDigitizeToolBar)
- Add Circle Tools (2 Points on circle, 3 Points on circle, center and a
point)
- Fix an error on QgsCircle
2017-07-19 23:25:14 +02:00