File tree Expand file tree Collapse file tree 6 files changed +90
-0
lines changed Expand file tree Collapse file tree 6 files changed +90
-0
lines changed Original file line number Diff line number Diff line change
1
+ /* **************************************************************************
2
+ qgslegendrenderer.cpp
3
+ --------------------------------------
4
+ Date : July 2014
5
+ Copyright : (C) 2014 by Martin Dobias
6
+ Email : wonder dot sk at gmail dot com
7
+ ***************************************************************************
8
+ * *
9
+ * This program is free software; you can redistribute it and/or modify *
10
+ * it under the terms of the GNU General Public License as published by *
11
+ * the Free Software Foundation; either version 2 of the License, or *
12
+ * (at your option) any later version. *
13
+ * *
14
+ ***************************************************************************/
15
+
1
16
#include " qgslegendrenderer.h"
2
17
3
18
#include " qgscomposerlegenditem.h"
Original file line number Diff line number Diff line change
1
+ /* **************************************************************************
2
+ qgslegendrenderer.h
3
+ --------------------------------------
4
+ Date : July 2014
5
+ Copyright : (C) 2014 by Martin Dobias
6
+ Email : wonder dot sk at gmail dot com
7
+ ***************************************************************************
8
+ * *
9
+ * This program is free software; you can redistribute it and/or modify *
10
+ * it under the terms of the GNU General Public License as published by *
11
+ * the Free Software Foundation; either version 2 of the License, or *
12
+ * (at your option) any later version. *
13
+ * *
14
+ ***************************************************************************/
15
+
1
16
#ifndef QGSLEGENDRENDERER_H
2
17
#define QGSLEGENDRENDERER_H
3
18
Original file line number Diff line number Diff line change
1
+ /* **************************************************************************
2
+ qgslegendsettings.cpp
3
+ --------------------------------------
4
+ Date : July 2014
5
+ Copyright : (C) 2014 by Martin Dobias
6
+ Email : wonder dot sk at gmail dot com
7
+ ***************************************************************************
8
+ * *
9
+ * This program is free software; you can redistribute it and/or modify *
10
+ * it under the terms of the GNU General Public License as published by *
11
+ * the Free Software Foundation; either version 2 of the License, or *
12
+ * (at your option) any later version. *
13
+ * *
14
+ ***************************************************************************/
15
+
1
16
#include " qgslegendsettings.h"
2
17
3
18
#include < QPainter>
Original file line number Diff line number Diff line change
1
+ /* **************************************************************************
2
+ qgslegendsettings.h
3
+ --------------------------------------
4
+ Date : July 2014
5
+ Copyright : (C) 2014 by Martin Dobias
6
+ Email : wonder dot sk at gmail dot com
7
+ ***************************************************************************
8
+ * *
9
+ * This program is free software; you can redistribute it and/or modify *
10
+ * it under the terms of the GNU General Public License as published by *
11
+ * the Free Software Foundation; either version 2 of the License, or *
12
+ * (at your option) any later version. *
13
+ * *
14
+ ***************************************************************************/
15
+
1
16
#ifndef QGSLEGENDSETTINGS_H
2
17
#define QGSLEGENDSETTINGS_H
3
18
Original file line number Diff line number Diff line change
1
+ /* **************************************************************************
2
+ qgslegendsymbolitemv2.cpp
3
+ --------------------------------------
4
+ Date : August 2014
5
+ Copyright : (C) 2014 by Martin Dobias
6
+ Email : wonder dot sk at gmail dot com
7
+ ***************************************************************************
8
+ * *
9
+ * This program is free software; you can redistribute it and/or modify *
10
+ * it under the terms of the GNU General Public License as published by *
11
+ * the Free Software Foundation; either version 2 of the License, or *
12
+ * (at your option) any later version. *
13
+ * *
14
+ ***************************************************************************/
15
+
1
16
#include " qgslegendsymbolitemv2.h"
2
17
3
18
#include " qgssymbolv2.h"
Original file line number Diff line number Diff line change
1
+ /* **************************************************************************
2
+ qgslegendsymbolitemv2.h
3
+ --------------------------------------
4
+ Date : August 2014
5
+ Copyright : (C) 2014 by Martin Dobias
6
+ Email : wonder dot sk at gmail dot com
7
+ ***************************************************************************
8
+ * *
9
+ * This program is free software; you can redistribute it and/or modify *
10
+ * it under the terms of the GNU General Public License as published by *
11
+ * the Free Software Foundation; either version 2 of the License, or *
12
+ * (at your option) any later version. *
13
+ * *
14
+ ***************************************************************************/
15
+
1
16
#ifndef QGSLEGENDSYMBOLITEMV2_H
2
17
#define QGSLEGENDSYMBOLITEMV2_H
3
18
You can’t perform that action at this time.
0 commit comments