move src/core/symbology/classification to src/core/classification

This commit is contained in:
Denis Rouzaud 2019-09-02 09:46:40 +02:00
parent d58be2814d
commit 68a9ea5d70
30 changed files with 47 additions and 47 deletions

View File

@ -118,7 +118,7 @@ INCLUDE_DIRECTORIES(
${CMAKE_SOURCE_DIR}/src/core/raster
${CMAKE_SOURCE_DIR}/src/core/scalebar
${CMAKE_SOURCE_DIR}/src/core/symbology
${CMAKE_SOURCE_DIR}/src/core/symbology/classification
${CMAKE_SOURCE_DIR}/src/core/classification
${CMAKE_SOURCE_DIR}/src/core/validity
${CMAKE_SOURCE_DIR}/src/plugins
${CMAKE_SOURCE_DIR}/external

View File

@ -1,7 +1,7 @@
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/symbology/classification/qgsclassificationcustom.h *
* src/core/classification/qgsclassificationcustom.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
@ -38,7 +38,7 @@ which does not compute any break.
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/symbology/classification/qgsclassificationcustom.h *
* src/core/classification/qgsclassificationcustom.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/

View File

@ -1,7 +1,7 @@
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/symbology/classification/qgsclassificationequalinterval.h *
* src/core/classification/qgsclassificationequalinterval.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
@ -37,7 +37,7 @@ for equal intervals
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/symbology/classification/qgsclassificationequalinterval.h *
* src/core/classification/qgsclassificationequalinterval.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/

View File

@ -1,7 +1,7 @@
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/symbology/classification/qgsclassificationjenks.h *
* src/core/classification/qgsclassificationjenks.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
@ -35,7 +35,7 @@ for natural breaks based on Jenks method
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/symbology/classification/qgsclassificationjenks.h *
* src/core/classification/qgsclassificationjenks.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/

View File

@ -1,7 +1,7 @@
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/symbology/classification/qgsclassificationmethod.h *
* src/core/classification/qgsclassificationmethod.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
@ -273,7 +273,7 @@ Format the number according to label properties
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/symbology/classification/qgsclassificationmethod.h *
* src/core/classification/qgsclassificationmethod.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/

View File

@ -1,7 +1,7 @@
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/symbology/classification/qgsclassificationmethodregistry.h *
* src/core/classification/qgsclassificationmethodregistry.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
@ -49,7 +49,7 @@ Returns a map <id, name> of all registered methods
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/symbology/classification/qgsclassificationmethodregistry.h *
* src/core/classification/qgsclassificationmethodregistry.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/

View File

@ -1,7 +1,7 @@
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/symbology/classification/qgsclassificationprettybreaks.h *
* src/core/classification/qgsclassificationprettybreaks.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
@ -35,7 +35,7 @@ for pretty breaks
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/symbology/classification/qgsclassificationprettybreaks.h *
* src/core/classification/qgsclassificationprettybreaks.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/

View File

@ -1,7 +1,7 @@
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/symbology/classification/qgsclassificationquantile.h *
* src/core/classification/qgsclassificationquantile.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
@ -36,7 +36,7 @@ based on quantiles
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/symbology/classification/qgsclassificationquantile.h *
* src/core/classification/qgsclassificationquantile.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/

View File

@ -1,7 +1,7 @@
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/symbology/classification/qgsclassificationstandarddeviation.h *
* src/core/classification/qgsclassificationstandarddeviation.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
@ -43,7 +43,7 @@ based on standard deviation
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/symbology/classification/qgsclassificationstandarddeviation.h *
* src/core/classification/qgsclassificationstandarddeviation.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/

View File

@ -158,6 +158,14 @@
%Include auto_generated/auth/qgsauthmethod.sip
%Include auto_generated/callouts/qgscallout.sip
%Include auto_generated/callouts/qgscalloutsregistry.sip
%Include auto_generated/classification/qgsclassificationmethodregistry.sip
%Include auto_generated/classification/qgsclassificationmethod.sip
%Include auto_generated/classification/qgsclassificationcustom.sip
%Include auto_generated/classification/qgsclassificationequalinterval.sip
%Include auto_generated/classification/qgsclassificationprettybreaks.sip
%Include auto_generated/classification/qgsclassificationquantile.sip
%Include auto_generated/classification/qgsclassificationjenks.sip
%Include auto_generated/classification/qgsclassificationstandarddeviation.sip
%Include auto_generated/diagram/qgsdiagram.sip
%Include auto_generated/diagram/qgspiediagram.sip
%Include auto_generated/diagram/qgstextdiagram.sip
@ -255,14 +263,6 @@
%Include auto_generated/scalebar/qgsscalebarrenderer.sip
%Include auto_generated/scalebar/qgssingleboxscalebarrenderer.sip
%Include auto_generated/scalebar/qgsticksscalebarrenderer.sip
%Include auto_generated/symbology/classification/qgsclassificationmethodregistry.sip
%Include auto_generated/symbology/classification/qgsclassificationmethod.sip
%Include auto_generated/symbology/classification/qgsclassificationcustom.sip
%Include auto_generated/symbology/classification/qgsclassificationequalinterval.sip
%Include auto_generated/symbology/classification/qgsclassificationprettybreaks.sip
%Include auto_generated/symbology/classification/qgsclassificationquantile.sip
%Include auto_generated/symbology/classification/qgsclassificationjenks.sip
%Include auto_generated/symbology/classification/qgsclassificationstandarddeviation.sip
%Include auto_generated/symbology/qgs25drenderer.sip
%Include auto_generated/symbology/qgsarrowsymbollayer.sip
%Include auto_generated/symbology/qgscategorizedsymbolrenderer.sip

View File

@ -20,21 +20,21 @@ SET(QGIS_CORE_SRCS
callouts/qgscallout.cpp
callouts/qgscalloutsregistry.cpp
classification/qgsclassificationmethodregistry.cpp
classification/qgsclassificationmethod.cpp
classification/qgsclassificationcustom.cpp
classification/qgsclassificationequalinterval.cpp
classification/qgsclassificationprettybreaks.cpp
classification/qgsclassificationquantile.cpp
classification/qgsclassificationjenks.cpp
classification/qgsclassificationstandarddeviation.cpp
gps/qgsgpsconnection.cpp
gps/qgsgpsconnectionregistry.cpp
gps/qgsgpsdconnection.cpp
gps/qgsgpsdetector.cpp
gps/qgsnmeaconnection.cpp
symbology/classification/qgsclassificationmethodregistry.cpp
symbology/classification/qgsclassificationmethod.cpp
symbology/classification/qgsclassificationcustom.cpp
symbology/classification/qgsclassificationequalinterval.cpp
symbology/classification/qgsclassificationprettybreaks.cpp
symbology/classification/qgsclassificationquantile.cpp
symbology/classification/qgsclassificationjenks.cpp
symbology/classification/qgsclassificationstandarddeviation.cpp
symbology/qgs25drenderer.cpp
symbology/qgsarrowsymbollayer.cpp
symbology/qgscategorizedsymbolrenderer.cpp
@ -1084,6 +1084,15 @@ SET(QGIS_CORE_HDRS
callouts/qgscallout.h
callouts/qgscalloutsregistry.h
classification/qgsclassificationmethodregistry.h
classification/qgsclassificationmethod.h
classification/qgsclassificationcustom.h
classification/qgsclassificationequalinterval.h
classification/qgsclassificationprettybreaks.h
classification/qgsclassificationquantile.h
classification/qgsclassificationjenks.h
classification/qgsclassificationstandarddeviation.h
diagram/qgsdiagram.h
diagram/qgspiediagram.h
diagram/qgstextdiagram.h
@ -1205,15 +1214,6 @@ SET(QGIS_CORE_HDRS
scalebar/qgssingleboxscalebarrenderer.h
scalebar/qgsticksscalebarrenderer.h
symbology/classification/qgsclassificationmethodregistry.h
symbology/classification/qgsclassificationmethod.h
symbology/classification/qgsclassificationcustom.h
symbology/classification/qgsclassificationequalinterval.h
symbology/classification/qgsclassificationprettybreaks.h
symbology/classification/qgsclassificationquantile.h
symbology/classification/qgsclassificationjenks.h
symbology/classification/qgsclassificationstandarddeviation.h
symbology/qgs25drenderer.h
symbology/qgsarrowsymbollayer.h
symbology/qgscategorizedsymbolrenderer.h
@ -1312,6 +1312,7 @@ INCLUDE_DIRECTORIES(
3d
annotations
auth
classification
dxf
effects
${CMAKE_SOURCE_DIR}/src/core/expression
@ -1335,7 +1336,6 @@ INCLUDE_DIRECTORIES(
renderer
scalebar
symbology
symbology/classification
metadata
mesh
validity

View File

@ -1019,7 +1019,7 @@ INCLUDE_DIRECTORIES(
${CMAKE_SOURCE_DIR}/src/core/raster
${CMAKE_SOURCE_DIR}/src/core/scalebar
${CMAKE_SOURCE_DIR}/src/core/symbology
${CMAKE_SOURCE_DIR}/src/core/symbology/classification
${CMAKE_SOURCE_DIR}/src/core/classification
${CMAKE_SOURCE_DIR}/src/core/effects
${CMAKE_SOURCE_DIR}/src/core/metadata
${CMAKE_SOURCE_DIR}/src/core/expression

View File

@ -27,7 +27,7 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/src/core/raster
${CMAKE_SOURCE_DIR}/src/core/scalebar
${CMAKE_SOURCE_DIR}/src/core/symbology
${CMAKE_SOURCE_DIR}/src/core/symbology/classification
${CMAKE_SOURCE_DIR}/src/core/classification
${CMAKE_SOURCE_DIR}/src/core/mesh
${CMAKE_SOURCE_DIR}/src/test
${CMAKE_BINARY_DIR}/src/core

View File

@ -25,7 +25,7 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/src/core/processing
${CMAKE_SOURCE_DIR}/src/core/raster
${CMAKE_SOURCE_DIR}/src/core/symbology
${CMAKE_SOURCE_DIR}/src/core/symbology/classification
${CMAKE_SOURCE_DIR}/src/core/classification
${CMAKE_SOURCE_DIR}/src/core/fieldformatter
${CMAKE_SOURCE_DIR}/src/test
${CMAKE_SOURCE_DIR}/src/native