From 8dc70b479e0e84dcc6462590f87dd031dbb2de7f Mon Sep 17 00:00:00 2001 From: Martin Dobias Date: Sat, 30 Sep 2017 13:39:54 +0200 Subject: [PATCH] Add copyright headers + few bits from review + fixing sip updates --- python/core/3d/qgs3drendererregistry.sip | 8 +++++-- python/core/3d/qgsabstract3drenderer.sip | 5 +++-- scripts/sipify.pl | 8 ++++++- src/3d/CMakeLists.txt | 1 - src/3d/chunks/qgschunkboundsentity_p.cpp | 15 +++++++++++++ src/3d/chunks/qgschunkboundsentity_p.h | 15 +++++++++++++ src/3d/chunks/qgschunkedentity_p.cpp | 22 ++++++++++++++++--- src/3d/chunks/qgschunkedentity_p.h | 15 +++++++++++++ src/3d/chunks/qgschunklist_p.cpp | 15 +++++++++++++ src/3d/chunks/qgschunklist_p.h | 15 +++++++++++++ src/3d/chunks/qgschunkloader_p.cpp | 6 ----- src/3d/chunks/qgschunkloader_p.h | 15 +++++++++++++ src/3d/chunks/qgschunknode_p.cpp | 15 +++++++++++++ src/3d/chunks/qgschunknode_p.h | 15 +++++++++++++ src/3d/chunks/qgschunkqueuejob_p.cpp | 15 +++++++++++++ src/3d/chunks/qgschunkqueuejob_p.h | 15 +++++++++++++ src/3d/qgs3dmapscene.cpp | 15 +++++++++++++ src/3d/qgs3dmapscene.h | 15 +++++++++++++ src/3d/qgs3dmapsettings.cpp | 15 +++++++++++++ src/3d/qgs3dmapsettings.h | 15 +++++++++++++ src/3d/qgs3dutils.cpp | 15 +++++++++++++ src/3d/qgs3dutils.h | 15 +++++++++++++ src/3d/qgsaabb.cpp | 15 +++++++++++++ src/3d/qgsaabb.h | 15 +++++++++++++ src/3d/qgscameracontroller.cpp | 15 +++++++++++++ src/3d/qgscameracontroller.h | 15 +++++++++++++ src/3d/qgsphongmaterialsettings.cpp | 15 +++++++++++++ src/3d/qgsphongmaterialsettings.h | 15 +++++++++++++ src/3d/qgstessellatedpolygongeometry.cpp | 15 +++++++++++++ src/3d/qgstessellatedpolygongeometry.h | 15 +++++++++++++ src/3d/qgstessellator.cpp | 15 +++++++++++++ src/3d/qgstessellator.h | 15 +++++++++++++ src/3d/qgstilingscheme.cpp | 15 +++++++++++++ src/3d/qgstilingscheme.h | 15 +++++++++++++ src/3d/qgsvectorlayer3drenderer.cpp | 15 +++++++++++++ src/3d/qgsvectorlayer3drenderer.h | 15 +++++++++++++ src/3d/symbols/qgsabstract3dsymbol.cpp | 15 +++++++++++++ src/3d/symbols/qgsabstract3dsymbol.h | 15 +++++++++++++ src/3d/symbols/qgsline3dsymbol.cpp | 15 +++++++++++++ src/3d/symbols/qgsline3dsymbol.h | 15 +++++++++++++ src/3d/symbols/qgsline3dsymbol_p.cpp | 15 +++++++++++++ src/3d/symbols/qgsline3dsymbol_p.h | 15 +++++++++++++ src/3d/symbols/qgspoint3dsymbol.cpp | 15 +++++++++++++ src/3d/symbols/qgspoint3dsymbol.h | 15 +++++++++++++ src/3d/symbols/qgspoint3dsymbol_p.cpp | 15 +++++++++++++ src/3d/symbols/qgspoint3dsymbol_p.h | 15 +++++++++++++ src/3d/symbols/qgspolygon3dsymbol.cpp | 15 +++++++++++++ src/3d/symbols/qgspolygon3dsymbol.h | 15 +++++++++++++ src/3d/symbols/qgspolygon3dsymbol_p.cpp | 15 +++++++++++++ src/3d/symbols/qgspolygon3dsymbol_p.h | 15 +++++++++++++ src/3d/terrain/qgsdemterraingenerator.cpp | 15 +++++++++++++ src/3d/terrain/qgsdemterraingenerator.h | 15 +++++++++++++ .../terrain/qgsdemterraintilegeometry_p.cpp | 14 ++++++++++++ src/3d/terrain/qgsdemterraintilegeometry_p.h | 14 ++++++++++++ src/3d/terrain/qgsdemterraintileloader_p.cpp | 15 +++++++++++++ src/3d/terrain/qgsdemterraintileloader_p.h | 15 +++++++++++++ src/3d/terrain/qgsflatterraingenerator.cpp | 15 +++++++++++++ src/3d/terrain/qgsflatterraingenerator.h | 15 +++++++++++++ src/3d/terrain/qgsterrainentity_p.cpp | 15 +++++++++++++ src/3d/terrain/qgsterrainentity_p.h | 15 +++++++++++++ src/3d/terrain/qgsterraingenerator.cpp | 15 +++++++++++++ src/3d/terrain/qgsterraingenerator.h | 15 +++++++++++++ .../terrain/qgsterraintexturegenerator_p.cpp | 15 +++++++++++++ src/3d/terrain/qgsterraintexturegenerator_p.h | 15 +++++++++++++ src/3d/terrain/qgsterraintextureimage_p.cpp | 15 +++++++++++++ src/3d/terrain/qgsterraintextureimage_p.h | 15 +++++++++++++ src/3d/terrain/qgsterraintileentity_p.h | 15 +++++++++++++ src/3d/terrain/qgsterraintileloader_p.cpp | 15 +++++++++++++ src/3d/terrain/qgsterraintileloader_p.h | 15 +++++++++++++ src/app/3d/qgs3dmapcanvas.cpp | 15 +++++++++++++ src/app/3d/qgs3dmapcanvas.h | 21 +++++++++++++++--- src/app/3d/qgs3dmapcanvasdockwidget.cpp | 15 +++++++++++++ src/app/3d/qgs3dmapcanvasdockwidget.h | 15 +++++++++++++ src/app/3d/qgs3dmapconfigwidget.cpp | 15 +++++++++++++ src/app/3d/qgs3dmapconfigwidget.h | 15 +++++++++++++ src/app/3d/qgsline3dsymbolwidget.cpp | 15 +++++++++++++ src/app/3d/qgsline3dsymbolwidget.h | 15 +++++++++++++ src/app/3d/qgsphongmaterialwidget.cpp | 15 +++++++++++++ src/app/3d/qgsphongmaterialwidget.h | 15 +++++++++++++ src/app/3d/qgspoint3dsymbolwidget.cpp | 15 +++++++++++++ src/app/3d/qgspoint3dsymbolwidget.h | 15 +++++++++++++ src/app/3d/qgspolygon3dsymbolwidget.cpp | 15 +++++++++++++ src/app/3d/qgspolygon3dsymbolwidget.h | 15 +++++++++++++ src/app/3d/qgsvectorlayer3drendererwidget.cpp | 15 +++++++++++++ src/app/3d/qgsvectorlayer3drendererwidget.h | 15 +++++++++++++ src/core/3d/qgs3drendererregistry.cpp | 15 +++++++++++++ src/core/3d/qgs3drendererregistry.h | 16 ++++++++++++++ src/core/3d/qgsabstract3drenderer.cpp | 15 +++++++++++++ src/core/3d/qgsabstract3drenderer.h | 15 +++++++++++++ 89 files changed, 1282 insertions(+), 18 deletions(-) delete mode 100644 src/3d/chunks/qgschunkloader_p.cpp diff --git a/python/core/3d/qgs3drendererregistry.sip b/python/core/3d/qgs3drendererregistry.sip index 6fda06880953..5e694d69f923 100644 --- a/python/core/3d/qgs3drendererregistry.sip +++ b/python/core/3d/qgs3drendererregistry.sip @@ -1,7 +1,7 @@ /************************************************************************ * This file has been generated automatically from * * * - * src/core/3d/qgs3drendererregistry.h * + * src/core/./3d/qgs3drendererregistry.h * * * * Do not edit manually ! Edit header and run scripts/sipify.pl again * ************************************************************************/ @@ -10,6 +10,7 @@ + class Qgs3DRendererAbstractMetadata { %Docstring @@ -60,6 +61,9 @@ class Qgs3DRendererRegistry %End public: Qgs3DRendererRegistry(); +%Docstring +Creates registry of 3D renderers +%End ~Qgs3DRendererRegistry(); @@ -90,7 +94,7 @@ class Qgs3DRendererRegistry /************************************************************************ * This file has been generated automatically from * * * - * src/core/3d/qgs3drendererregistry.h * + * src/core/./3d/qgs3drendererregistry.h * * * * Do not edit manually ! Edit header and run scripts/sipify.pl again * ************************************************************************/ diff --git a/python/core/3d/qgsabstract3drenderer.sip b/python/core/3d/qgsabstract3drenderer.sip index e04020fae2f5..4a34673509fb 100644 --- a/python/core/3d/qgsabstract3drenderer.sip +++ b/python/core/3d/qgsabstract3drenderer.sip @@ -1,7 +1,7 @@ /************************************************************************ * This file has been generated automatically from * * * - * src/core/3d/qgsabstract3drenderer.h * + * src/core/./3d/qgsabstract3drenderer.h * * * * Do not edit manually ! Edit header and run scripts/sipify.pl again * ************************************************************************/ @@ -10,6 +10,7 @@ + class QgsAbstract3DRenderer /Abstract/ { %Docstring @@ -59,7 +60,7 @@ Resolves references to other objects - second phase of loading - after readXml() /************************************************************************ * This file has been generated automatically from * * * - * src/core/3d/qgsabstract3drenderer.h * + * src/core/./3d/qgsabstract3drenderer.h * * * * Do not edit manually ! Edit header and run scripts/sipify.pl again * ************************************************************************/ diff --git a/scripts/sipify.pl b/scripts/sipify.pl index 3e6ffeb78b7a..ce1a8e87abce 100755 --- a/scripts/sipify.pl +++ b/scripts/sipify.pl @@ -101,10 +101,16 @@ sub exit_with_error { } sub write_header_footer { + # small hack to turn files src/core/3d/X.h to src/core/./3d/X.h + # otherwise "sip up to date" test fails. This is because the test uses %Include entries + # and over there we have to use ./3d/X.h entries because SIP parser does not allow a number + # as the first letter of a relative path + my $headerfile_x = $headerfile; + $headerfile_x =~ s/src\/core\/3d/src\/core\/.\/3d/; push @OUTPUT, "/************************************************************************\n"; push @OUTPUT, " * This file has been generated automatically from *\n"; push @OUTPUT, " * *\n"; - push @OUTPUT, sprintf " * %-*s *\n", 68, $headerfile; + push @OUTPUT, sprintf " * %-*s *\n", 68, $headerfile_x; push @OUTPUT, " * *\n"; push @OUTPUT, " * Do not edit manually ! Edit header and run scripts/sipify.pl again *\n"; push @OUTPUT, " ************************************************************************/\n"; diff --git a/src/3d/CMakeLists.txt b/src/3d/CMakeLists.txt index ddf79dfdcd87..3e65ef1d3d15 100644 --- a/src/3d/CMakeLists.txt +++ b/src/3d/CMakeLists.txt @@ -16,7 +16,6 @@ SET(QGIS_3D_SRCS chunks/qgschunkboundsentity_p.cpp chunks/qgschunkedentity_p.cpp chunks/qgschunklist_p.cpp - chunks/qgschunkloader_p.cpp chunks/qgschunknode_p.cpp chunks/qgschunkqueuejob_p.cpp diff --git a/src/3d/chunks/qgschunkboundsentity_p.cpp b/src/3d/chunks/qgschunkboundsentity_p.cpp index a8c5779ec5e2..ff6afe1cf531 100644 --- a/src/3d/chunks/qgschunkboundsentity_p.cpp +++ b/src/3d/chunks/qgschunkboundsentity_p.cpp @@ -1,3 +1,18 @@ +/*************************************************************************** + qgschunkboundsentity_p.cpp + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #include "qgschunkboundsentity_p.h" #include diff --git a/src/3d/chunks/qgschunkboundsentity_p.h b/src/3d/chunks/qgschunkboundsentity_p.h index 1e2d8989a77c..c46e3010d511 100644 --- a/src/3d/chunks/qgschunkboundsentity_p.h +++ b/src/3d/chunks/qgschunkboundsentity_p.h @@ -1,3 +1,18 @@ +/*************************************************************************** + qgschunkboundsentity_p.h + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #ifndef QGSCHUNKBOUNDSENTITY_P_H #define QGSCHUNKBOUNDSENTITY_P_H diff --git a/src/3d/chunks/qgschunkedentity_p.cpp b/src/3d/chunks/qgschunkedentity_p.cpp index 5083aefe81a7..b734dda69a84 100644 --- a/src/3d/chunks/qgschunkedentity_p.cpp +++ b/src/3d/chunks/qgschunkedentity_p.cpp @@ -1,6 +1,24 @@ +/*************************************************************************** + qgschunkedentity_p.cpp + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#include "qgschunkedentity_p.h" + +#include #include + #include "qgs3dutils.h" -#include "qgschunkedentity_p.h" #include "qgschunkboundsentity_p.h" #include "qgschunklist_p.h" #include "qgschunkloader_p.h" @@ -96,7 +114,6 @@ QgsChunkedEntity::~QgsChunkedEntity() //delete chunkLoaderFactory; } -#include void QgsChunkedEntity::update( const SceneState &state ) { @@ -216,7 +233,6 @@ void QgsChunkedEntity::update( QgsChunkNode *node, const SceneState &state ) if ( !node->entity() ) { // this happens initially when root node is not ready yet - qDebug() << "BOOM!"; return; } diff --git a/src/3d/chunks/qgschunkedentity_p.h b/src/3d/chunks/qgschunkedentity_p.h index 7f8e79191585..f52b8a5dfba4 100644 --- a/src/3d/chunks/qgschunkedentity_p.h +++ b/src/3d/chunks/qgschunkedentity_p.h @@ -1,3 +1,18 @@ +/*************************************************************************** + qgschunkedentity_p.h + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #ifndef QGSCHUNKEDENTITY_P_H #define QGSCHUNKEDENTITY_P_H diff --git a/src/3d/chunks/qgschunklist_p.cpp b/src/3d/chunks/qgschunklist_p.cpp index 877f2a3c632e..f7f8508b0453 100644 --- a/src/3d/chunks/qgschunklist_p.cpp +++ b/src/3d/chunks/qgschunklist_p.cpp @@ -1,3 +1,18 @@ +/*************************************************************************** + qgschunklist_p.cpp + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #include "qgschunklist_p.h" #include "qgschunknode_p.h" diff --git a/src/3d/chunks/qgschunklist_p.h b/src/3d/chunks/qgschunklist_p.h index e46aae5d3a88..81f2a3da552a 100644 --- a/src/3d/chunks/qgschunklist_p.h +++ b/src/3d/chunks/qgschunklist_p.h @@ -1,3 +1,18 @@ +/*************************************************************************** + qgschunklist_p.h + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #ifndef QGSCHUNKLIST_P_H #define QGSCHUNKLIST_P_H diff --git a/src/3d/chunks/qgschunkloader_p.cpp b/src/3d/chunks/qgschunkloader_p.cpp deleted file mode 100644 index 6e204bb5adf5..000000000000 --- a/src/3d/chunks/qgschunkloader_p.cpp +++ /dev/null @@ -1,6 +0,0 @@ -#include "qgschunkloader_p.h" - -///@cond PRIVATE - - -/// @endcond diff --git a/src/3d/chunks/qgschunkloader_p.h b/src/3d/chunks/qgschunkloader_p.h index 00f55cb8dc32..36353ec29715 100644 --- a/src/3d/chunks/qgschunkloader_p.h +++ b/src/3d/chunks/qgschunkloader_p.h @@ -1,3 +1,18 @@ +/*************************************************************************** + qgschunkloader_p.h + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #ifndef QGSCHUNKLOADER_P_H #define QGSCHUNKLOADER_P_H diff --git a/src/3d/chunks/qgschunknode_p.cpp b/src/3d/chunks/qgschunknode_p.cpp index 4b7cf24c1330..a352f4a6a69c 100644 --- a/src/3d/chunks/qgschunknode_p.cpp +++ b/src/3d/chunks/qgschunknode_p.cpp @@ -1,3 +1,18 @@ +/*************************************************************************** + qgschunknode_p.cpp + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #include "qgschunknode_p.h" #include "qgschunkedentity_p.h" // for ChunkLoader destructor diff --git a/src/3d/chunks/qgschunknode_p.h b/src/3d/chunks/qgschunknode_p.h index 321118bb607f..10c8378489d4 100644 --- a/src/3d/chunks/qgschunknode_p.h +++ b/src/3d/chunks/qgschunknode_p.h @@ -1,3 +1,18 @@ +/*************************************************************************** + qgschunknode_p.h + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #ifndef QGSCHUNKNODE_P_H #define QGSCHUNKNODE_P_H diff --git a/src/3d/chunks/qgschunkqueuejob_p.cpp b/src/3d/chunks/qgschunkqueuejob_p.cpp index 122c172b3116..a44d53fac0b0 100644 --- a/src/3d/chunks/qgschunkqueuejob_p.cpp +++ b/src/3d/chunks/qgschunkqueuejob_p.cpp @@ -1,3 +1,18 @@ +/*************************************************************************** + qgschunkqueuejob_p.cpp + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #include "qgschunkqueuejob_p.h" ///@cond PRIVATE diff --git a/src/3d/chunks/qgschunkqueuejob_p.h b/src/3d/chunks/qgschunkqueuejob_p.h index 6b5b22a6e3d2..aa817f72606f 100644 --- a/src/3d/chunks/qgschunkqueuejob_p.h +++ b/src/3d/chunks/qgschunkqueuejob_p.h @@ -1,3 +1,18 @@ +/*************************************************************************** + qgschunkqueuejob_p.h + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #ifndef QGSCHUNKQUEUEJOB_P_H #define QGSCHUNKQUEUEJOB_P_H diff --git a/src/3d/qgs3dmapscene.cpp b/src/3d/qgs3dmapscene.cpp index aa636801930c..3c1b47f867ed 100644 --- a/src/3d/qgs3dmapscene.cpp +++ b/src/3d/qgs3dmapscene.cpp @@ -1,3 +1,18 @@ +/*************************************************************************** + qgs3dmapscene.cpp + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #include "qgs3dmapscene.h" #include diff --git a/src/3d/qgs3dmapscene.h b/src/3d/qgs3dmapscene.h index f308a7514f6b..6f791fd1da49 100644 --- a/src/3d/qgs3dmapscene.h +++ b/src/3d/qgs3dmapscene.h @@ -1,3 +1,18 @@ +/*************************************************************************** + qgs3dmapscene.h + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #ifndef QGS3DMAPSCENE_H #define QGS3DMAPSCENE_H diff --git a/src/3d/qgs3dmapsettings.cpp b/src/3d/qgs3dmapsettings.cpp index 7f2a0f128b18..752a0e589706 100644 --- a/src/3d/qgs3dmapsettings.cpp +++ b/src/3d/qgs3dmapsettings.cpp @@ -1,3 +1,18 @@ +/*************************************************************************** + qgs3dmapsettings.cpp + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #include "qgs3dmapsettings.h" #include "qgsflatterraingenerator.h" diff --git a/src/3d/qgs3dmapsettings.h b/src/3d/qgs3dmapsettings.h index 188a655934a4..614816b5b00f 100644 --- a/src/3d/qgs3dmapsettings.h +++ b/src/3d/qgs3dmapsettings.h @@ -1,3 +1,18 @@ +/*************************************************************************** + qgs3dmapsettings.h + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #ifndef QGS3DMAPSETTINGS_H #define QGS3DMAPSETTINGS_H diff --git a/src/3d/qgs3dutils.cpp b/src/3d/qgs3dutils.cpp index 0896fefaed5a..25ac52bcec3d 100644 --- a/src/3d/qgs3dutils.cpp +++ b/src/3d/qgs3dutils.cpp @@ -1,3 +1,18 @@ +/*************************************************************************** + qgs3dutils.cpp + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #include "qgs3dutils.h" #include "qgslinestring.h" diff --git a/src/3d/qgs3dutils.h b/src/3d/qgs3dutils.h index 724d193b4524..76ee3ea08bd1 100644 --- a/src/3d/qgs3dutils.h +++ b/src/3d/qgs3dutils.h @@ -1,3 +1,18 @@ +/*************************************************************************** + qgs3dutils.h + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #ifndef QGS3DUTILS_H #define QGS3DUTILS_H diff --git a/src/3d/qgsaabb.cpp b/src/3d/qgsaabb.cpp index e7fa9acacf9d..3ac101d50787 100644 --- a/src/3d/qgsaabb.cpp +++ b/src/3d/qgsaabb.cpp @@ -1,3 +1,18 @@ +/*************************************************************************** + qgsaabb.cpp + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #include "qgsaabb.h" QgsAABB::QgsAABB() diff --git a/src/3d/qgsaabb.h b/src/3d/qgsaabb.h index b29810e738a7..069dbb734134 100644 --- a/src/3d/qgsaabb.h +++ b/src/3d/qgsaabb.h @@ -1,3 +1,18 @@ +/*************************************************************************** + qgsaabb.h + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #ifndef QGSAABB_H #define QGSAABB_H diff --git a/src/3d/qgscameracontroller.cpp b/src/3d/qgscameracontroller.cpp index a48de3bbcd84..95bf6e9af278 100644 --- a/src/3d/qgscameracontroller.cpp +++ b/src/3d/qgscameracontroller.cpp @@ -1,3 +1,18 @@ +/*************************************************************************** + qgscameracontroller.cpp + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #include "qgscameracontroller.h" #include diff --git a/src/3d/qgscameracontroller.h b/src/3d/qgscameracontroller.h index aaa4565fde75..972fca612548 100644 --- a/src/3d/qgscameracontroller.h +++ b/src/3d/qgscameracontroller.h @@ -1,3 +1,18 @@ +/*************************************************************************** + qgscameracontroller.h + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #ifndef QGSCAMERACONTROLLER_H #define QGSCAMERACONTROLLER_H diff --git a/src/3d/qgsphongmaterialsettings.cpp b/src/3d/qgsphongmaterialsettings.cpp index 638556113d27..4501f6a27128 100644 --- a/src/3d/qgsphongmaterialsettings.cpp +++ b/src/3d/qgsphongmaterialsettings.cpp @@ -1,3 +1,18 @@ +/*************************************************************************** + qgsphongmaterialsettings.cpp + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #include "qgsphongmaterialsettings.h" #include "qgssymbollayerutils.h" diff --git a/src/3d/qgsphongmaterialsettings.h b/src/3d/qgsphongmaterialsettings.h index 0b31d686aedc..47f37b5eca3e 100644 --- a/src/3d/qgsphongmaterialsettings.h +++ b/src/3d/qgsphongmaterialsettings.h @@ -1,3 +1,18 @@ +/*************************************************************************** + qgsphongmaterialsettings.h + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #ifndef QGSPHONGMATERIALSETTINGS_H #define QGSPHONGMATERIALSETTINGS_H diff --git a/src/3d/qgstessellatedpolygongeometry.cpp b/src/3d/qgstessellatedpolygongeometry.cpp index 784dc59c0462..323481523c7d 100644 --- a/src/3d/qgstessellatedpolygongeometry.cpp +++ b/src/3d/qgstessellatedpolygongeometry.cpp @@ -1,3 +1,18 @@ +/*************************************************************************** + qgstessellatedpolygongeometry.cpp + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #include "qgstessellatedpolygongeometry.h" #include diff --git a/src/3d/qgstessellatedpolygongeometry.h b/src/3d/qgstessellatedpolygongeometry.h index 5bd18f1f9747..b6146c0e5a6e 100644 --- a/src/3d/qgstessellatedpolygongeometry.h +++ b/src/3d/qgstessellatedpolygongeometry.h @@ -1,3 +1,18 @@ +/*************************************************************************** + qgstessellatedpolygongeometry.h + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #ifndef QGSTESSELLATEDPOLYGONGEOMETRY_H #define QGSTESSELLATEDPOLYGONGEOMETRY_H diff --git a/src/3d/qgstessellator.cpp b/src/3d/qgstessellator.cpp index 87c328184f7b..f32a70ff1229 100644 --- a/src/3d/qgstessellator.cpp +++ b/src/3d/qgstessellator.cpp @@ -1,3 +1,18 @@ +/*************************************************************************** + qgstessellator.cpp + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #include "qgstessellator.h" #include "qgscurve.h" diff --git a/src/3d/qgstessellator.h b/src/3d/qgstessellator.h index 5d1184cffed2..846b94d429ad 100644 --- a/src/3d/qgstessellator.h +++ b/src/3d/qgstessellator.h @@ -1,3 +1,18 @@ +/*************************************************************************** + qgstessellator.h + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #ifndef QGSTESSELLATOR_H #define QGSTESSELLATOR_H diff --git a/src/3d/qgstilingscheme.cpp b/src/3d/qgstilingscheme.cpp index 7d9feccef85c..3d7c67225248 100644 --- a/src/3d/qgstilingscheme.cpp +++ b/src/3d/qgstilingscheme.cpp @@ -1,3 +1,18 @@ +/*************************************************************************** + qgstilingscheme.cpp + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #include "qgstilingscheme.h" #include "qgsrectangle.h" diff --git a/src/3d/qgstilingscheme.h b/src/3d/qgstilingscheme.h index 1cb566e03a2d..24c6441979fe 100644 --- a/src/3d/qgstilingscheme.h +++ b/src/3d/qgstilingscheme.h @@ -1,3 +1,18 @@ +/*************************************************************************** + qgstilingscheme.h + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #ifndef QGSTILINGSCHEME_H #define QGSTILINGSCHEME_H diff --git a/src/3d/qgsvectorlayer3drenderer.cpp b/src/3d/qgsvectorlayer3drenderer.cpp index 46742c56eacb..8f95a4e6631b 100644 --- a/src/3d/qgsvectorlayer3drenderer.cpp +++ b/src/3d/qgsvectorlayer3drenderer.cpp @@ -1,3 +1,18 @@ +/*************************************************************************** + qgsvectorlayer3drenderer.cpp + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #include "qgsvectorlayer3drenderer.h" #include "qgsline3dsymbol.h" diff --git a/src/3d/qgsvectorlayer3drenderer.h b/src/3d/qgsvectorlayer3drenderer.h index 70c0279f3471..a2153361cf47 100644 --- a/src/3d/qgsvectorlayer3drenderer.h +++ b/src/3d/qgsvectorlayer3drenderer.h @@ -1,3 +1,18 @@ +/*************************************************************************** + qgsvectorlayer3drenderer.h + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #ifndef QGSVECTORLAYER3DRENDERER_H #define QGSVECTORLAYER3DRENDERER_H diff --git a/src/3d/symbols/qgsabstract3dsymbol.cpp b/src/3d/symbols/qgsabstract3dsymbol.cpp index b455ed67c27d..c291890a29e6 100644 --- a/src/3d/symbols/qgsabstract3dsymbol.cpp +++ b/src/3d/symbols/qgsabstract3dsymbol.cpp @@ -1 +1,16 @@ +/*************************************************************************** + qgsabstract3dsymbol.cpp + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #include "qgsabstract3dsymbol.h" diff --git a/src/3d/symbols/qgsabstract3dsymbol.h b/src/3d/symbols/qgsabstract3dsymbol.h index d208d8e7c345..aeb204de2bc4 100644 --- a/src/3d/symbols/qgsabstract3dsymbol.h +++ b/src/3d/symbols/qgsabstract3dsymbol.h @@ -1,3 +1,18 @@ +/*************************************************************************** + qgsabstract3dsymbol.h + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #ifndef QGSABSTRACT3DSYMBOL_H #define QGSABSTRACT3DSYMBOL_H diff --git a/src/3d/symbols/qgsline3dsymbol.cpp b/src/3d/symbols/qgsline3dsymbol.cpp index 9b57c95900ca..c1bc4497bab7 100644 --- a/src/3d/symbols/qgsline3dsymbol.cpp +++ b/src/3d/symbols/qgsline3dsymbol.cpp @@ -1,3 +1,18 @@ +/*************************************************************************** + qgsline3dsymbol.cpp + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #include "qgsline3dsymbol.h" QgsLine3DSymbol::QgsLine3DSymbol() diff --git a/src/3d/symbols/qgsline3dsymbol.h b/src/3d/symbols/qgsline3dsymbol.h index 665389e3ce5f..a71a36243244 100644 --- a/src/3d/symbols/qgsline3dsymbol.h +++ b/src/3d/symbols/qgsline3dsymbol.h @@ -1,3 +1,18 @@ +/*************************************************************************** + qgsline3dsymbol.h + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #ifndef QGSLINE3DSYMBOL_H #define QGSLINE3DSYMBOL_H diff --git a/src/3d/symbols/qgsline3dsymbol_p.cpp b/src/3d/symbols/qgsline3dsymbol_p.cpp index bc983123517b..1174c466c322 100644 --- a/src/3d/symbols/qgsline3dsymbol_p.cpp +++ b/src/3d/symbols/qgsline3dsymbol_p.cpp @@ -1,3 +1,18 @@ +/*************************************************************************** + qgsline3dsymbol_p.cpp + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #include "qgsline3dsymbol_p.h" #include "qgsline3dsymbol.h" diff --git a/src/3d/symbols/qgsline3dsymbol_p.h b/src/3d/symbols/qgsline3dsymbol_p.h index 1caaf53bcc26..71ce39730a36 100644 --- a/src/3d/symbols/qgsline3dsymbol_p.h +++ b/src/3d/symbols/qgsline3dsymbol_p.h @@ -1,3 +1,18 @@ +/*************************************************************************** + qgsline3dsymbol_p.h + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #ifndef QGSLINE3DSYMBOL_P_H #define QGSLINE3DSYMBOL_P_H diff --git a/src/3d/symbols/qgspoint3dsymbol.cpp b/src/3d/symbols/qgspoint3dsymbol.cpp index d7580a8b5569..7d10181d78b6 100644 --- a/src/3d/symbols/qgspoint3dsymbol.cpp +++ b/src/3d/symbols/qgspoint3dsymbol.cpp @@ -1,3 +1,18 @@ +/*************************************************************************** + qgspoint3dsymbol.cpp + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #include "qgspoint3dsymbol.h" #include "qgsreadwritecontext.h" diff --git a/src/3d/symbols/qgspoint3dsymbol.h b/src/3d/symbols/qgspoint3dsymbol.h index 0bd6495b923a..254c99fd9315 100644 --- a/src/3d/symbols/qgspoint3dsymbol.h +++ b/src/3d/symbols/qgspoint3dsymbol.h @@ -1,3 +1,18 @@ +/*************************************************************************** + qgspoint3dsymbol.h + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #ifndef QGSPOINT3DSYMBOL_H #define QGSPOINT3DSYMBOL_H diff --git a/src/3d/symbols/qgspoint3dsymbol_p.cpp b/src/3d/symbols/qgspoint3dsymbol_p.cpp index 8f90e217bc2d..d6d42c0e9dbc 100644 --- a/src/3d/symbols/qgspoint3dsymbol_p.cpp +++ b/src/3d/symbols/qgspoint3dsymbol_p.cpp @@ -1,3 +1,18 @@ +/*************************************************************************** + qgspoint3dsymbol_p.cpp + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #include "qgspoint3dsymbol_p.h" #include diff --git a/src/3d/symbols/qgspoint3dsymbol_p.h b/src/3d/symbols/qgspoint3dsymbol_p.h index 21189010a5f5..ff52bddff873 100644 --- a/src/3d/symbols/qgspoint3dsymbol_p.h +++ b/src/3d/symbols/qgspoint3dsymbol_p.h @@ -1,3 +1,18 @@ +/*************************************************************************** + qgspoint3dsymbol_p.h + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #ifndef QGSPOINT3DSYMBOL_P_H #define QGSPOINT3DSYMBOL_P_H diff --git a/src/3d/symbols/qgspolygon3dsymbol.cpp b/src/3d/symbols/qgspolygon3dsymbol.cpp index e8abfcd7077f..f7ce685e0f8a 100644 --- a/src/3d/symbols/qgspolygon3dsymbol.cpp +++ b/src/3d/symbols/qgspolygon3dsymbol.cpp @@ -1,3 +1,18 @@ +/*************************************************************************** + qgspolygon3dsymbol.cpp + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #include "qgspolygon3dsymbol.h" QgsPolygon3DSymbol::QgsPolygon3DSymbol() diff --git a/src/3d/symbols/qgspolygon3dsymbol.h b/src/3d/symbols/qgspolygon3dsymbol.h index 5f5478b8d6ce..49528b79023d 100644 --- a/src/3d/symbols/qgspolygon3dsymbol.h +++ b/src/3d/symbols/qgspolygon3dsymbol.h @@ -1,3 +1,18 @@ +/*************************************************************************** + qgspolygon3dsymbol.h + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #ifndef QGSPOLYGON3DSYMBOL_H #define QGSPOLYGON3DSYMBOL_H diff --git a/src/3d/symbols/qgspolygon3dsymbol_p.cpp b/src/3d/symbols/qgspolygon3dsymbol_p.cpp index 9f9c86bbfe6e..f3aa39aaaaed 100644 --- a/src/3d/symbols/qgspolygon3dsymbol_p.cpp +++ b/src/3d/symbols/qgspolygon3dsymbol_p.cpp @@ -1,3 +1,18 @@ +/*************************************************************************** + qgspolygon3dsymbol_p.cpp + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #include "qgspolygon3dsymbol_p.h" #include "qgspolygon3dsymbol.h" diff --git a/src/3d/symbols/qgspolygon3dsymbol_p.h b/src/3d/symbols/qgspolygon3dsymbol_p.h index 3368f767be30..5b3d50d56298 100644 --- a/src/3d/symbols/qgspolygon3dsymbol_p.h +++ b/src/3d/symbols/qgspolygon3dsymbol_p.h @@ -1,3 +1,18 @@ +/*************************************************************************** + qgspolygon3dsymbol_p.h + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #ifndef QGSPOLYGON3DSYMBOL_P_H #define QGSPOLYGON3DSYMBOL_P_H diff --git a/src/3d/terrain/qgsdemterraingenerator.cpp b/src/3d/terrain/qgsdemterraingenerator.cpp index 42b703b250ba..c32fce837785 100644 --- a/src/3d/terrain/qgsdemterraingenerator.cpp +++ b/src/3d/terrain/qgsdemterraingenerator.cpp @@ -1,3 +1,18 @@ +/*************************************************************************** + qgsdemterraingenerator.cpp + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #include "qgsdemterraingenerator.h" #include "qgsdemterraintileloader_p.h" diff --git a/src/3d/terrain/qgsdemterraingenerator.h b/src/3d/terrain/qgsdemterraingenerator.h index 1db987402451..2ec7023a27c5 100644 --- a/src/3d/terrain/qgsdemterraingenerator.h +++ b/src/3d/terrain/qgsdemterraingenerator.h @@ -1,3 +1,18 @@ +/*************************************************************************** + qgsdemterraingenerator.h + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #ifndef QGSDEMTERRAINGENERATOR_H #define QGSDEMTERRAINGENERATOR_H diff --git a/src/3d/terrain/qgsdemterraintilegeometry_p.cpp b/src/3d/terrain/qgsdemterraintilegeometry_p.cpp index 9090aa27b9e6..6bd8719566a9 100644 --- a/src/3d/terrain/qgsdemterraintilegeometry_p.cpp +++ b/src/3d/terrain/qgsdemterraintilegeometry_p.cpp @@ -1,3 +1,17 @@ +/*************************************************************************** + qgsdemterraintilegeometry_p.cpp + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ #include "qgsdemterraintilegeometry_p.h" #include diff --git a/src/3d/terrain/qgsdemterraintilegeometry_p.h b/src/3d/terrain/qgsdemterraintilegeometry_p.h index fb49c28e89ce..335d9a5a46cb 100644 --- a/src/3d/terrain/qgsdemterraintilegeometry_p.h +++ b/src/3d/terrain/qgsdemterraintilegeometry_p.h @@ -1,3 +1,17 @@ +/*************************************************************************** + qgsdemterraintilegeometry_p.h + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ #ifndef QGSDEMTERRAINTILEGEOMETRY_P_H #define QGSDEMTERRAINTILEGEOMETRY_P_H diff --git a/src/3d/terrain/qgsdemterraintileloader_p.cpp b/src/3d/terrain/qgsdemterraintileloader_p.cpp index 9148d0a3b7f2..b9a53a155dcb 100644 --- a/src/3d/terrain/qgsdemterraintileloader_p.cpp +++ b/src/3d/terrain/qgsdemterraintileloader_p.cpp @@ -1,3 +1,18 @@ +/*************************************************************************** + qgsdemterraintileloader_p.cpp + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #include "qgsdemterraintileloader_p.h" #include "qgs3dmapsettings.h" diff --git a/src/3d/terrain/qgsdemterraintileloader_p.h b/src/3d/terrain/qgsdemterraintileloader_p.h index 695a5f1b9113..fc68d1e6a03d 100644 --- a/src/3d/terrain/qgsdemterraintileloader_p.h +++ b/src/3d/terrain/qgsdemterraintileloader_p.h @@ -1,3 +1,18 @@ +/*************************************************************************** + qgsdemterraintileloader_p.h + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #ifndef QGSDEMTERRAINTILELOADER_P_H #define QGSDEMTERRAINTILELOADER_P_H diff --git a/src/3d/terrain/qgsflatterraingenerator.cpp b/src/3d/terrain/qgsflatterraingenerator.cpp index 65f56f45989f..dc77055e9832 100644 --- a/src/3d/terrain/qgsflatterraingenerator.cpp +++ b/src/3d/terrain/qgsflatterraingenerator.cpp @@ -1,3 +1,18 @@ +/*************************************************************************** + qgsflatterraingenerator.cpp + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #include "qgsflatterraingenerator.h" #include diff --git a/src/3d/terrain/qgsflatterraingenerator.h b/src/3d/terrain/qgsflatterraingenerator.h index 28a532a990d5..5a96ba54e5c5 100644 --- a/src/3d/terrain/qgsflatterraingenerator.h +++ b/src/3d/terrain/qgsflatterraingenerator.h @@ -1,3 +1,18 @@ +/*************************************************************************** + qgsflatterraingenerator.h + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #ifndef QGSFLATTERRAINGENERATOR_H #define QGSFLATTERRAINGENERATOR_H diff --git a/src/3d/terrain/qgsterrainentity_p.cpp b/src/3d/terrain/qgsterrainentity_p.cpp index 289a5fec1cdf..921c0865d78c 100644 --- a/src/3d/terrain/qgsterrainentity_p.cpp +++ b/src/3d/terrain/qgsterrainentity_p.cpp @@ -1,3 +1,18 @@ +/*************************************************************************** + qgsterrainentity_p.cpp + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #include "qgsterrainentity_p.h" #include "qgsaabb.h" diff --git a/src/3d/terrain/qgsterrainentity_p.h b/src/3d/terrain/qgsterrainentity_p.h index c1bbb476e1d7..7e07e6c3bf09 100644 --- a/src/3d/terrain/qgsterrainentity_p.h +++ b/src/3d/terrain/qgsterrainentity_p.h @@ -1,3 +1,18 @@ +/*************************************************************************** + qgsterrainentity_p.h + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #ifndef QGSTERRAINENTITY_P_H #define QGSTERRAINENTITY_P_H diff --git a/src/3d/terrain/qgsterraingenerator.cpp b/src/3d/terrain/qgsterraingenerator.cpp index 50438793a6d7..602512e24865 100644 --- a/src/3d/terrain/qgsterraingenerator.cpp +++ b/src/3d/terrain/qgsterraingenerator.cpp @@ -1,3 +1,18 @@ +/*************************************************************************** + qgsterraingenerator.cpp + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #include "qgsterraingenerator.h" #include "qgsaabb.h" diff --git a/src/3d/terrain/qgsterraingenerator.h b/src/3d/terrain/qgsterraingenerator.h index f5a388dc7822..3eb396aaf36f 100644 --- a/src/3d/terrain/qgsterraingenerator.h +++ b/src/3d/terrain/qgsterraingenerator.h @@ -1,3 +1,18 @@ +/*************************************************************************** + qgsterraingenerator.h + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #ifndef QGSTERRAINGENERATOR_H #define QGSTERRAINGENERATOR_H diff --git a/src/3d/terrain/qgsterraintexturegenerator_p.cpp b/src/3d/terrain/qgsterraintexturegenerator_p.cpp index c7d6ab8acc33..5d4cfe2f4329 100644 --- a/src/3d/terrain/qgsterraintexturegenerator_p.cpp +++ b/src/3d/terrain/qgsterraintexturegenerator_p.cpp @@ -1,3 +1,18 @@ +/*************************************************************************** + qgsterraintexturegenerator_p.cpp + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #include "qgsterraintexturegenerator_p.h" #include diff --git a/src/3d/terrain/qgsterraintexturegenerator_p.h b/src/3d/terrain/qgsterraintexturegenerator_p.h index a31f9e335fc2..721296dbb6fb 100644 --- a/src/3d/terrain/qgsterraintexturegenerator_p.h +++ b/src/3d/terrain/qgsterraintexturegenerator_p.h @@ -1,3 +1,18 @@ +/*************************************************************************** + qgsterraintexturegenerator_p.h + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #ifndef QGSTERRAINTEXTUREGENERATOR_P_H #define QGSTERRAINTEXTUREGENERATOR_P_H diff --git a/src/3d/terrain/qgsterraintextureimage_p.cpp b/src/3d/terrain/qgsterraintextureimage_p.cpp index 82e24bf2ec19..e48dd91b4a4a 100644 --- a/src/3d/terrain/qgsterraintextureimage_p.cpp +++ b/src/3d/terrain/qgsterraintextureimage_p.cpp @@ -1,3 +1,18 @@ +/*************************************************************************** + qgsterraintextureimage_p.cpp + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #include "qgsterraintextureimage_p.h" #include diff --git a/src/3d/terrain/qgsterraintextureimage_p.h b/src/3d/terrain/qgsterraintextureimage_p.h index 05415da0b83c..c819f6ef025c 100644 --- a/src/3d/terrain/qgsterraintextureimage_p.h +++ b/src/3d/terrain/qgsterraintextureimage_p.h @@ -1,3 +1,18 @@ +/*************************************************************************** + qgsterraintextureimage_p.h + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #ifndef QGSTERRAINTEXTUREIMAGE_P_H #define QGSTERRAINTEXTUREIMAGE_P_H diff --git a/src/3d/terrain/qgsterraintileentity_p.h b/src/3d/terrain/qgsterraintileentity_p.h index 7803ba20e4bd..5fe27c5a73cb 100644 --- a/src/3d/terrain/qgsterraintileentity_p.h +++ b/src/3d/terrain/qgsterraintileentity_p.h @@ -1,3 +1,18 @@ +/*************************************************************************** + qgsterraintileentity_p.h + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #ifndef QGSTERRAINTILEENTITY_P_H #define QGSTERRAINTILEENTITY_P_H diff --git a/src/3d/terrain/qgsterraintileloader_p.cpp b/src/3d/terrain/qgsterraintileloader_p.cpp index f11d170ffee6..cd97eb23abea 100644 --- a/src/3d/terrain/qgsterraintileloader_p.cpp +++ b/src/3d/terrain/qgsterraintileloader_p.cpp @@ -1,3 +1,18 @@ +/*************************************************************************** + qgsterraintileloader_p.cpp + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #include "qgsterraintileloader_p.h" #include "qgs3dmapsettings.h" diff --git a/src/3d/terrain/qgsterraintileloader_p.h b/src/3d/terrain/qgsterraintileloader_p.h index 87a2a0e30fe9..2c5e26b930e9 100644 --- a/src/3d/terrain/qgsterraintileloader_p.h +++ b/src/3d/terrain/qgsterraintileloader_p.h @@ -1,3 +1,18 @@ +/*************************************************************************** + qgsterraintileloader_p.h + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #ifndef QGSTERRAINTILELOADER_P_H #define QGSTERRAINTILELOADER_P_H diff --git a/src/app/3d/qgs3dmapcanvas.cpp b/src/app/3d/qgs3dmapcanvas.cpp index bd836242f826..6369156607ad 100644 --- a/src/app/3d/qgs3dmapcanvas.cpp +++ b/src/app/3d/qgs3dmapcanvas.cpp @@ -1,3 +1,18 @@ +/*************************************************************************** + qgs3dmapcanvas.cpp + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #include "qgs3dmapcanvas.h" #include diff --git a/src/app/3d/qgs3dmapcanvas.h b/src/app/3d/qgs3dmapcanvas.h index 6b1b4656a0aa..8fd173977640 100644 --- a/src/app/3d/qgs3dmapcanvas.h +++ b/src/app/3d/qgs3dmapcanvas.h @@ -1,5 +1,20 @@ -#ifndef QGS3DMAPWIDGET_H -#define QGS3DMAPWIDGET_H +/*************************************************************************** + qgs3dmapcanvas.h + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#ifndef QGS3DMAPCANVAS_H +#define QGS3DMAPCANVAS_H #include @@ -41,4 +56,4 @@ class Qgs3DMapCanvas : public QWidget Qgs3DMapScene *mScene; }; -#endif // QGS3DMAPWIDGET_H +#endif // QGS3DMAPCANVAS_H diff --git a/src/app/3d/qgs3dmapcanvasdockwidget.cpp b/src/app/3d/qgs3dmapcanvasdockwidget.cpp index d6db05707b68..bdb91ec27a8c 100644 --- a/src/app/3d/qgs3dmapcanvasdockwidget.cpp +++ b/src/app/3d/qgs3dmapcanvasdockwidget.cpp @@ -1,3 +1,18 @@ +/*************************************************************************** + qgs3dmapcanvasdockwidget.cpp + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #include "qgs3dmapcanvasdockwidget.h" #include "qgs3dmapcanvas.h" diff --git a/src/app/3d/qgs3dmapcanvasdockwidget.h b/src/app/3d/qgs3dmapcanvasdockwidget.h index 50d4cd1ba6a4..a48b8496f33c 100644 --- a/src/app/3d/qgs3dmapcanvasdockwidget.h +++ b/src/app/3d/qgs3dmapcanvasdockwidget.h @@ -1,3 +1,18 @@ +/*************************************************************************** + qgs3dmapcanvasdockwidget.h + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #ifndef QGS3DMAPCANVASDOCKWIDGET_H #define QGS3DMAPCANVASDOCKWIDGET_H diff --git a/src/app/3d/qgs3dmapconfigwidget.cpp b/src/app/3d/qgs3dmapconfigwidget.cpp index d4a1fce61ea8..d3a81040e6c9 100644 --- a/src/app/3d/qgs3dmapconfigwidget.cpp +++ b/src/app/3d/qgs3dmapconfigwidget.cpp @@ -1,3 +1,18 @@ +/*************************************************************************** + qgs3dmapconfigwidget.cpp + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #include "qgs3dmapconfigwidget.h" #include "qgs3dmapsettings.h" diff --git a/src/app/3d/qgs3dmapconfigwidget.h b/src/app/3d/qgs3dmapconfigwidget.h index 7f9dcb64629b..8deef3e79d22 100644 --- a/src/app/3d/qgs3dmapconfigwidget.h +++ b/src/app/3d/qgs3dmapconfigwidget.h @@ -1,3 +1,18 @@ +/*************************************************************************** + qgs3dmapconfigwidget.h + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #ifndef QGS3DMAPCONFIGWIDGET_H #define QGS3DMAPCONFIGWIDGET_H diff --git a/src/app/3d/qgsline3dsymbolwidget.cpp b/src/app/3d/qgsline3dsymbolwidget.cpp index 5b25454d319c..5791f2880b62 100644 --- a/src/app/3d/qgsline3dsymbolwidget.cpp +++ b/src/app/3d/qgsline3dsymbolwidget.cpp @@ -1,3 +1,18 @@ +/*************************************************************************** + qgsline3dsymbolwidget.cpp + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #include "qgsline3dsymbolwidget.h" #include "qgsline3dsymbol.h" diff --git a/src/app/3d/qgsline3dsymbolwidget.h b/src/app/3d/qgsline3dsymbolwidget.h index 4d42921f620d..82ab4c150e2d 100644 --- a/src/app/3d/qgsline3dsymbolwidget.h +++ b/src/app/3d/qgsline3dsymbolwidget.h @@ -1,3 +1,18 @@ +/*************************************************************************** + qgsline3dsymbolwidget.h + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #ifndef QGSLINE3DSYMBOLWIDGET_H #define QGSLINE3DSYMBOLWIDGET_H diff --git a/src/app/3d/qgsphongmaterialwidget.cpp b/src/app/3d/qgsphongmaterialwidget.cpp index 0ad7802df16d..76d02d0cc70b 100644 --- a/src/app/3d/qgsphongmaterialwidget.cpp +++ b/src/app/3d/qgsphongmaterialwidget.cpp @@ -1,3 +1,18 @@ +/*************************************************************************** + qgsphongmaterialwidget.cpp + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #include "qgsphongmaterialwidget.h" #include "qgsphongmaterialsettings.h" diff --git a/src/app/3d/qgsphongmaterialwidget.h b/src/app/3d/qgsphongmaterialwidget.h index aa95786eafa7..855f63d12830 100644 --- a/src/app/3d/qgsphongmaterialwidget.h +++ b/src/app/3d/qgsphongmaterialwidget.h @@ -1,3 +1,18 @@ +/*************************************************************************** + qgsphongmaterialwidget.h + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #ifndef QGSPHONGMATERIALWIDGET_H #define QGSPHONGMATERIALWIDGET_H diff --git a/src/app/3d/qgspoint3dsymbolwidget.cpp b/src/app/3d/qgspoint3dsymbolwidget.cpp index 00c279a1f187..200afbad044b 100644 --- a/src/app/3d/qgspoint3dsymbolwidget.cpp +++ b/src/app/3d/qgspoint3dsymbolwidget.cpp @@ -1,3 +1,18 @@ +/*************************************************************************** + qgspoint3dsymbolwidget.cpp + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #include "qgspoint3dsymbolwidget.h" #include #include diff --git a/src/app/3d/qgspoint3dsymbolwidget.h b/src/app/3d/qgspoint3dsymbolwidget.h index cf829e1d9f25..082efc8ff422 100644 --- a/src/app/3d/qgspoint3dsymbolwidget.h +++ b/src/app/3d/qgspoint3dsymbolwidget.h @@ -1,3 +1,18 @@ +/*************************************************************************** + qgspoint3dsymbolwidget.h + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #ifndef QGSPOINT3DSYMBOLWIDGET_H #define QGSPOINT3DSYMBOLWIDGET_H diff --git a/src/app/3d/qgspolygon3dsymbolwidget.cpp b/src/app/3d/qgspolygon3dsymbolwidget.cpp index 0513b78121e9..b6017b3c6c4e 100644 --- a/src/app/3d/qgspolygon3dsymbolwidget.cpp +++ b/src/app/3d/qgspolygon3dsymbolwidget.cpp @@ -1,3 +1,18 @@ +/*************************************************************************** + qgspolygon3dsymbolwidget.cpp + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #include "qgspolygon3dsymbolwidget.h" #include "qgspolygon3dsymbol.h" diff --git a/src/app/3d/qgspolygon3dsymbolwidget.h b/src/app/3d/qgspolygon3dsymbolwidget.h index f4ac32b35efd..5f7bb27cac0c 100644 --- a/src/app/3d/qgspolygon3dsymbolwidget.h +++ b/src/app/3d/qgspolygon3dsymbolwidget.h @@ -1,3 +1,18 @@ +/*************************************************************************** + qgspolygon3dsymbolwidget.h + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #ifndef QGSPOLYGON3DSYMBOLWIDGET_H #define QGSPOLYGON3DSYMBOLWIDGET_H diff --git a/src/app/3d/qgsvectorlayer3drendererwidget.cpp b/src/app/3d/qgsvectorlayer3drendererwidget.cpp index 3dcebb2a1cd4..bc89c5917b61 100644 --- a/src/app/3d/qgsvectorlayer3drendererwidget.cpp +++ b/src/app/3d/qgsvectorlayer3drendererwidget.cpp @@ -1,3 +1,18 @@ +/*************************************************************************** + qgsvectorlayer3drendererwidget.cpp + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #include "qgsvectorlayer3drendererwidget.h" #include "qgsline3dsymbol.h" diff --git a/src/app/3d/qgsvectorlayer3drendererwidget.h b/src/app/3d/qgsvectorlayer3drendererwidget.h index e8e0e42c4722..27277fc2a384 100644 --- a/src/app/3d/qgsvectorlayer3drendererwidget.h +++ b/src/app/3d/qgsvectorlayer3drendererwidget.h @@ -1,3 +1,18 @@ +/*************************************************************************** + qgsvectorlayer3drendererwidget.h + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #ifndef QGSVECTORLAYER3DRENDERERWIDGET_H #define QGSVECTORLAYER3DRENDERERWIDGET_H diff --git a/src/core/3d/qgs3drendererregistry.cpp b/src/core/3d/qgs3drendererregistry.cpp index 04036160925a..747afc29d564 100644 --- a/src/core/3d/qgs3drendererregistry.cpp +++ b/src/core/3d/qgs3drendererregistry.cpp @@ -1,3 +1,18 @@ +/*************************************************************************** + qgs3drendererregistry.cpp + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #include "qgs3drendererregistry.h" diff --git a/src/core/3d/qgs3drendererregistry.h b/src/core/3d/qgs3drendererregistry.h index 9f94494794cd..c7bd1531514b 100644 --- a/src/core/3d/qgs3drendererregistry.h +++ b/src/core/3d/qgs3drendererregistry.h @@ -1,3 +1,18 @@ +/*************************************************************************** + qgs3drendererregistry.h + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #ifndef QGS3DRENDERERREGISTRY_H #define QGS3DRENDERERREGISTRY_H @@ -54,6 +69,7 @@ class CORE_EXPORT Qgs3DRendererAbstractMetadata class CORE_EXPORT Qgs3DRendererRegistry { public: + //! Creates registry of 3D renderers Qgs3DRendererRegistry() = default; ~Qgs3DRendererRegistry(); diff --git a/src/core/3d/qgsabstract3drenderer.cpp b/src/core/3d/qgsabstract3drenderer.cpp index 5c6f6ccdd4cc..48d6b94c0dd8 100644 --- a/src/core/3d/qgsabstract3drenderer.cpp +++ b/src/core/3d/qgsabstract3drenderer.cpp @@ -1,3 +1,18 @@ +/*************************************************************************** + qgsabstract3drenderer.cpp + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #include "qgsabstract3drenderer.h" diff --git a/src/core/3d/qgsabstract3drenderer.h b/src/core/3d/qgsabstract3drenderer.h index 84f1b2606771..269506ce4964 100644 --- a/src/core/3d/qgsabstract3drenderer.h +++ b/src/core/3d/qgsabstract3drenderer.h @@ -1,3 +1,18 @@ +/*************************************************************************** + qgsabstract3drenderer.h + -------------------------------------- + Date : July 2017 + Copyright : (C) 2017 by Martin Dobias + Email : wonder dot sk at gmail dot com + *************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + #ifndef QGSABSTRACT3DRENDERER_H #define QGSABSTRACT3DRENDERER_H