Adds a file to hold a map from class/method to headerfile (#58131)

* Adds a file to hold a map from class/method to headerfile (#58054)

* create map file for class / header files for PyQGIS API docs

* create map files

* install file

* add line numbers

* also add methods

* wait to sort

* more methods

* fix CMakeLists install

* fix sorting

* fix spell check

* remove map files for Qt6

* Revert "remove map files for Qt6"

This reverts commit 972f483410f556d1735a2070943b8ad9e2522c5e.

* do not test class_map files + auto sipify_all on branches

* fix warning

* fix sipify bot

* no error if nothing to commit
This commit is contained in:
Denis Rouzaud 2024-07-16 16:11:05 +02:00 committed by GitHub
parent 90eaea146b
commit 403ff29c0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
15 changed files with 55324 additions and 14 deletions

56
.github/workflows/sipify-bot.yml vendored Normal file
View File

@ -0,0 +1,56 @@
name: Run sipify
on:
issue_comment:
types: [created]
workflow_dispatch:
push:
branches:
- master
- release-*
jobs:
sipify:
if: github.event_name != 'issue_comment' || ( contains(github.event.comment.html_url, '/pull/') && github.event.comment.body == '/sipify' )
runs-on: [ubuntu-latest]
steps:
- name: Get PR branch
uses: alessbell/pull-request-comment-branch@v2.1.0
if: ${{ github.event_name == 'issue_comment' }}
id: comment-branch
- uses: actions/checkout@v4
with:
ref: ${{ steps.comment-branch.outputs.head_ref || github.ref_name }}
repository: ${{ steps.comment-branch.outputs.head_owner || 'qgis' }}/${{ steps.comment-branch.outputs.head_repo || 'QGIS' }}
token: ${{ secrets.GH_TOKEN_BOT }}
- name: Install Requirements
run: |
sudo apt install -y \
cpanminus \
libyaml-tiny-perl \
libio-socket-ssl-perl \
libhttp-date-perl \
libgetopt-long-descriptive-perl \
libmoo-perl \
libnamespace-clean-perl \
libpath-tiny-perl \
libpod-constants-perl \
libscalar-list-utils-perl \
libsort-key-perl \
libstrictures-perl \
libstring-escape-perl \
libtry-tiny-perl
- name: run sipify
run: ./scripts/sipify_all.sh -m
- name: commit
run: |
git config user.name qgis-bot
git config user.email bot@qgis.org
git add .
git commit -m "auto sipify 🍺" || echo "nothing to commit"
git push

625
python/3d/class_map.yaml Normal file
View File

@ -0,0 +1,625 @@
Qgs3D.initialize: src/3d/qgs3d.h#L53
Qgs3D.instance: src/3d/qgs3d.h#L46
Qgs3D.materialRegistry: src/3d/qgs3d.h#L58
Qgs3D: src/3d/qgs3d.h#L32
Qgs3DAlgorithms.helpId: src/3d/processing/qgs3dalgorithms.h#L44
Qgs3DAlgorithms.icon: src/3d/processing/qgs3dalgorithms.h#L41
Qgs3DAlgorithms.id: src/3d/processing/qgs3dalgorithms.h#L43
Qgs3DAlgorithms.loadAlgorithms: src/3d/processing/qgs3dalgorithms.h#L50
Qgs3DAlgorithms.name: src/3d/processing/qgs3dalgorithms.h#L45
Qgs3DAlgorithms.supportsNonFileBasedOutput: src/3d/processing/qgs3dalgorithms.h#L46
Qgs3DAlgorithms.svgIconPath: src/3d/processing/qgs3dalgorithms.h#L42
Qgs3DAlgorithms: src/3d/processing/qgs3dalgorithms.h#L30
Qgs3DMapCanvas.cameraController: src/3d/qgs3dmapcanvas.h#L101
Qgs3DMapCanvas.eventFilter: src/3d/qgs3dmapcanvas.h#L212
Qgs3DMapCanvas.mapSettings: src/3d/qgs3dmapcanvas.h#L95
Qgs3DMapCanvas.resizeEvent: src/3d/qgs3dmapcanvas.h#L210
Qgs3DMapCanvas.scene: src/3d/qgs3dmapcanvas.h#L98
Qgs3DMapCanvas.showEvent: src/3d/qgs3dmapcanvas.h#L205
Qgs3DMapCanvas: src/3d/qgs3dmapcanvas.h#L79
Qgs3DMapExportSettings.exportNormals: src/3d/qgs3dmapexportsettings.h#L48
Qgs3DMapExportSettings.exportTextures: src/3d/qgs3dmapexportsettings.h#L50
Qgs3DMapExportSettings.scale: src/3d/qgs3dmapexportsettings.h#L54
Qgs3DMapExportSettings.sceneFolderPath: src/3d/qgs3dmapexportsettings.h#L42
Qgs3DMapExportSettings.sceneName: src/3d/qgs3dmapexportsettings.h#L40
Qgs3DMapExportSettings.setExportNormals: src/3d/qgs3dmapexportsettings.h#L65
Qgs3DMapExportSettings.setExportTextures: src/3d/qgs3dmapexportsettings.h#L67
Qgs3DMapExportSettings.setScale: src/3d/qgs3dmapexportsettings.h#L71
Qgs3DMapExportSettings.setSceneFolderPath: src/3d/qgs3dmapexportsettings.h#L59
Qgs3DMapExportSettings.setSceneName: src/3d/qgs3dmapexportsettings.h#L57
Qgs3DMapExportSettings.setSmoothEdges: src/3d/qgs3dmapexportsettings.h#L63
Qgs3DMapExportSettings.setTerrainResolution: src/3d/qgs3dmapexportsettings.h#L61
Qgs3DMapExportSettings.setTerrainTextureResolution: src/3d/qgs3dmapexportsettings.h#L69
Qgs3DMapExportSettings.smoothEdges: src/3d/qgs3dmapexportsettings.h#L46
Qgs3DMapExportSettings.terrainTextureResolution: src/3d/qgs3dmapexportsettings.h#L52
Qgs3DMapExportSettings.terrrainResolution: src/3d/qgs3dmapexportsettings.h#L44
Qgs3DMapExportSettings: src/3d/qgs3dmapexportsettings.h#L30
Qgs3DMapScene.cameraController: src/3d/qgs3dmapscene.h#L80
Qgs3DMapScene.elevationRange: src/3d/qgs3dmapscene.h#L167
Qgs3DMapScene.exportScene: src/3d/qgs3dmapscene.h#L131
Qgs3DMapScene.fpsCountChanged: src/3d/qgs3dmapscene.h#L219
Qgs3DMapScene.fpsCounterEnabledChanged: src/3d/qgs3dmapscene.h#L221
Qgs3DMapScene.gpuMemoryLimitReached: src/3d/qgs3dmapscene.h#L235
Qgs3DMapScene.mapSettings: src/3d/qgs3dmapscene.h#L188
Qgs3DMapScene.sceneExtent: src/3d/qgs3dmapscene.h#L159
Qgs3DMapScene.sceneState: src/3d/qgs3dmapscene.h#L122
Qgs3DMapScene.sceneStateChanged: src/3d/qgs3dmapscene.h#L216
Qgs3DMapScene.setViewFrom2DExtent: src/3d/qgs3dmapscene.h#L96
Qgs3DMapScene.terrainEntityChanged: src/3d/qgs3dmapscene.h#L206
Qgs3DMapScene.terrainPendingJobsCount: src/3d/qgs3dmapscene.h#L106
Qgs3DMapScene.terrainPendingJobsCountChanged: src/3d/qgs3dmapscene.h#L208
Qgs3DMapScene.totalPendingJobsCount: src/3d/qgs3dmapscene.h#L112
Qgs3DMapScene.totalPendingJobsCountChanged: src/3d/qgs3dmapscene.h#L214
Qgs3DMapScene.updateTemporal: src/3d/qgs3dmapscene.h#L239
Qgs3DMapScene.viewZoomFull: src/3d/qgs3dmapscene.h#L89
Qgs3DMapScene.viewed2DExtentFrom3DChanged: src/3d/qgs3dmapscene.h#L228
Qgs3DMapScene.worldSpaceError: src/3d/qgs3dmapscene.h#L128
Qgs3DMapScene: src/3d/qgs3dmapscene.h#L70
Qgs3DMapSettings.ambientOcclusionSettingsChanged: src/3d/qgs3dmapsettings.h#L864
Qgs3DMapSettings.axisSettingsChanged: src/3d/qgs3dmapsettings.h#L883
Qgs3DMapSettings.backgroundColor: src/3d/qgs3dmapsettings.h#L166
Qgs3DMapSettings.backgroundColorChanged: src/3d/qgs3dmapsettings.h#L702
Qgs3DMapSettings.cameraMovementSpeed: src/3d/qgs3dmapsettings.h#L505
Qgs3DMapSettings.cameraMovementSpeedChanged: src/3d/qgs3dmapsettings.h#L845
Qgs3DMapSettings.cameraNavigationModeChanged: src/3d/qgs3dmapsettings.h#L839
Qgs3DMapSettings.crs: src/3d/qgs3dmapsettings.h#L112
Qgs3DMapSettings.debugDepthMapCorner: src/3d/qgs3dmapsettings.h#L441
Qgs3DMapSettings.debugDepthMapEnabled: src/3d/qgs3dmapsettings.h#L439
Qgs3DMapSettings.debugDepthMapSettingsChanged: src/3d/qgs3dmapsettings.h#L803
Qgs3DMapSettings.debugDepthMapSize: src/3d/qgs3dmapsettings.h#L443
Qgs3DMapSettings.debugOverlayEnabledChanged: src/3d/qgs3dmapsettings.h#L889
Qgs3DMapSettings.debugShadowMapCorner: src/3d/qgs3dmapsettings.h#L428
Qgs3DMapSettings.debugShadowMapEnabled: src/3d/qgs3dmapsettings.h#L426
Qgs3DMapSettings.debugShadowMapSettingsChanged: src/3d/qgs3dmapsettings.h#L797
Qgs3DMapSettings.debugShadowMapSize: src/3d/qgs3dmapsettings.h#L430
Qgs3DMapSettings.directionalLightsChanged: src/3d/qgs3dmapsettings.h#L821
Qgs3DMapSettings.extent: src/3d/qgs3dmapsettings.h#L76
Qgs3DMapSettings.extentChanged: src/3d/qgs3dmapsettings.h#L896
Qgs3DMapSettings.eyeDomeLightingDistance: src/3d/qgs3dmapsettings.h#L417
Qgs3DMapSettings.eyeDomeLightingDistanceChanged: src/3d/qgs3dmapsettings.h#L791
Qgs3DMapSettings.eyeDomeLightingEnabled: src/3d/qgs3dmapsettings.h#L399
Qgs3DMapSettings.eyeDomeLightingEnabledChanged: src/3d/qgs3dmapsettings.h#L779
Qgs3DMapSettings.eyeDomeLightingStrength: src/3d/qgs3dmapsettings.h#L408
Qgs3DMapSettings.eyeDomeLightingStrengthChanged: src/3d/qgs3dmapsettings.h#L785
Qgs3DMapSettings.fieldOfView: src/3d/qgs3dmapsettings.h#L466
Qgs3DMapSettings.fieldOfViewChanged: src/3d/qgs3dmapsettings.h#L827
Qgs3DMapSettings.fpsCounterEnabledChanged: src/3d/qgs3dmapsettings.h#L870
Qgs3DMapSettings.isDebugOverlayEnabled: src/3d/qgs3dmapsettings.h#L667
Qgs3DMapSettings.isFpsCounterEnabled: src/3d/qgs3dmapsettings.h#L583
Qgs3DMapSettings.isSkyboxEnabled: src/3d/qgs3dmapsettings.h#L569
Qgs3DMapSettings.isTerrainShadingEnabled: src/3d/qgs3dmapsettings.h#L307
Qgs3DMapSettings.layersChanged: src/3d/qgs3dmapsettings.h#L712
Qgs3DMapSettings.lightSourcesChanged: src/3d/qgs3dmapsettings.h#L815
Qgs3DMapSettings.mapThemeCollection: src/3d/qgs3dmapsettings.h#L154
Qgs3DMapSettings.mapTileResolution: src/3d/qgs3dmapsettings.h#L222
Qgs3DMapSettings.mapTileResolutionChanged: src/3d/qgs3dmapsettings.h#L719
Qgs3DMapSettings.mapToWorldCoordinates: src/3d/qgs3dmapsettings.h#L105
Qgs3DMapSettings.maxTerrainGroundError: src/3d/qgs3dmapsettings.h#L251
Qgs3DMapSettings.maxTerrainGroundErrorChanged: src/3d/qgs3dmapsettings.h#L723
Qgs3DMapSettings.maxTerrainScreenError: src/3d/qgs3dmapsettings.h#L237
Qgs3DMapSettings.maxTerrainScreenErrorChanged: src/3d/qgs3dmapsettings.h#L721
Qgs3DMapSettings.origin: src/3d/qgs3dmapsettings.h#L102
Qgs3DMapSettings.outputDpi: src/3d/qgs3dmapsettings.h#L526
Qgs3DMapSettings.pointLightsChanged: src/3d/qgs3dmapsettings.h#L809
Qgs3DMapSettings.projectionTypeChanged: src/3d/qgs3dmapsettings.h#L833
Qgs3DMapSettings.readXml: src/3d/qgs3dmapsettings.h#L64
Qgs3DMapSettings.rendererUsage: src/3d/qgs3dmapsettings.h#L612
Qgs3DMapSettings.renderersChanged: src/3d/qgs3dmapsettings.h#L747
Qgs3DMapSettings.resolveReferences: src/3d/qgs3dmapsettings.h#L68
Qgs3DMapSettings.selectionColor: src/3d/qgs3dmapsettings.h#L171
Qgs3DMapSettings.selectionColorChanged: src/3d/qgs3dmapsettings.h#L704
Qgs3DMapSettings.setBackgroundColor: src/3d/qgs3dmapsettings.h#L164
Qgs3DMapSettings.setCameraMovementSpeed: src/3d/qgs3dmapsettings.h#L511
Qgs3DMapSettings.setCrs: src/3d/qgs3dmapsettings.h#L110
Qgs3DMapSettings.setDebugDepthMapSettings: src/3d/qgs3dmapsettings.h#L437
Qgs3DMapSettings.setDebugShadowMapSettings: src/3d/qgs3dmapsettings.h#L424
Qgs3DMapSettings.setExtent: src/3d/qgs3dmapsettings.h#L87
Qgs3DMapSettings.setEyeDomeLightingDistance: src/3d/qgs3dmapsettings.h#L415
Qgs3DMapSettings.setEyeDomeLightingEnabled: src/3d/qgs3dmapsettings.h#L397
Qgs3DMapSettings.setEyeDomeLightingStrength: src/3d/qgs3dmapsettings.h#L406
Qgs3DMapSettings.setFieldOfView: src/3d/qgs3dmapsettings.h#L472
Qgs3DMapSettings.setIsDebugOverlayEnabled: src/3d/qgs3dmapsettings.h#L677
Qgs3DMapSettings.setIsFpsCounterEnabled: src/3d/qgs3dmapsettings.h#L590
Qgs3DMapSettings.setIsSkyboxEnabled: src/3d/qgs3dmapsettings.h#L576
Qgs3DMapSettings.setLayers: src/3d/qgs3dmapsettings.h#L181
Qgs3DMapSettings.setLightSources: src/3d/qgs3dmapsettings.h#L460
Qgs3DMapSettings.setMapThemeCollection: src/3d/qgs3dmapsettings.h#L161
Qgs3DMapSettings.setMapTileResolution: src/3d/qgs3dmapsettings.h#L216
Qgs3DMapSettings.setMaxTerrainGroundError: src/3d/qgs3dmapsettings.h#L243
Qgs3DMapSettings.setMaxTerrainScreenError: src/3d/qgs3dmapsettings.h#L228
Qgs3DMapSettings.setOrigin: src/3d/qgs3dmapsettings.h#L100
Qgs3DMapSettings.setOutputDpi: src/3d/qgs3dmapsettings.h#L518
Qgs3DMapSettings.setPathResolver: src/3d/qgs3dmapsettings.h#L146
Qgs3DMapSettings.setRendererUsage: src/3d/qgs3dmapsettings.h#L620
Qgs3DMapSettings.setSelectionColor: src/3d/qgs3dmapsettings.h#L169
Qgs3DMapSettings.setShowCameraRotationCenter: src/3d/qgs3dmapsettings.h#L367
Qgs3DMapSettings.setShowCameraViewCenter: src/3d/qgs3dmapsettings.h#L355
Qgs3DMapSettings.setShowExtentIn2DView: src/3d/qgs3dmapsettings.h#L690
Qgs3DMapSettings.setShowLabels: src/3d/qgs3dmapsettings.h#L388
Qgs3DMapSettings.setShowLightSourceOrigins: src/3d/qgs3dmapsettings.h#L379
Qgs3DMapSettings.setShowTerrainBoundingBoxes: src/3d/qgs3dmapsettings.h#L343
Qgs3DMapSettings.setShowTerrainTilesInfo: src/3d/qgs3dmapsettings.h#L347
Qgs3DMapSettings.setTerrainElevationOffset: src/3d/qgs3dmapsettings.h#L258
Qgs3DMapSettings.setTerrainMapTheme: src/3d/qgs3dmapsettings.h#L328
Qgs3DMapSettings.setTerrainRenderingEnabled: src/3d/qgs3dmapsettings.h#L604
Qgs3DMapSettings.setTerrainShadingEnabled: src/3d/qgs3dmapsettings.h#L299
Qgs3DMapSettings.setTerrainShadingMaterial: src/3d/qgs3dmapsettings.h#L314
Qgs3DMapSettings.setTerrainVerticalScale: src/3d/qgs3dmapsettings.h#L208
Qgs3DMapSettings.setTransformContext: src/3d/qgs3dmapsettings.h#L130
Qgs3DMapSettings.setViewFrustumVisualizationEnabled: src/3d/qgs3dmapsettings.h#L648
Qgs3DMapSettings.setViewSyncMode: src/3d/qgs3dmapsettings.h#L634
Qgs3DMapSettings.settingsChanged: src/3d/qgs3dmapsettings.h#L699
Qgs3DMapSettings.shadowSettingsChanged: src/3d/qgs3dmapsettings.h#L857
Qgs3DMapSettings.showCameraRotationCenter: src/3d/qgs3dmapsettings.h#L373
Qgs3DMapSettings.showCameraRotationCenterChanged: src/3d/qgs3dmapsettings.h#L764
Qgs3DMapSettings.showCameraViewCenter: src/3d/qgs3dmapsettings.h#L361
Qgs3DMapSettings.showCameraViewCenterChanged: src/3d/qgs3dmapsettings.h#L758
Qgs3DMapSettings.showExtentIn2DView: src/3d/qgs3dmapsettings.h#L684
Qgs3DMapSettings.showExtentIn2DViewChanged: src/3d/qgs3dmapsettings.h#L903
Qgs3DMapSettings.showLabels: src/3d/qgs3dmapsettings.h#L390
Qgs3DMapSettings.showLabelsChanged: src/3d/qgs3dmapsettings.h#L773
Qgs3DMapSettings.showLightSourceOrigins: src/3d/qgs3dmapsettings.h#L385
Qgs3DMapSettings.showLightSourceOriginsChanged: src/3d/qgs3dmapsettings.h#L770
Qgs3DMapSettings.showTerrainBoundingBoxes: src/3d/qgs3dmapsettings.h#L345
Qgs3DMapSettings.showTerrainBoundingBoxesChanged: src/3d/qgs3dmapsettings.h#L750
Qgs3DMapSettings.showTerrainTilesInfo: src/3d/qgs3dmapsettings.h#L349
Qgs3DMapSettings.showTerrainTilesInfoChanged: src/3d/qgs3dmapsettings.h#L752
Qgs3DMapSettings.skyboxSettingsChanged: src/3d/qgs3dmapsettings.h#L851
Qgs3DMapSettings.terrainElevationOffset: src/3d/qgs3dmapsettings.h#L263
Qgs3DMapSettings.terrainElevationOffsetChanged: src/3d/qgs3dmapsettings.h#L729
Qgs3DMapSettings.terrainGeneratorChanged: src/3d/qgs3dmapsettings.h#L715
Qgs3DMapSettings.terrainMapTheme: src/3d/qgs3dmapsettings.h#L336
Qgs3DMapSettings.terrainMapThemeChanged: src/3d/qgs3dmapsettings.h#L741
Qgs3DMapSettings.terrainRenderingEnabled: src/3d/qgs3dmapsettings.h#L597
Qgs3DMapSettings.terrainShadingChanged: src/3d/qgs3dmapsettings.h#L735
Qgs3DMapSettings.terrainShadingMaterial: src/3d/qgs3dmapsettings.h#L321
Qgs3DMapSettings.terrainVerticalScale: src/3d/qgs3dmapsettings.h#L210
Qgs3DMapSettings.terrainVerticalScaleChanged: src/3d/qgs3dmapsettings.h#L717
Qgs3DMapSettings.transformContext: src/3d/qgs3dmapsettings.h#L121
Qgs3DMapSettings.viewFrustumVisualizationEnabled: src/3d/qgs3dmapsettings.h#L641
Qgs3DMapSettings.viewFrustumVisualizationEnabledChanged: src/3d/qgs3dmapsettings.h#L877
Qgs3DMapSettings.viewSyncMode: src/3d/qgs3dmapsettings.h#L627
Qgs3DMapSettings.worldToMapCoordinates: src/3d/qgs3dmapsettings.h#L107
Qgs3DMapSettings.writeXml: src/3d/qgs3dmapsettings.h#L66
Qgs3DMapSettings: src/3d/qgs3dmapsettings.h#L51
Qgs3DTypes: src/3d/qgs3dtypes.h#L30
QgsAbstractMaterialSettings.clone: src/3d/materials/qgsabstractmaterialsettings.h#L166
QgsAbstractMaterialSettings.readXml: src/3d/materials/qgsabstractmaterialsettings.h#L169
QgsAbstractMaterialSettings.type: src/3d/materials/qgsabstractmaterialsettings.h#L159
QgsAbstractMaterialSettings.writeXml: src/3d/materials/qgsabstractmaterialsettings.h#L172
QgsAbstractMaterialSettings: src/3d/materials/qgsabstractmaterialsettings.h#L120
QgsAbstractVectorLayer3DRenderer.copyBaseProperties: src/3d/qgsabstractvectorlayer3drenderer.h#L96
QgsAbstractVectorLayer3DRenderer.layer: src/3d/qgsabstractvectorlayer3drenderer.h#L85
QgsAbstractVectorLayer3DRenderer.readXmlBaseProperties: src/3d/qgsabstractvectorlayer3drenderer.h#L100
QgsAbstractVectorLayer3DRenderer.resolveReferences: src/3d/qgsabstractvectorlayer3drenderer.h#L92
QgsAbstractVectorLayer3DRenderer.setLayer: src/3d/qgsabstractvectorlayer3drenderer.h#L83
QgsAbstractVectorLayer3DRenderer.setTilingSettings: src/3d/qgsabstractvectorlayer3drenderer.h#L88
QgsAbstractVectorLayer3DRenderer.tilingSettings: src/3d/qgsabstractvectorlayer3drenderer.h#L90
QgsAbstractVectorLayer3DRenderer.writeXmlBaseProperties: src/3d/qgsabstractvectorlayer3drenderer.h#L98
QgsAbstractVectorLayer3DRenderer: src/3d/qgsabstractvectorlayer3drenderer.h#L77
QgsCameraController.cameraChanged: src/3d/qgscameracontroller.h#L254
QgsCameraController.cameraMovementSpeed: src/3d/qgscameracontroller.h#L91
QgsCameraController.cameraMovementSpeedChanged: src/3d/qgscameracontroller.h#L262
QgsCameraController.cameraNavigationMode: src/3d/qgscameracontroller.h#L85
QgsCameraController.cameraPose: src/3d/qgscameracontroller.h#L141
QgsCameraController.cameraRotationCenterChanged: src/3d/qgscameracontroller.h#L280
QgsCameraController.depthBufferCaptured: src/3d/qgscameracontroller.h#L213
QgsCameraController.distance: src/3d/qgscameracontroller.h#L148
QgsCameraController.frameTriggered: src/3d/qgscameracontroller.h#L112
QgsCameraController.lookingAtPoint: src/3d/qgscameracontroller.h#L121
QgsCameraController.moveView: src/3d/qgscameracontroller.h#L178
QgsCameraController.navigationModeChanged: src/3d/qgscameracontroller.h#L257
QgsCameraController.pitch: src/3d/qgscameracontroller.h#L155
QgsCameraController.readXml: src/3d/qgscameracontroller.h#L167
QgsCameraController.requestDepthBufferCapture: src/3d/qgscameracontroller.h#L274
QgsCameraController.resetView: src/3d/qgscameracontroller.h#L115
QgsCameraController.rotateAroundViewCenter: src/3d/qgscameracontroller.h#L174
QgsCameraController.rotateCamera: src/3d/qgscameracontroller.h#L192
QgsCameraController.setCameraHeadingAngle: src/3d/qgscameracontroller.h#L176
QgsCameraController.setCameraMovementSpeed: src/3d/qgscameracontroller.h#L97
QgsCameraController.setCameraNavigationMode: src/3d/qgscameracontroller.h#L207
QgsCameraController.setCameraPose: src/3d/qgscameracontroller.h#L135
QgsCameraController.setCursorPosition: src/3d/qgscameracontroller.h#L268
QgsCameraController.setLookingAtPoint: src/3d/qgscameracontroller.h#L129
QgsCameraController.setVerticalAxisInversion: src/3d/qgscameracontroller.h#L109
QgsCameraController.setViewFromTop: src/3d/qgscameracontroller.h#L118
QgsCameraController.tiltUpAroundViewCenter: src/3d/qgscameracontroller.h#L172
QgsCameraController.verticalAxisInversion: src/3d/qgscameracontroller.h#L103
QgsCameraController.walkView: src/3d/qgscameracontroller.h#L184
QgsCameraController.willHandleKeyEvent: src/3d/qgscameracontroller.h#L199
QgsCameraController.writeXml: src/3d/qgscameracontroller.h#L165
QgsCameraController.yaw: src/3d/qgscameracontroller.h#L162
QgsCameraController.zoom: src/3d/qgscameracontroller.h#L170
QgsCameraController: src/3d/qgscameracontroller.h#L61
QgsCameraPose.centerPoint: src/3d/qgscamerapose.h#L51
QgsCameraPose.distanceFromCenterPoint: src/3d/qgscamerapose.h#L56
QgsCameraPose.headingAngle: src/3d/qgscamerapose.h#L66
QgsCameraPose.pitchAngle: src/3d/qgscamerapose.h#L61
QgsCameraPose.readXml: src/3d/qgscamerapose.h#L76
QgsCameraPose.setCenterPoint: src/3d/qgscamerapose.h#L53
QgsCameraPose.setDistanceFromCenterPoint: src/3d/qgscamerapose.h#L58
QgsCameraPose.setHeadingAngle: src/3d/qgscamerapose.h#L68
QgsCameraPose.setPitchAngle: src/3d/qgscamerapose.h#L63
QgsCameraPose.writeXml: src/3d/qgscamerapose.h#L74
QgsCameraPose: src/3d/qgscamerapose.h#L46
QgsClassificationPointCloud3DSymbol.attribute: src/3d/symbols/qgspointcloud3dsymbol.h#L490
QgsClassificationPointCloud3DSymbol.categoriesList: src/3d/symbols/qgspointcloud3dsymbol.h#L502
QgsClassificationPointCloud3DSymbol.clone: src/3d/symbols/qgspointcloud3dsymbol.h#L480
QgsClassificationPointCloud3DSymbol.getFilteredOutCategories: src/3d/symbols/qgspointcloud3dsymbol.h#L514
QgsClassificationPointCloud3DSymbol.readXml: src/3d/symbols/qgspointcloud3dsymbol.h#L484
QgsClassificationPointCloud3DSymbol.setAttribute: src/3d/symbols/qgspointcloud3dsymbol.h#L496
QgsClassificationPointCloud3DSymbol.setCategoriesList: src/3d/symbols/qgspointcloud3dsymbol.h#L508
QgsClassificationPointCloud3DSymbol.symbolType: src/3d/symbols/qgspointcloud3dsymbol.h#L481
QgsClassificationPointCloud3DSymbol.writeXml: src/3d/symbols/qgspointcloud3dsymbol.h#L483
QgsClassificationPointCloud3DSymbol: src/3d/symbols/qgspointcloud3dsymbol.h#L474
QgsColorRampPointCloud3DSymbol.attribute: src/3d/symbols/qgspointcloud3dsymbol.h#L257
QgsColorRampPointCloud3DSymbol.clone: src/3d/symbols/qgspointcloud3dsymbol.h#L247
QgsColorRampPointCloud3DSymbol.colorRampShader: src/3d/symbols/qgspointcloud3dsymbol.h#L269
QgsColorRampPointCloud3DSymbol.colorRampShaderMax: src/3d/symbols/qgspointcloud3dsymbol.h#L287
QgsColorRampPointCloud3DSymbol.colorRampShaderMin: src/3d/symbols/qgspointcloud3dsymbol.h#L281
QgsColorRampPointCloud3DSymbol.readXml: src/3d/symbols/qgspointcloud3dsymbol.h#L251
QgsColorRampPointCloud3DSymbol.setAttribute: src/3d/symbols/qgspointcloud3dsymbol.h#L263
QgsColorRampPointCloud3DSymbol.setColorRampShader: src/3d/symbols/qgspointcloud3dsymbol.h#L275
QgsColorRampPointCloud3DSymbol.setColorRampShaderMinMax: src/3d/symbols/qgspointcloud3dsymbol.h#L293
QgsColorRampPointCloud3DSymbol.symbolType: src/3d/symbols/qgspointcloud3dsymbol.h#L248
QgsColorRampPointCloud3DSymbol.writeXml: src/3d/symbols/qgspointcloud3dsymbol.h#L250
QgsColorRampPointCloud3DSymbol: src/3d/symbols/qgspointcloud3dsymbol.h#L241
QgsDirectionalLightSettings.clone: src/3d/lights/qgsdirectionallightsettings.h#L40
QgsDirectionalLightSettings.color: src/3d/lights/qgsdirectionallightsettings.h#L51
QgsDirectionalLightSettings.direction: src/3d/lights/qgsdirectionallightsettings.h#L46
QgsDirectionalLightSettings.intensity: src/3d/lights/qgsdirectionallightsettings.h#L56
QgsDirectionalLightSettings.readXml: src/3d/lights/qgsdirectionallightsettings.h#L43
QgsDirectionalLightSettings.setColor: src/3d/lights/qgsdirectionallightsettings.h#L53
QgsDirectionalLightSettings.setDirection: src/3d/lights/qgsdirectionallightsettings.h#L48
QgsDirectionalLightSettings.setIntensity: src/3d/lights/qgsdirectionallightsettings.h#L58
QgsDirectionalLightSettings.type: src/3d/lights/qgsdirectionallightsettings.h#L39
QgsDirectionalLightSettings.writeXml: src/3d/lights/qgsdirectionallightsettings.h#L42
QgsDirectionalLightSettings: src/3d/lights/qgsdirectionallightsettings.h#L33
QgsGoochMaterialSettings.alpha: src/3d/materials/qgsgoochmaterialsettings.h#L73
QgsGoochMaterialSettings.beta: src/3d/materials/qgsgoochmaterialsettings.h#L76
QgsGoochMaterialSettings.clone: src/3d/materials/qgsgoochmaterialsettings.h#L57
QgsGoochMaterialSettings.cool: src/3d/materials/qgsgoochmaterialsettings.h#L63
QgsGoochMaterialSettings.create: src/3d/materials/qgsgoochmaterialsettings.h#L50
QgsGoochMaterialSettings.diffuse: src/3d/materials/qgsgoochmaterialsettings.h#L66
QgsGoochMaterialSettings.readXml: src/3d/materials/qgsgoochmaterialsettings.h#L97
QgsGoochMaterialSettings.setAlpha: src/3d/materials/qgsgoochmaterialsettings.h#L92
QgsGoochMaterialSettings.setBeta: src/3d/materials/qgsgoochmaterialsettings.h#L95
QgsGoochMaterialSettings.setCool: src/3d/materials/qgsgoochmaterialsettings.h#L82
QgsGoochMaterialSettings.setDiffuse: src/3d/materials/qgsgoochmaterialsettings.h#L85
QgsGoochMaterialSettings.setShininess: src/3d/materials/qgsgoochmaterialsettings.h#L89
QgsGoochMaterialSettings.setSpecular: src/3d/materials/qgsgoochmaterialsettings.h#L87
QgsGoochMaterialSettings.setWarm: src/3d/materials/qgsgoochmaterialsettings.h#L79
QgsGoochMaterialSettings.shininess: src/3d/materials/qgsgoochmaterialsettings.h#L70
QgsGoochMaterialSettings.specular: src/3d/materials/qgsgoochmaterialsettings.h#L68
QgsGoochMaterialSettings.supportsTechnique: src/3d/materials/qgsgoochmaterialsettings.h#L55
QgsGoochMaterialSettings.type: src/3d/materials/qgsgoochmaterialsettings.h#L45
QgsGoochMaterialSettings.warm: src/3d/materials/qgsgoochmaterialsettings.h#L60
QgsGoochMaterialSettings.writeXml: src/3d/materials/qgsgoochmaterialsettings.h#L98
QgsGoochMaterialSettings: src/3d/materials/qgsgoochmaterialsettings.h#L36
QgsLayoutItem3DMap.assignFreeId: src/3d/qgslayoutitem3dmap.h#L103
QgsLayoutItem3DMap.cameraPose: src/3d/qgslayoutitem3dmap.h#L89
QgsLayoutItem3DMap.create: src/3d/qgslayoutitem3dmap.h#L81
QgsLayoutItem3DMap.displayName: src/3d/qgslayoutitem3dmap.h#L106
QgsLayoutItem3DMap.draw: src/3d/qgslayoutitem3dmap.h#L114
QgsLayoutItem3DMap.finalizeRestoreFromXml: src/3d/qgslayoutitem3dmap.h#L108
QgsLayoutItem3DMap.icon: src/3d/qgslayoutitem3dmap.h#L84
QgsLayoutItem3DMap.mapSettings: src/3d/qgslayoutitem3dmap.h#L98
QgsLayoutItem3DMap.readPropertiesFromElement: src/3d/qgslayoutitem3dmap.h#L116
QgsLayoutItem3DMap.refresh: src/3d/qgslayoutitem3dmap.h#L111
QgsLayoutItem3DMap.setCameraPose: src/3d/qgslayoutitem3dmap.h#L87
QgsLayoutItem3DMap.setMapSettings: src/3d/qgslayoutitem3dmap.h#L96
QgsLayoutItem3DMap.type: src/3d/qgslayoutitem3dmap.h#L83
QgsLayoutItem3DMap.writePropertiesToElement: src/3d/qgslayoutitem3dmap.h#L115
QgsLayoutItem3DMap: src/3d/qgslayoutitem3dmap.h#L44
QgsLightSource.clone: src/3d/lights/qgslightsource.h#L61
QgsLightSource.createFromXml: src/3d/lights/qgslightsource.h#L90
QgsLightSource.readXml: src/3d/lights/qgslightsource.h#L80
QgsLightSource.resolveReferences: src/3d/lights/qgslightsource.h#L85
QgsLightSource.type: src/3d/lights/qgslightsource.h#L56
QgsLightSource.writeXml: src/3d/lights/qgslightsource.h#L73
QgsLightSource: src/3d/lights/qgslightsource.h#L46
QgsLine3DSymbol.altitudeBinding: src/3d/symbols/qgsline3dsymbol.h#L62
QgsLine3DSymbol.altitudeClamping: src/3d/symbols/qgsline3dsymbol.h#L57
QgsLine3DSymbol.clone: src/3d/symbols/qgsline3dsymbol.h#L49
QgsLine3DSymbol.create: src/3d/symbols/qgsline3dsymbol.h#L46
QgsLine3DSymbol.extrusionHeight: src/3d/symbols/qgsline3dsymbol.h#L100
QgsLine3DSymbol.height: src/3d/symbols/qgsline3dsymbol.h#L76
QgsLine3DSymbol.materialSettings: src/3d/symbols/qgsline3dsymbol.h#L110
QgsLine3DSymbol.offset: src/3d/symbols/qgsline3dsymbol.h#L90
QgsLine3DSymbol.readXml: src/3d/symbols/qgsline3dsymbol.h#L52
QgsLine3DSymbol.renderAsSimpleLines: src/3d/symbols/qgsline3dsymbol.h#L105
QgsLine3DSymbol.setAltitudeBinding: src/3d/symbols/qgsline3dsymbol.h#L64
QgsLine3DSymbol.setAltitudeClamping: src/3d/symbols/qgsline3dsymbol.h#L59
QgsLine3DSymbol.setDefaultPropertiesFromLayer: src/3d/symbols/qgsline3dsymbol.h#L54
QgsLine3DSymbol.setExtrusionHeight: src/3d/symbols/qgsline3dsymbol.h#L102
QgsLine3DSymbol.setHeight: src/3d/symbols/qgsline3dsymbol.h#L83
QgsLine3DSymbol.setMaterialSettings: src/3d/symbols/qgsline3dsymbol.h#L117
QgsLine3DSymbol.setOffset: src/3d/symbols/qgsline3dsymbol.h#L97
QgsLine3DSymbol.setRenderAsSimpleLines: src/3d/symbols/qgsline3dsymbol.h#L107
QgsLine3DSymbol.setWidth: src/3d/symbols/qgsline3dsymbol.h#L69
QgsLine3DSymbol.type: src/3d/symbols/qgsline3dsymbol.h#L48
QgsLine3DSymbol.width: src/3d/symbols/qgsline3dsymbol.h#L67
QgsLine3DSymbol.writeXml: src/3d/symbols/qgsline3dsymbol.h#L51
QgsLine3DSymbol: src/3d/symbols/qgsline3dsymbol.h#L34
QgsMaterialContext.isSelected: src/3d/materials/qgsabstractmaterialsettings.h#L80
QgsMaterialContext.selectionColor: src/3d/materials/qgsabstractmaterialsettings.h#L94
QgsMaterialContext.setIsSelected: src/3d/materials/qgsabstractmaterialsettings.h#L87
QgsMaterialContext.setSelectionColor: src/3d/materials/qgsabstractmaterialsettings.h#L101
QgsMaterialContext: src/3d/materials/qgsabstractmaterialsettings.h#L71
QgsMaterialRegistry.addMaterialSettingsType: src/3d/materials/qgsmaterialregistry.h#L206
QgsMaterialRegistry.createMaterialSettings: src/3d/materials/qgsmaterialregistry.h#L215
QgsMaterialRegistry.materialSettingsMetadata: src/3d/materials/qgsmaterialregistry.h#L198
QgsMaterialRegistry.materialSettingsTypes: src/3d/materials/qgsmaterialregistry.h#L203
QgsMaterialRegistry: src/3d/materials/qgsmaterialregistry.h#L185
QgsMaterialSettingsAbstractMetadata.create: src/3d/materials/qgsmaterialregistry.h#L77
QgsMaterialSettingsAbstractMetadata.icon: src/3d/materials/qgsmaterialregistry.h#L70
QgsMaterialSettingsAbstractMetadata.supportsTechnique: src/3d/materials/qgsmaterialregistry.h#L82
QgsMaterialSettingsAbstractMetadata.type: src/3d/materials/qgsmaterialregistry.h#L60
QgsMaterialSettingsAbstractMetadata.visibleName: src/3d/materials/qgsmaterialregistry.h#L65
QgsMaterialSettingsAbstractMetadata: src/3d/materials/qgsmaterialregistry.h#L40
QgsMetalRoughMaterialSettings.baseColor: src/3d/materials/qgsmetalroughmaterialsettings.h#L63
QgsMetalRoughMaterialSettings.clone: src/3d/materials/qgsmetalroughmaterialsettings.h#L56
QgsMetalRoughMaterialSettings.create: src/3d/materials/qgsmetalroughmaterialsettings.h#L54
QgsMetalRoughMaterialSettings.metalness: src/3d/materials/qgsmetalroughmaterialsettings.h#L70
QgsMetalRoughMaterialSettings.readXml: src/3d/materials/qgsmetalroughmaterialsettings.h#L102
QgsMetalRoughMaterialSettings.roughness: src/3d/materials/qgsmetalroughmaterialsettings.h#L77
QgsMetalRoughMaterialSettings.setBaseColor: src/3d/materials/qgsmetalroughmaterialsettings.h#L86
QgsMetalRoughMaterialSettings.setMetalness: src/3d/materials/qgsmetalroughmaterialsettings.h#L93
QgsMetalRoughMaterialSettings.setRoughness: src/3d/materials/qgsmetalroughmaterialsettings.h#L100
QgsMetalRoughMaterialSettings.supportsTechnique: src/3d/materials/qgsmetalroughmaterialsettings.h#L49
QgsMetalRoughMaterialSettings.type: src/3d/materials/qgsmetalroughmaterialsettings.h#L44
QgsMetalRoughMaterialSettings.writeXml: src/3d/materials/qgsmetalroughmaterialsettings.h#L103
QgsMetalRoughMaterialSettings: src/3d/materials/qgsmetalroughmaterialsettings.h#L35
QgsNullMaterialSettings.clone: src/3d/materials/qgsnullmaterialsettings.h#L57
QgsNullMaterialSettings.create: src/3d/materials/qgsnullmaterialsettings.h#L55
QgsNullMaterialSettings.supportsTechnique: src/3d/materials/qgsnullmaterialsettings.h#L50
QgsNullMaterialSettings.type: src/3d/materials/qgsnullmaterialsettings.h#L45
QgsNullMaterialSettings: src/3d/materials/qgsnullmaterialsettings.h#L36
QgsPhongMaterialSettings.ambient: src/3d/materials/qgsphongmaterialsettings.h#L59
QgsPhongMaterialSettings.ambientCoefficient: src/3d/materials/qgsphongmaterialsettings.h#L82
QgsPhongMaterialSettings.clone: src/3d/materials/qgsphongmaterialsettings.h#L56
QgsPhongMaterialSettings.create: src/3d/materials/qgsphongmaterialsettings.h#L54
QgsPhongMaterialSettings.diffuse: src/3d/materials/qgsphongmaterialsettings.h#L61
QgsPhongMaterialSettings.diffuseCoefficient: src/3d/materials/qgsphongmaterialsettings.h#L93
QgsPhongMaterialSettings.opacity: src/3d/materials/qgsphongmaterialsettings.h#L71
QgsPhongMaterialSettings.readXml: src/3d/materials/qgsphongmaterialsettings.h#L156
QgsPhongMaterialSettings.setAmbient: src/3d/materials/qgsphongmaterialsettings.h#L109
QgsPhongMaterialSettings.setAmbientCoefficient: src/3d/materials/qgsphongmaterialsettings.h#L132
QgsPhongMaterialSettings.setDiffuse: src/3d/materials/qgsphongmaterialsettings.h#L111
QgsPhongMaterialSettings.setDiffuseCoefficient: src/3d/materials/qgsphongmaterialsettings.h#L143
QgsPhongMaterialSettings.setOpacity: src/3d/materials/qgsphongmaterialsettings.h#L121
QgsPhongMaterialSettings.setShininess: src/3d/materials/qgsphongmaterialsettings.h#L115
QgsPhongMaterialSettings.setSpecular: src/3d/materials/qgsphongmaterialsettings.h#L113
QgsPhongMaterialSettings.setSpecularCoefficient: src/3d/materials/qgsphongmaterialsettings.h#L154
QgsPhongMaterialSettings.shininess: src/3d/materials/qgsphongmaterialsettings.h#L65
QgsPhongMaterialSettings.specular: src/3d/materials/qgsphongmaterialsettings.h#L63
QgsPhongMaterialSettings.specularCoefficient: src/3d/materials/qgsphongmaterialsettings.h#L104
QgsPhongMaterialSettings.supportsTechnique: src/3d/materials/qgsphongmaterialsettings.h#L49
QgsPhongMaterialSettings.type: src/3d/materials/qgsphongmaterialsettings.h#L44
QgsPhongMaterialSettings.writeXml: src/3d/materials/qgsphongmaterialsettings.h#L157
QgsPhongMaterialSettings: src/3d/materials/qgsphongmaterialsettings.h#L35
QgsPhongTexturedMaterialSettings.ambient: src/3d/materials/qgsphongtexturedmaterialsettings.h#L59
QgsPhongTexturedMaterialSettings.clone: src/3d/materials/qgsphongtexturedmaterialsettings.h#L56
QgsPhongTexturedMaterialSettings.create: src/3d/materials/qgsphongtexturedmaterialsettings.h#L54
QgsPhongTexturedMaterialSettings.diffuseTexturePath: src/3d/materials/qgsphongtexturedmaterialsettings.h#L72
QgsPhongTexturedMaterialSettings.opacity: src/3d/materials/qgsphongtexturedmaterialsettings.h#L96
QgsPhongTexturedMaterialSettings.readXml: src/3d/materials/qgsphongtexturedmaterialsettings.h#L128
QgsPhongTexturedMaterialSettings.requiresTextureCoordinates: src/3d/materials/qgsphongtexturedmaterialsettings.h#L85
QgsPhongTexturedMaterialSettings.setAmbient: src/3d/materials/qgsphongtexturedmaterialsettings.h#L99
QgsPhongTexturedMaterialSettings.setDiffuseTexturePath: src/3d/materials/qgsphongtexturedmaterialsettings.h#L110
QgsPhongTexturedMaterialSettings.setOpacity: src/3d/materials/qgsphongtexturedmaterialsettings.h#L126
QgsPhongTexturedMaterialSettings.setShininess: src/3d/materials/qgsphongtexturedmaterialsettings.h#L104
QgsPhongTexturedMaterialSettings.setSpecular: src/3d/materials/qgsphongtexturedmaterialsettings.h#L102
QgsPhongTexturedMaterialSettings.setTextureRotation: src/3d/materials/qgsphongtexturedmaterialsettings.h#L120
QgsPhongTexturedMaterialSettings.setTextureScale: src/3d/materials/qgsphongtexturedmaterialsettings.h#L117
QgsPhongTexturedMaterialSettings.shininess: src/3d/materials/qgsphongtexturedmaterialsettings.h#L63
QgsPhongTexturedMaterialSettings.specular: src/3d/materials/qgsphongtexturedmaterialsettings.h#L61
QgsPhongTexturedMaterialSettings.supportsTechnique: src/3d/materials/qgsphongtexturedmaterialsettings.h#L49
QgsPhongTexturedMaterialSettings.textureRotation: src/3d/materials/qgsphongtexturedmaterialsettings.h#L90
QgsPhongTexturedMaterialSettings.textureScale: src/3d/materials/qgsphongtexturedmaterialsettings.h#L79
QgsPhongTexturedMaterialSettings.type: src/3d/materials/qgsphongtexturedmaterialsettings.h#L44
QgsPhongTexturedMaterialSettings.writeXml: src/3d/materials/qgsphongtexturedmaterialsettings.h#L129
QgsPhongTexturedMaterialSettings: src/3d/materials/qgsphongtexturedmaterialsettings.h#L35
QgsPoint3DSymbol.altitudeClamping: src/3d/symbols/qgspoint3dsymbol.h#L65
QgsPoint3DSymbol.billboardSymbol: src/3d/symbols/qgspoint3dsymbol.h#L114
QgsPoint3DSymbol.billboardTransform: src/3d/symbols/qgspoint3dsymbol.h#L124
QgsPoint3DSymbol.clone: src/3d/symbols/qgspoint3dsymbol.h#L57
QgsPoint3DSymbol.create: src/3d/symbols/qgspoint3dsymbol.h#L54
QgsPoint3DSymbol.materialSettings: src/3d/symbols/qgspoint3dsymbol.h#L70
QgsPoint3DSymbol.readXml: src/3d/symbols/qgspoint3dsymbol.h#L60
QgsPoint3DSymbol.setAltitudeClamping: src/3d/symbols/qgspoint3dsymbol.h#L67
QgsPoint3DSymbol.setBillboardSymbol: src/3d/symbols/qgspoint3dsymbol.h#L116
QgsPoint3DSymbol.setDefaultPropertiesFromLayer: src/3d/symbols/qgspoint3dsymbol.h#L62
QgsPoint3DSymbol.setMaterialSettings: src/3d/symbols/qgspoint3dsymbol.h#L77
QgsPoint3DSymbol.setShape: src/3d/symbols/qgspoint3dsymbol.h#L87
QgsPoint3DSymbol.setShapeProperties: src/3d/symbols/qgspoint3dsymbol.h#L111
QgsPoint3DSymbol.setTransform: src/3d/symbols/qgspoint3dsymbol.h#L121
QgsPoint3DSymbol.shape: src/3d/symbols/qgspoint3dsymbol.h#L85
QgsPoint3DSymbol.shapeFromString: src/3d/symbols/qgspoint3dsymbol.h#L80
QgsPoint3DSymbol.shapeProperties: src/3d/symbols/qgspoint3dsymbol.h#L98
QgsPoint3DSymbol.shapeProperty: src/3d/symbols/qgspoint3dsymbol.h#L108
QgsPoint3DSymbol.shapeToString: src/3d/symbols/qgspoint3dsymbol.h#L82
QgsPoint3DSymbol.transform: src/3d/symbols/qgspoint3dsymbol.h#L119
QgsPoint3DSymbol.type: src/3d/symbols/qgspoint3dsymbol.h#L56
QgsPoint3DSymbol.writeXml: src/3d/symbols/qgspoint3dsymbol.h#L59
QgsPoint3DSymbol: src/3d/symbols/qgspoint3dsymbol.h#L38
QgsPointCloud3DSymbol.copyBaseSettings: src/3d/symbols/qgspointcloud3dsymbol.h#L166
QgsPointCloud3DSymbol.horizontalFilterThreshold: src/3d/symbols/qgspointcloud3dsymbol.h#L124
QgsPointCloud3DSymbol.horizontalTriangleFilter: src/3d/symbols/qgspointcloud3dsymbol.h#L108
QgsPointCloud3DSymbol.pointSize: src/3d/symbols/qgspointcloud3dsymbol.h#L75
QgsPointCloud3DSymbol.readBaseXml: src/3d/symbols/qgspointcloud3dsymbol.h#L188
QgsPointCloud3DSymbol.renderAsTriangles: src/3d/symbols/qgspointcloud3dsymbol.h#L93
QgsPointCloud3DSymbol.setHorizontalFilterThreshold: src/3d/symbols/qgspointcloud3dsymbol.h#L132
QgsPointCloud3DSymbol.setHorizontalTriangleFilter: src/3d/symbols/qgspointcloud3dsymbol.h#L116
QgsPointCloud3DSymbol.setPointSize: src/3d/symbols/qgspointcloud3dsymbol.h#L81
QgsPointCloud3DSymbol.setRenderAsTriangles: src/3d/symbols/qgspointcloud3dsymbol.h#L100
QgsPointCloud3DSymbol.setVerticalFilterThreshold: src/3d/symbols/qgspointcloud3dsymbol.h#L164
QgsPointCloud3DSymbol.setVerticalTriangleFilter: src/3d/symbols/qgspointcloud3dsymbol.h#L148
QgsPointCloud3DSymbol.symbolType: src/3d/symbols/qgspointcloud3dsymbol.h#L69
QgsPointCloud3DSymbol.type: src/3d/symbols/qgspointcloud3dsymbol.h#L64
QgsPointCloud3DSymbol.verticalFilterThreshold: src/3d/symbols/qgspointcloud3dsymbol.h#L156
QgsPointCloud3DSymbol.verticalTriangleFilter: src/3d/symbols/qgspointcloud3dsymbol.h#L140
QgsPointCloud3DSymbol.writeBaseXml: src/3d/symbols/qgspointcloud3dsymbol.h#L181
QgsPointCloud3DSymbol: src/3d/symbols/qgspointcloud3dsymbol.h#L38
QgsPointCloudLayer3DRenderer.QgsPointCloudLayer3DRenderer: src/3d/qgspointcloudlayer3drenderer.h#L244
QgsPointCloudLayer3DRenderer.clone: src/3d/qgspointcloudlayer3drenderer.h#L252
QgsPointCloudLayer3DRenderer.convertFrom2DRenderer: src/3d/qgspointcloudlayer3drenderer.h#L310
QgsPointCloudLayer3DRenderer.layer: src/3d/qgspointcloudlayer3drenderer.h#L249
QgsPointCloudLayer3DRenderer.maximumScreenError: src/3d/qgspointcloudlayer3drenderer.h#L275
QgsPointCloudLayer3DRenderer.pointRenderingBudget: src/3d/qgspointcloudlayer3drenderer.h#L304
QgsPointCloudLayer3DRenderer.readXml: src/3d/qgspointcloudlayer3drenderer.h#L265
QgsPointCloudLayer3DRenderer.resolveReferences: src/3d/qgspointcloudlayer3drenderer.h#L266
QgsPointCloudLayer3DRenderer.setLayer: src/3d/qgspointcloudlayer3drenderer.h#L247
QgsPointCloudLayer3DRenderer.setMaximumScreenError: src/3d/qgspointcloudlayer3drenderer.h#L284
QgsPointCloudLayer3DRenderer.setPointRenderingBudget: src/3d/qgspointcloudlayer3drenderer.h#L308
QgsPointCloudLayer3DRenderer.setShowBoundingBoxes: src/3d/qgspointcloudlayer3drenderer.h#L298
QgsPointCloudLayer3DRenderer.setSymbol: src/3d/qgspointcloudlayer3drenderer.h#L260
QgsPointCloudLayer3DRenderer.showBoundingBoxes: src/3d/qgspointcloudlayer3drenderer.h#L291
QgsPointCloudLayer3DRenderer.symbol: src/3d/qgspointcloudlayer3drenderer.h#L262
QgsPointCloudLayer3DRenderer.type: src/3d/qgspointcloudlayer3drenderer.h#L251
QgsPointCloudLayer3DRenderer.writeXml: src/3d/qgspointcloudlayer3drenderer.h#L264
QgsPointCloudLayer3DRenderer: src/3d/qgspointcloudlayer3drenderer.h#L240
QgsPointLightSettings.clone: src/3d/lights/qgspointlightsettings.h#L46
QgsPointLightSettings.color: src/3d/lights/qgspointlightsettings.h#L57
QgsPointLightSettings.constantAttenuation: src/3d/lights/qgspointlightsettings.h#L67
QgsPointLightSettings.intensity: src/3d/lights/qgspointlightsettings.h#L62
QgsPointLightSettings.linearAttenuation: src/3d/lights/qgspointlightsettings.h#L72
QgsPointLightSettings.position: src/3d/lights/qgspointlightsettings.h#L52
QgsPointLightSettings.quadraticAttenuation: src/3d/lights/qgspointlightsettings.h#L77
QgsPointLightSettings.readXml: src/3d/lights/qgspointlightsettings.h#L49
QgsPointLightSettings.setColor: src/3d/lights/qgspointlightsettings.h#L59
QgsPointLightSettings.setConstantAttenuation: src/3d/lights/qgspointlightsettings.h#L69
QgsPointLightSettings.setIntensity: src/3d/lights/qgspointlightsettings.h#L64
QgsPointLightSettings.setLinearAttenuation: src/3d/lights/qgspointlightsettings.h#L74
QgsPointLightSettings.setPosition: src/3d/lights/qgspointlightsettings.h#L54
QgsPointLightSettings.setQuadraticAttenuation: src/3d/lights/qgspointlightsettings.h#L79
QgsPointLightSettings.type: src/3d/lights/qgspointlightsettings.h#L45
QgsPointLightSettings.writeXml: src/3d/lights/qgspointlightsettings.h#L48
QgsPointLightSettings: src/3d/lights/qgspointlightsettings.h#L39
QgsPolygon3DSymbol.addBackFaces: src/3d/symbols/qgspolygon3dsymbol.h#L125
QgsPolygon3DSymbol.altitudeBinding: src/3d/symbols/qgspolygon3dsymbol.h#L64
QgsPolygon3DSymbol.altitudeClamping: src/3d/symbols/qgspolygon3dsymbol.h#L59
QgsPolygon3DSymbol.clone: src/3d/symbols/qgspolygon3dsymbol.h#L44
QgsPolygon3DSymbol.create: src/3d/symbols/qgspolygon3dsymbol.h#L56
QgsPolygon3DSymbol.cullingMode: src/3d/symbols/qgspolygon3dsymbol.h#L112
QgsPolygon3DSymbol.edgeColor: src/3d/symbols/qgspolygon3dsymbol.h#L161
QgsPolygon3DSymbol.edgeWidth: src/3d/symbols/qgspolygon3dsymbol.h#L149
QgsPolygon3DSymbol.edgesEnabled: src/3d/symbols/qgspolygon3dsymbol.h#L137
QgsPolygon3DSymbol.extrusionHeight: src/3d/symbols/qgspolygon3dsymbol.h#L97
QgsPolygon3DSymbol.height: src/3d/symbols/qgspolygon3dsymbol.h#L73
QgsPolygon3DSymbol.invertNormals: src/3d/symbols/qgspolygon3dsymbol.h#L117
QgsPolygon3DSymbol.materialSettings: src/3d/symbols/qgspolygon3dsymbol.h#L102
QgsPolygon3DSymbol.offset: src/3d/symbols/qgspolygon3dsymbol.h#L87
QgsPolygon3DSymbol.readXml: src/3d/symbols/qgspolygon3dsymbol.h#L47
QgsPolygon3DSymbol.renderedFacade: src/3d/symbols/qgspolygon3dsymbol.h#L179
QgsPolygon3DSymbol.setAddBackFaces: src/3d/symbols/qgspolygon3dsymbol.h#L131
QgsPolygon3DSymbol.setAltitudeBinding: src/3d/symbols/qgspolygon3dsymbol.h#L66
QgsPolygon3DSymbol.setAltitudeClamping: src/3d/symbols/qgspolygon3dsymbol.h#L61
QgsPolygon3DSymbol.setCullingMode: src/3d/symbols/qgspolygon3dsymbol.h#L114
QgsPolygon3DSymbol.setDefaultPropertiesFromLayer: src/3d/symbols/qgspolygon3dsymbol.h#L49
QgsPolygon3DSymbol.setEdgeColor: src/3d/symbols/qgspolygon3dsymbol.h#L167
QgsPolygon3DSymbol.setEdgeWidth: src/3d/symbols/qgspolygon3dsymbol.h#L155
QgsPolygon3DSymbol.setEdgesEnabled: src/3d/symbols/qgspolygon3dsymbol.h#L143
QgsPolygon3DSymbol.setExtrusionHeight: src/3d/symbols/qgspolygon3dsymbol.h#L99
QgsPolygon3DSymbol.setHeight: src/3d/symbols/qgspolygon3dsymbol.h#L80
QgsPolygon3DSymbol.setInvertNormals: src/3d/symbols/qgspolygon3dsymbol.h#L119
QgsPolygon3DSymbol.setMaterialSettings: src/3d/symbols/qgspolygon3dsymbol.h#L109
QgsPolygon3DSymbol.setOffset: src/3d/symbols/qgspolygon3dsymbol.h#L94
QgsPolygon3DSymbol.setRenderedFacade: src/3d/symbols/qgspolygon3dsymbol.h#L173
QgsPolygon3DSymbol.type: src/3d/symbols/qgspolygon3dsymbol.h#L43
QgsPolygon3DSymbol.writeXml: src/3d/symbols/qgspolygon3dsymbol.h#L46
QgsPolygon3DSymbol: src/3d/symbols/qgspolygon3dsymbol.h#L36
QgsRgbPointCloud3DSymbol.blueAttribute: src/3d/symbols/qgspointcloud3dsymbol.h#L378
QgsRgbPointCloud3DSymbol.blueContrastEnhancement: src/3d/symbols/qgspointcloud3dsymbol.h#L436
QgsRgbPointCloud3DSymbol.clone: src/3d/symbols/qgspointcloud3dsymbol.h#L327
QgsRgbPointCloud3DSymbol.greenAttribute: src/3d/symbols/qgspointcloud3dsymbol.h#L360
QgsRgbPointCloud3DSymbol.greenContrastEnhancement: src/3d/symbols/qgspointcloud3dsymbol.h#L416
QgsRgbPointCloud3DSymbol.readXml: src/3d/symbols/qgspointcloud3dsymbol.h#L330
QgsRgbPointCloud3DSymbol.redAttribute: src/3d/symbols/qgspointcloud3dsymbol.h#L342
QgsRgbPointCloud3DSymbol.redContrastEnhancement: src/3d/symbols/qgspointcloud3dsymbol.h#L396
QgsRgbPointCloud3DSymbol.setBlueAttribute: src/3d/symbols/qgspointcloud3dsymbol.h#L387
QgsRgbPointCloud3DSymbol.setBlueContrastEnhancement: src/3d/symbols/qgspointcloud3dsymbol.h#L447
QgsRgbPointCloud3DSymbol.setGreenAttribute: src/3d/symbols/qgspointcloud3dsymbol.h#L369
QgsRgbPointCloud3DSymbol.setGreenContrastEnhancement: src/3d/symbols/qgspointcloud3dsymbol.h#L427
QgsRgbPointCloud3DSymbol.setRedAttribute: src/3d/symbols/qgspointcloud3dsymbol.h#L351
QgsRgbPointCloud3DSymbol.setRedContrastEnhancement: src/3d/symbols/qgspointcloud3dsymbol.h#L407
QgsRgbPointCloud3DSymbol.symbolType: src/3d/symbols/qgspointcloud3dsymbol.h#L326
QgsRgbPointCloud3DSymbol.writeXml: src/3d/symbols/qgspointcloud3dsymbol.h#L329
QgsRgbPointCloud3DSymbol: src/3d/symbols/qgspointcloud3dsymbol.h#L314
QgsRuleBased3DRenderer.Rule.active: src/3d/qgsrulebased3drenderer.h#L117
QgsRuleBased3DRenderer.Rule.appendChild: src/3d/qgsrulebased3drenderer.h#L201
QgsRuleBased3DRenderer.Rule.clone: src/3d/qgsrulebased3drenderer.h#L220
QgsRuleBased3DRenderer.Rule.create: src/3d/qgsrulebased3drenderer.h#L230
QgsRuleBased3DRenderer.Rule.descendants: src/3d/qgsrulebased3drenderer.h#L184
QgsRuleBased3DRenderer.Rule.description: src/3d/qgsrulebased3drenderer.h#L110
QgsRuleBased3DRenderer.Rule.filterExpression: src/3d/qgsrulebased3drenderer.h#L103
QgsRuleBased3DRenderer.Rule.findRuleByKey: src/3d/qgsrulebased3drenderer.h#L210
QgsRuleBased3DRenderer.Rule.insertChild: src/3d/qgsrulebased3drenderer.h#L204
QgsRuleBased3DRenderer.Rule.isElse: src/3d/qgsrulebased3drenderer.h#L124
QgsRuleBased3DRenderer.Rule.parent: src/3d/qgsrulebased3drenderer.h#L198
QgsRuleBased3DRenderer.Rule.removeChildAt: src/3d/qgsrulebased3drenderer.h#L207
QgsRuleBased3DRenderer.Rule.ruleKey: src/3d/qgsrulebased3drenderer.h#L127
QgsRuleBased3DRenderer.Rule.save: src/3d/qgsrulebased3drenderer.h#L233
QgsRuleBased3DRenderer.Rule.setActive: src/3d/qgsrulebased3drenderer.h#L150
QgsRuleBased3DRenderer.Rule.setDescription: src/3d/qgsrulebased3drenderer.h#L144
QgsRuleBased3DRenderer.Rule.setFilterExpression: src/3d/qgsrulebased3drenderer.h#L137
QgsRuleBased3DRenderer.Rule.setIsElse: src/3d/qgsrulebased3drenderer.h#L157
QgsRuleBased3DRenderer.Rule.setRuleKey: src/3d/qgsrulebased3drenderer.h#L161
QgsRuleBased3DRenderer.Rule.setSymbol: src/3d/qgsrulebased3drenderer.h#L130
QgsRuleBased3DRenderer.Rule.symbol: src/3d/qgsrulebased3drenderer.h#L97
QgsRuleBased3DRenderer.Rule: src/3d/qgsrulebased3drenderer.h#L74
QgsRuleBased3DRenderer.clone: src/3d/qgsrulebased3drenderer.h#L305
QgsRuleBased3DRenderer.readXml: src/3d/qgsrulebased3drenderer.h#L309
QgsRuleBased3DRenderer.rootRule: src/3d/qgsrulebased3drenderer.h#L300
QgsRuleBased3DRenderer.type: src/3d/qgsrulebased3drenderer.h#L304
QgsRuleBased3DRenderer.writeXml: src/3d/qgsrulebased3drenderer.h#L308
QgsRuleBased3DRenderer: src/3d/qgsrulebased3drenderer.h#L61
QgsRuleBased3DRendererMetadata.createRenderer: src/3d/qgsrulebased3drenderer.h#L46
QgsRuleBased3DRendererMetadata: src/3d/qgsrulebased3drenderer.h#L40
QgsSimpleLineMaterialSettings.ambient: src/3d/materials/qgssimplelinematerialsettings.h#L64
QgsSimpleLineMaterialSettings.clone: src/3d/materials/qgssimplelinematerialsettings.h#L57
QgsSimpleLineMaterialSettings.create: src/3d/materials/qgssimplelinematerialsettings.h#L55
QgsSimpleLineMaterialSettings.readXml: src/3d/materials/qgssimplelinematerialsettings.h#L74
QgsSimpleLineMaterialSettings.setAmbient: src/3d/materials/qgssimplelinematerialsettings.h#L71
QgsSimpleLineMaterialSettings.supportsTechnique: src/3d/materials/qgssimplelinematerialsettings.h#L50
QgsSimpleLineMaterialSettings.type: src/3d/materials/qgssimplelinematerialsettings.h#L45
QgsSimpleLineMaterialSettings.writeXml: src/3d/materials/qgssimplelinematerialsettings.h#L75
QgsSimpleLineMaterialSettings: src/3d/materials/qgssimplelinematerialsettings.h#L36
QgsSingleColorPointCloud3DSymbol.clone: src/3d/symbols/qgspointcloud3dsymbol.h#L207
QgsSingleColorPointCloud3DSymbol.readXml: src/3d/symbols/qgspointcloud3dsymbol.h#L210
QgsSingleColorPointCloud3DSymbol.setSingleColor: src/3d/symbols/qgspointcloud3dsymbol.h#L222
QgsSingleColorPointCloud3DSymbol.singleColor: src/3d/symbols/qgspointcloud3dsymbol.h#L216
QgsSingleColorPointCloud3DSymbol.symbolType: src/3d/symbols/qgspointcloud3dsymbol.h#L206
QgsSingleColorPointCloud3DSymbol.writeXml: src/3d/symbols/qgspointcloud3dsymbol.h#L209
QgsSingleColorPointCloud3DSymbol: src/3d/symbols/qgspointcloud3dsymbol.h#L200
QgsTiledSceneLayer3DRenderer.clone: src/3d/qgstiledscenelayer3drenderer.h#L109
QgsTiledSceneLayer3DRenderer.layer: src/3d/qgstiledscenelayer3drenderer.h#L74
QgsTiledSceneLayer3DRenderer.maximumScreenError: src/3d/qgstiledscenelayer3drenderer.h#L83
QgsTiledSceneLayer3DRenderer.readXml: src/3d/qgstiledscenelayer3drenderer.h#L112
QgsTiledSceneLayer3DRenderer.resolveReferences: src/3d/qgstiledscenelayer3drenderer.h#L113
QgsTiledSceneLayer3DRenderer.setLayer: src/3d/qgstiledscenelayer3drenderer.h#L72
QgsTiledSceneLayer3DRenderer.setMaximumScreenError: src/3d/qgstiledscenelayer3drenderer.h#L92
QgsTiledSceneLayer3DRenderer.setShowBoundingBoxes: src/3d/qgstiledscenelayer3drenderer.h#L106
QgsTiledSceneLayer3DRenderer.showBoundingBoxes: src/3d/qgstiledscenelayer3drenderer.h#L99
QgsTiledSceneLayer3DRenderer.type: src/3d/qgstiledscenelayer3drenderer.h#L108
QgsTiledSceneLayer3DRenderer.writeXml: src/3d/qgstiledscenelayer3drenderer.h#L111
QgsTiledSceneLayer3DRenderer: src/3d/qgstiledscenelayer3drenderer.h#L52
QgsTiledSceneLayer3DRendererMetadata.createRenderer: src/3d/qgstiledscenelayer3drenderer.h#L42
QgsTiledSceneLayer3DRendererMetadata: src/3d/qgstiledscenelayer3drenderer.h#L36
QgsVectorLayer3DRenderer.QgsVectorLayer3DRenderer: src/3d/qgsvectorlayer3drenderer.h#L61
QgsVectorLayer3DRenderer.clone: src/3d/qgsvectorlayer3drenderer.h#L69
QgsVectorLayer3DRenderer.readXml: src/3d/qgsvectorlayer3drenderer.h#L73
QgsVectorLayer3DRenderer.setSymbol: src/3d/qgsvectorlayer3drenderer.h#L64
QgsVectorLayer3DRenderer.symbol: src/3d/qgsvectorlayer3drenderer.h#L66
QgsVectorLayer3DRenderer.type: src/3d/qgsvectorlayer3drenderer.h#L68
QgsVectorLayer3DRenderer.writeXml: src/3d/qgsvectorlayer3drenderer.h#L72
QgsVectorLayer3DRenderer: src/3d/qgsvectorlayer3drenderer.h#L57
QgsVectorLayer3DRendererMetadata.createRenderer: src/3d/qgsvectorlayer3drenderer.h#L48
QgsVectorLayer3DRendererMetadata: src/3d/qgsvectorlayer3drenderer.h#L42
QgsVectorLayer3DTilingSettings.readXml: src/3d/qgsabstractvectorlayer3drenderer.h#L63
QgsVectorLayer3DTilingSettings.setShowBoundingBoxes: src/3d/qgsabstractvectorlayer3drenderer.h#L56
QgsVectorLayer3DTilingSettings.setZoomLevelsCount: src/3d/qgsabstractvectorlayer3drenderer.h#L53
QgsVectorLayer3DTilingSettings.showBoundingBoxes: src/3d/qgsabstractvectorlayer3drenderer.h#L58
QgsVectorLayer3DTilingSettings.writeXml: src/3d/qgsabstractvectorlayer3drenderer.h#L61
QgsVectorLayer3DTilingSettings.zoomLevelsCount: src/3d/qgsabstractvectorlayer3drenderer.h#L48
QgsVectorLayer3DTilingSettings: src/3d/qgsabstractvectorlayer3drenderer.h#L37

View File

@ -449,3 +449,6 @@ foreach(module ${PY_MODULES})
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/${module}/auto_generated DESTINATION ${SIP_DEFAULT_SIP_DIR}/qgis/${module})
endif()
endforeach(module)
# install sipify config
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/sipify.yaml DESTINATION "${QGIS_PYTHON_DIR}")

View File

@ -0,0 +1,625 @@
Qgs3D.initialize: src/3d/qgs3d.h#L53
Qgs3D.instance: src/3d/qgs3d.h#L46
Qgs3D.materialRegistry: src/3d/qgs3d.h#L58
Qgs3D: src/3d/qgs3d.h#L32
Qgs3DAlgorithms.helpId: src/3d/processing/qgs3dalgorithms.h#L44
Qgs3DAlgorithms.icon: src/3d/processing/qgs3dalgorithms.h#L41
Qgs3DAlgorithms.id: src/3d/processing/qgs3dalgorithms.h#L43
Qgs3DAlgorithms.loadAlgorithms: src/3d/processing/qgs3dalgorithms.h#L50
Qgs3DAlgorithms.name: src/3d/processing/qgs3dalgorithms.h#L45
Qgs3DAlgorithms.supportsNonFileBasedOutput: src/3d/processing/qgs3dalgorithms.h#L46
Qgs3DAlgorithms.svgIconPath: src/3d/processing/qgs3dalgorithms.h#L42
Qgs3DAlgorithms: src/3d/processing/qgs3dalgorithms.h#L30
Qgs3DMapCanvas.cameraController: src/3d/qgs3dmapcanvas.h#L101
Qgs3DMapCanvas.eventFilter: src/3d/qgs3dmapcanvas.h#L212
Qgs3DMapCanvas.mapSettings: src/3d/qgs3dmapcanvas.h#L95
Qgs3DMapCanvas.resizeEvent: src/3d/qgs3dmapcanvas.h#L210
Qgs3DMapCanvas.scene: src/3d/qgs3dmapcanvas.h#L98
Qgs3DMapCanvas.showEvent: src/3d/qgs3dmapcanvas.h#L205
Qgs3DMapCanvas: src/3d/qgs3dmapcanvas.h#L79
Qgs3DMapExportSettings.exportNormals: src/3d/qgs3dmapexportsettings.h#L48
Qgs3DMapExportSettings.exportTextures: src/3d/qgs3dmapexportsettings.h#L50
Qgs3DMapExportSettings.scale: src/3d/qgs3dmapexportsettings.h#L54
Qgs3DMapExportSettings.sceneFolderPath: src/3d/qgs3dmapexportsettings.h#L42
Qgs3DMapExportSettings.sceneName: src/3d/qgs3dmapexportsettings.h#L40
Qgs3DMapExportSettings.setExportNormals: src/3d/qgs3dmapexportsettings.h#L65
Qgs3DMapExportSettings.setExportTextures: src/3d/qgs3dmapexportsettings.h#L67
Qgs3DMapExportSettings.setScale: src/3d/qgs3dmapexportsettings.h#L71
Qgs3DMapExportSettings.setSceneFolderPath: src/3d/qgs3dmapexportsettings.h#L59
Qgs3DMapExportSettings.setSceneName: src/3d/qgs3dmapexportsettings.h#L57
Qgs3DMapExportSettings.setSmoothEdges: src/3d/qgs3dmapexportsettings.h#L63
Qgs3DMapExportSettings.setTerrainResolution: src/3d/qgs3dmapexportsettings.h#L61
Qgs3DMapExportSettings.setTerrainTextureResolution: src/3d/qgs3dmapexportsettings.h#L69
Qgs3DMapExportSettings.smoothEdges: src/3d/qgs3dmapexportsettings.h#L46
Qgs3DMapExportSettings.terrainTextureResolution: src/3d/qgs3dmapexportsettings.h#L52
Qgs3DMapExportSettings.terrrainResolution: src/3d/qgs3dmapexportsettings.h#L44
Qgs3DMapExportSettings: src/3d/qgs3dmapexportsettings.h#L30
Qgs3DMapScene.cameraController: src/3d/qgs3dmapscene.h#L80
Qgs3DMapScene.elevationRange: src/3d/qgs3dmapscene.h#L167
Qgs3DMapScene.exportScene: src/3d/qgs3dmapscene.h#L131
Qgs3DMapScene.fpsCountChanged: src/3d/qgs3dmapscene.h#L219
Qgs3DMapScene.fpsCounterEnabledChanged: src/3d/qgs3dmapscene.h#L221
Qgs3DMapScene.gpuMemoryLimitReached: src/3d/qgs3dmapscene.h#L235
Qgs3DMapScene.mapSettings: src/3d/qgs3dmapscene.h#L188
Qgs3DMapScene.sceneExtent: src/3d/qgs3dmapscene.h#L159
Qgs3DMapScene.sceneState: src/3d/qgs3dmapscene.h#L122
Qgs3DMapScene.sceneStateChanged: src/3d/qgs3dmapscene.h#L216
Qgs3DMapScene.setViewFrom2DExtent: src/3d/qgs3dmapscene.h#L96
Qgs3DMapScene.terrainEntityChanged: src/3d/qgs3dmapscene.h#L206
Qgs3DMapScene.terrainPendingJobsCount: src/3d/qgs3dmapscene.h#L106
Qgs3DMapScene.terrainPendingJobsCountChanged: src/3d/qgs3dmapscene.h#L208
Qgs3DMapScene.totalPendingJobsCount: src/3d/qgs3dmapscene.h#L112
Qgs3DMapScene.totalPendingJobsCountChanged: src/3d/qgs3dmapscene.h#L214
Qgs3DMapScene.updateTemporal: src/3d/qgs3dmapscene.h#L239
Qgs3DMapScene.viewZoomFull: src/3d/qgs3dmapscene.h#L89
Qgs3DMapScene.viewed2DExtentFrom3DChanged: src/3d/qgs3dmapscene.h#L228
Qgs3DMapScene.worldSpaceError: src/3d/qgs3dmapscene.h#L128
Qgs3DMapScene: src/3d/qgs3dmapscene.h#L70
Qgs3DMapSettings.ambientOcclusionSettingsChanged: src/3d/qgs3dmapsettings.h#L864
Qgs3DMapSettings.axisSettingsChanged: src/3d/qgs3dmapsettings.h#L883
Qgs3DMapSettings.backgroundColor: src/3d/qgs3dmapsettings.h#L166
Qgs3DMapSettings.backgroundColorChanged: src/3d/qgs3dmapsettings.h#L702
Qgs3DMapSettings.cameraMovementSpeed: src/3d/qgs3dmapsettings.h#L505
Qgs3DMapSettings.cameraMovementSpeedChanged: src/3d/qgs3dmapsettings.h#L845
Qgs3DMapSettings.cameraNavigationModeChanged: src/3d/qgs3dmapsettings.h#L839
Qgs3DMapSettings.crs: src/3d/qgs3dmapsettings.h#L112
Qgs3DMapSettings.debugDepthMapCorner: src/3d/qgs3dmapsettings.h#L441
Qgs3DMapSettings.debugDepthMapEnabled: src/3d/qgs3dmapsettings.h#L439
Qgs3DMapSettings.debugDepthMapSettingsChanged: src/3d/qgs3dmapsettings.h#L803
Qgs3DMapSettings.debugDepthMapSize: src/3d/qgs3dmapsettings.h#L443
Qgs3DMapSettings.debugOverlayEnabledChanged: src/3d/qgs3dmapsettings.h#L889
Qgs3DMapSettings.debugShadowMapCorner: src/3d/qgs3dmapsettings.h#L428
Qgs3DMapSettings.debugShadowMapEnabled: src/3d/qgs3dmapsettings.h#L426
Qgs3DMapSettings.debugShadowMapSettingsChanged: src/3d/qgs3dmapsettings.h#L797
Qgs3DMapSettings.debugShadowMapSize: src/3d/qgs3dmapsettings.h#L430
Qgs3DMapSettings.directionalLightsChanged: src/3d/qgs3dmapsettings.h#L821
Qgs3DMapSettings.extent: src/3d/qgs3dmapsettings.h#L76
Qgs3DMapSettings.extentChanged: src/3d/qgs3dmapsettings.h#L896
Qgs3DMapSettings.eyeDomeLightingDistance: src/3d/qgs3dmapsettings.h#L417
Qgs3DMapSettings.eyeDomeLightingDistanceChanged: src/3d/qgs3dmapsettings.h#L791
Qgs3DMapSettings.eyeDomeLightingEnabled: src/3d/qgs3dmapsettings.h#L399
Qgs3DMapSettings.eyeDomeLightingEnabledChanged: src/3d/qgs3dmapsettings.h#L779
Qgs3DMapSettings.eyeDomeLightingStrength: src/3d/qgs3dmapsettings.h#L408
Qgs3DMapSettings.eyeDomeLightingStrengthChanged: src/3d/qgs3dmapsettings.h#L785
Qgs3DMapSettings.fieldOfView: src/3d/qgs3dmapsettings.h#L466
Qgs3DMapSettings.fieldOfViewChanged: src/3d/qgs3dmapsettings.h#L827
Qgs3DMapSettings.fpsCounterEnabledChanged: src/3d/qgs3dmapsettings.h#L870
Qgs3DMapSettings.isDebugOverlayEnabled: src/3d/qgs3dmapsettings.h#L667
Qgs3DMapSettings.isFpsCounterEnabled: src/3d/qgs3dmapsettings.h#L583
Qgs3DMapSettings.isSkyboxEnabled: src/3d/qgs3dmapsettings.h#L569
Qgs3DMapSettings.isTerrainShadingEnabled: src/3d/qgs3dmapsettings.h#L307
Qgs3DMapSettings.layersChanged: src/3d/qgs3dmapsettings.h#L712
Qgs3DMapSettings.lightSourcesChanged: src/3d/qgs3dmapsettings.h#L815
Qgs3DMapSettings.mapThemeCollection: src/3d/qgs3dmapsettings.h#L154
Qgs3DMapSettings.mapTileResolution: src/3d/qgs3dmapsettings.h#L222
Qgs3DMapSettings.mapTileResolutionChanged: src/3d/qgs3dmapsettings.h#L719
Qgs3DMapSettings.mapToWorldCoordinates: src/3d/qgs3dmapsettings.h#L105
Qgs3DMapSettings.maxTerrainGroundError: src/3d/qgs3dmapsettings.h#L251
Qgs3DMapSettings.maxTerrainGroundErrorChanged: src/3d/qgs3dmapsettings.h#L723
Qgs3DMapSettings.maxTerrainScreenError: src/3d/qgs3dmapsettings.h#L237
Qgs3DMapSettings.maxTerrainScreenErrorChanged: src/3d/qgs3dmapsettings.h#L721
Qgs3DMapSettings.origin: src/3d/qgs3dmapsettings.h#L102
Qgs3DMapSettings.outputDpi: src/3d/qgs3dmapsettings.h#L526
Qgs3DMapSettings.pointLightsChanged: src/3d/qgs3dmapsettings.h#L809
Qgs3DMapSettings.projectionTypeChanged: src/3d/qgs3dmapsettings.h#L833
Qgs3DMapSettings.readXml: src/3d/qgs3dmapsettings.h#L64
Qgs3DMapSettings.rendererUsage: src/3d/qgs3dmapsettings.h#L612
Qgs3DMapSettings.renderersChanged: src/3d/qgs3dmapsettings.h#L747
Qgs3DMapSettings.resolveReferences: src/3d/qgs3dmapsettings.h#L68
Qgs3DMapSettings.selectionColor: src/3d/qgs3dmapsettings.h#L171
Qgs3DMapSettings.selectionColorChanged: src/3d/qgs3dmapsettings.h#L704
Qgs3DMapSettings.setBackgroundColor: src/3d/qgs3dmapsettings.h#L164
Qgs3DMapSettings.setCameraMovementSpeed: src/3d/qgs3dmapsettings.h#L511
Qgs3DMapSettings.setCrs: src/3d/qgs3dmapsettings.h#L110
Qgs3DMapSettings.setDebugDepthMapSettings: src/3d/qgs3dmapsettings.h#L437
Qgs3DMapSettings.setDebugShadowMapSettings: src/3d/qgs3dmapsettings.h#L424
Qgs3DMapSettings.setExtent: src/3d/qgs3dmapsettings.h#L87
Qgs3DMapSettings.setEyeDomeLightingDistance: src/3d/qgs3dmapsettings.h#L415
Qgs3DMapSettings.setEyeDomeLightingEnabled: src/3d/qgs3dmapsettings.h#L397
Qgs3DMapSettings.setEyeDomeLightingStrength: src/3d/qgs3dmapsettings.h#L406
Qgs3DMapSettings.setFieldOfView: src/3d/qgs3dmapsettings.h#L472
Qgs3DMapSettings.setIsDebugOverlayEnabled: src/3d/qgs3dmapsettings.h#L677
Qgs3DMapSettings.setIsFpsCounterEnabled: src/3d/qgs3dmapsettings.h#L590
Qgs3DMapSettings.setIsSkyboxEnabled: src/3d/qgs3dmapsettings.h#L576
Qgs3DMapSettings.setLayers: src/3d/qgs3dmapsettings.h#L181
Qgs3DMapSettings.setLightSources: src/3d/qgs3dmapsettings.h#L460
Qgs3DMapSettings.setMapThemeCollection: src/3d/qgs3dmapsettings.h#L161
Qgs3DMapSettings.setMapTileResolution: src/3d/qgs3dmapsettings.h#L216
Qgs3DMapSettings.setMaxTerrainGroundError: src/3d/qgs3dmapsettings.h#L243
Qgs3DMapSettings.setMaxTerrainScreenError: src/3d/qgs3dmapsettings.h#L228
Qgs3DMapSettings.setOrigin: src/3d/qgs3dmapsettings.h#L100
Qgs3DMapSettings.setOutputDpi: src/3d/qgs3dmapsettings.h#L518
Qgs3DMapSettings.setPathResolver: src/3d/qgs3dmapsettings.h#L146
Qgs3DMapSettings.setRendererUsage: src/3d/qgs3dmapsettings.h#L620
Qgs3DMapSettings.setSelectionColor: src/3d/qgs3dmapsettings.h#L169
Qgs3DMapSettings.setShowCameraRotationCenter: src/3d/qgs3dmapsettings.h#L367
Qgs3DMapSettings.setShowCameraViewCenter: src/3d/qgs3dmapsettings.h#L355
Qgs3DMapSettings.setShowExtentIn2DView: src/3d/qgs3dmapsettings.h#L690
Qgs3DMapSettings.setShowLabels: src/3d/qgs3dmapsettings.h#L388
Qgs3DMapSettings.setShowLightSourceOrigins: src/3d/qgs3dmapsettings.h#L379
Qgs3DMapSettings.setShowTerrainBoundingBoxes: src/3d/qgs3dmapsettings.h#L343
Qgs3DMapSettings.setShowTerrainTilesInfo: src/3d/qgs3dmapsettings.h#L347
Qgs3DMapSettings.setTerrainElevationOffset: src/3d/qgs3dmapsettings.h#L258
Qgs3DMapSettings.setTerrainMapTheme: src/3d/qgs3dmapsettings.h#L328
Qgs3DMapSettings.setTerrainRenderingEnabled: src/3d/qgs3dmapsettings.h#L604
Qgs3DMapSettings.setTerrainShadingEnabled: src/3d/qgs3dmapsettings.h#L299
Qgs3DMapSettings.setTerrainShadingMaterial: src/3d/qgs3dmapsettings.h#L314
Qgs3DMapSettings.setTerrainVerticalScale: src/3d/qgs3dmapsettings.h#L208
Qgs3DMapSettings.setTransformContext: src/3d/qgs3dmapsettings.h#L130
Qgs3DMapSettings.setViewFrustumVisualizationEnabled: src/3d/qgs3dmapsettings.h#L648
Qgs3DMapSettings.setViewSyncMode: src/3d/qgs3dmapsettings.h#L634
Qgs3DMapSettings.settingsChanged: src/3d/qgs3dmapsettings.h#L699
Qgs3DMapSettings.shadowSettingsChanged: src/3d/qgs3dmapsettings.h#L857
Qgs3DMapSettings.showCameraRotationCenter: src/3d/qgs3dmapsettings.h#L373
Qgs3DMapSettings.showCameraRotationCenterChanged: src/3d/qgs3dmapsettings.h#L764
Qgs3DMapSettings.showCameraViewCenter: src/3d/qgs3dmapsettings.h#L361
Qgs3DMapSettings.showCameraViewCenterChanged: src/3d/qgs3dmapsettings.h#L758
Qgs3DMapSettings.showExtentIn2DView: src/3d/qgs3dmapsettings.h#L684
Qgs3DMapSettings.showExtentIn2DViewChanged: src/3d/qgs3dmapsettings.h#L903
Qgs3DMapSettings.showLabels: src/3d/qgs3dmapsettings.h#L390
Qgs3DMapSettings.showLabelsChanged: src/3d/qgs3dmapsettings.h#L773
Qgs3DMapSettings.showLightSourceOrigins: src/3d/qgs3dmapsettings.h#L385
Qgs3DMapSettings.showLightSourceOriginsChanged: src/3d/qgs3dmapsettings.h#L770
Qgs3DMapSettings.showTerrainBoundingBoxes: src/3d/qgs3dmapsettings.h#L345
Qgs3DMapSettings.showTerrainBoundingBoxesChanged: src/3d/qgs3dmapsettings.h#L750
Qgs3DMapSettings.showTerrainTilesInfo: src/3d/qgs3dmapsettings.h#L349
Qgs3DMapSettings.showTerrainTilesInfoChanged: src/3d/qgs3dmapsettings.h#L752
Qgs3DMapSettings.skyboxSettingsChanged: src/3d/qgs3dmapsettings.h#L851
Qgs3DMapSettings.terrainElevationOffset: src/3d/qgs3dmapsettings.h#L263
Qgs3DMapSettings.terrainElevationOffsetChanged: src/3d/qgs3dmapsettings.h#L729
Qgs3DMapSettings.terrainGeneratorChanged: src/3d/qgs3dmapsettings.h#L715
Qgs3DMapSettings.terrainMapTheme: src/3d/qgs3dmapsettings.h#L336
Qgs3DMapSettings.terrainMapThemeChanged: src/3d/qgs3dmapsettings.h#L741
Qgs3DMapSettings.terrainRenderingEnabled: src/3d/qgs3dmapsettings.h#L597
Qgs3DMapSettings.terrainShadingChanged: src/3d/qgs3dmapsettings.h#L735
Qgs3DMapSettings.terrainShadingMaterial: src/3d/qgs3dmapsettings.h#L321
Qgs3DMapSettings.terrainVerticalScale: src/3d/qgs3dmapsettings.h#L210
Qgs3DMapSettings.terrainVerticalScaleChanged: src/3d/qgs3dmapsettings.h#L717
Qgs3DMapSettings.transformContext: src/3d/qgs3dmapsettings.h#L121
Qgs3DMapSettings.viewFrustumVisualizationEnabled: src/3d/qgs3dmapsettings.h#L641
Qgs3DMapSettings.viewFrustumVisualizationEnabledChanged: src/3d/qgs3dmapsettings.h#L877
Qgs3DMapSettings.viewSyncMode: src/3d/qgs3dmapsettings.h#L627
Qgs3DMapSettings.worldToMapCoordinates: src/3d/qgs3dmapsettings.h#L107
Qgs3DMapSettings.writeXml: src/3d/qgs3dmapsettings.h#L66
Qgs3DMapSettings: src/3d/qgs3dmapsettings.h#L51
Qgs3DTypes: src/3d/qgs3dtypes.h#L30
QgsAbstractMaterialSettings.clone: src/3d/materials/qgsabstractmaterialsettings.h#L166
QgsAbstractMaterialSettings.readXml: src/3d/materials/qgsabstractmaterialsettings.h#L169
QgsAbstractMaterialSettings.type: src/3d/materials/qgsabstractmaterialsettings.h#L159
QgsAbstractMaterialSettings.writeXml: src/3d/materials/qgsabstractmaterialsettings.h#L172
QgsAbstractMaterialSettings: src/3d/materials/qgsabstractmaterialsettings.h#L120
QgsAbstractVectorLayer3DRenderer.copyBaseProperties: src/3d/qgsabstractvectorlayer3drenderer.h#L96
QgsAbstractVectorLayer3DRenderer.layer: src/3d/qgsabstractvectorlayer3drenderer.h#L85
QgsAbstractVectorLayer3DRenderer.readXmlBaseProperties: src/3d/qgsabstractvectorlayer3drenderer.h#L100
QgsAbstractVectorLayer3DRenderer.resolveReferences: src/3d/qgsabstractvectorlayer3drenderer.h#L92
QgsAbstractVectorLayer3DRenderer.setLayer: src/3d/qgsabstractvectorlayer3drenderer.h#L83
QgsAbstractVectorLayer3DRenderer.setTilingSettings: src/3d/qgsabstractvectorlayer3drenderer.h#L88
QgsAbstractVectorLayer3DRenderer.tilingSettings: src/3d/qgsabstractvectorlayer3drenderer.h#L90
QgsAbstractVectorLayer3DRenderer.writeXmlBaseProperties: src/3d/qgsabstractvectorlayer3drenderer.h#L98
QgsAbstractVectorLayer3DRenderer: src/3d/qgsabstractvectorlayer3drenderer.h#L77
QgsCameraController.cameraChanged: src/3d/qgscameracontroller.h#L254
QgsCameraController.cameraMovementSpeed: src/3d/qgscameracontroller.h#L91
QgsCameraController.cameraMovementSpeedChanged: src/3d/qgscameracontroller.h#L262
QgsCameraController.cameraNavigationMode: src/3d/qgscameracontroller.h#L85
QgsCameraController.cameraPose: src/3d/qgscameracontroller.h#L141
QgsCameraController.cameraRotationCenterChanged: src/3d/qgscameracontroller.h#L280
QgsCameraController.depthBufferCaptured: src/3d/qgscameracontroller.h#L213
QgsCameraController.distance: src/3d/qgscameracontroller.h#L148
QgsCameraController.frameTriggered: src/3d/qgscameracontroller.h#L112
QgsCameraController.lookingAtPoint: src/3d/qgscameracontroller.h#L121
QgsCameraController.moveView: src/3d/qgscameracontroller.h#L178
QgsCameraController.navigationModeChanged: src/3d/qgscameracontroller.h#L257
QgsCameraController.pitch: src/3d/qgscameracontroller.h#L155
QgsCameraController.readXml: src/3d/qgscameracontroller.h#L167
QgsCameraController.requestDepthBufferCapture: src/3d/qgscameracontroller.h#L274
QgsCameraController.resetView: src/3d/qgscameracontroller.h#L115
QgsCameraController.rotateAroundViewCenter: src/3d/qgscameracontroller.h#L174
QgsCameraController.rotateCamera: src/3d/qgscameracontroller.h#L192
QgsCameraController.setCameraHeadingAngle: src/3d/qgscameracontroller.h#L176
QgsCameraController.setCameraMovementSpeed: src/3d/qgscameracontroller.h#L97
QgsCameraController.setCameraNavigationMode: src/3d/qgscameracontroller.h#L207
QgsCameraController.setCameraPose: src/3d/qgscameracontroller.h#L135
QgsCameraController.setCursorPosition: src/3d/qgscameracontroller.h#L268
QgsCameraController.setLookingAtPoint: src/3d/qgscameracontroller.h#L129
QgsCameraController.setVerticalAxisInversion: src/3d/qgscameracontroller.h#L109
QgsCameraController.setViewFromTop: src/3d/qgscameracontroller.h#L118
QgsCameraController.tiltUpAroundViewCenter: src/3d/qgscameracontroller.h#L172
QgsCameraController.verticalAxisInversion: src/3d/qgscameracontroller.h#L103
QgsCameraController.walkView: src/3d/qgscameracontroller.h#L184
QgsCameraController.willHandleKeyEvent: src/3d/qgscameracontroller.h#L199
QgsCameraController.writeXml: src/3d/qgscameracontroller.h#L165
QgsCameraController.yaw: src/3d/qgscameracontroller.h#L162
QgsCameraController.zoom: src/3d/qgscameracontroller.h#L170
QgsCameraController: src/3d/qgscameracontroller.h#L61
QgsCameraPose.centerPoint: src/3d/qgscamerapose.h#L51
QgsCameraPose.distanceFromCenterPoint: src/3d/qgscamerapose.h#L56
QgsCameraPose.headingAngle: src/3d/qgscamerapose.h#L66
QgsCameraPose.pitchAngle: src/3d/qgscamerapose.h#L61
QgsCameraPose.readXml: src/3d/qgscamerapose.h#L76
QgsCameraPose.setCenterPoint: src/3d/qgscamerapose.h#L53
QgsCameraPose.setDistanceFromCenterPoint: src/3d/qgscamerapose.h#L58
QgsCameraPose.setHeadingAngle: src/3d/qgscamerapose.h#L68
QgsCameraPose.setPitchAngle: src/3d/qgscamerapose.h#L63
QgsCameraPose.writeXml: src/3d/qgscamerapose.h#L74
QgsCameraPose: src/3d/qgscamerapose.h#L46
QgsClassificationPointCloud3DSymbol.attribute: src/3d/symbols/qgspointcloud3dsymbol.h#L490
QgsClassificationPointCloud3DSymbol.categoriesList: src/3d/symbols/qgspointcloud3dsymbol.h#L502
QgsClassificationPointCloud3DSymbol.clone: src/3d/symbols/qgspointcloud3dsymbol.h#L480
QgsClassificationPointCloud3DSymbol.getFilteredOutCategories: src/3d/symbols/qgspointcloud3dsymbol.h#L514
QgsClassificationPointCloud3DSymbol.readXml: src/3d/symbols/qgspointcloud3dsymbol.h#L484
QgsClassificationPointCloud3DSymbol.setAttribute: src/3d/symbols/qgspointcloud3dsymbol.h#L496
QgsClassificationPointCloud3DSymbol.setCategoriesList: src/3d/symbols/qgspointcloud3dsymbol.h#L508
QgsClassificationPointCloud3DSymbol.symbolType: src/3d/symbols/qgspointcloud3dsymbol.h#L481
QgsClassificationPointCloud3DSymbol.writeXml: src/3d/symbols/qgspointcloud3dsymbol.h#L483
QgsClassificationPointCloud3DSymbol: src/3d/symbols/qgspointcloud3dsymbol.h#L474
QgsColorRampPointCloud3DSymbol.attribute: src/3d/symbols/qgspointcloud3dsymbol.h#L257
QgsColorRampPointCloud3DSymbol.clone: src/3d/symbols/qgspointcloud3dsymbol.h#L247
QgsColorRampPointCloud3DSymbol.colorRampShader: src/3d/symbols/qgspointcloud3dsymbol.h#L269
QgsColorRampPointCloud3DSymbol.colorRampShaderMax: src/3d/symbols/qgspointcloud3dsymbol.h#L287
QgsColorRampPointCloud3DSymbol.colorRampShaderMin: src/3d/symbols/qgspointcloud3dsymbol.h#L281
QgsColorRampPointCloud3DSymbol.readXml: src/3d/symbols/qgspointcloud3dsymbol.h#L251
QgsColorRampPointCloud3DSymbol.setAttribute: src/3d/symbols/qgspointcloud3dsymbol.h#L263
QgsColorRampPointCloud3DSymbol.setColorRampShader: src/3d/symbols/qgspointcloud3dsymbol.h#L275
QgsColorRampPointCloud3DSymbol.setColorRampShaderMinMax: src/3d/symbols/qgspointcloud3dsymbol.h#L293
QgsColorRampPointCloud3DSymbol.symbolType: src/3d/symbols/qgspointcloud3dsymbol.h#L248
QgsColorRampPointCloud3DSymbol.writeXml: src/3d/symbols/qgspointcloud3dsymbol.h#L250
QgsColorRampPointCloud3DSymbol: src/3d/symbols/qgspointcloud3dsymbol.h#L241
QgsDirectionalLightSettings.clone: src/3d/lights/qgsdirectionallightsettings.h#L40
QgsDirectionalLightSettings.color: src/3d/lights/qgsdirectionallightsettings.h#L51
QgsDirectionalLightSettings.direction: src/3d/lights/qgsdirectionallightsettings.h#L46
QgsDirectionalLightSettings.intensity: src/3d/lights/qgsdirectionallightsettings.h#L56
QgsDirectionalLightSettings.readXml: src/3d/lights/qgsdirectionallightsettings.h#L43
QgsDirectionalLightSettings.setColor: src/3d/lights/qgsdirectionallightsettings.h#L53
QgsDirectionalLightSettings.setDirection: src/3d/lights/qgsdirectionallightsettings.h#L48
QgsDirectionalLightSettings.setIntensity: src/3d/lights/qgsdirectionallightsettings.h#L58
QgsDirectionalLightSettings.type: src/3d/lights/qgsdirectionallightsettings.h#L39
QgsDirectionalLightSettings.writeXml: src/3d/lights/qgsdirectionallightsettings.h#L42
QgsDirectionalLightSettings: src/3d/lights/qgsdirectionallightsettings.h#L33
QgsGoochMaterialSettings.alpha: src/3d/materials/qgsgoochmaterialsettings.h#L73
QgsGoochMaterialSettings.beta: src/3d/materials/qgsgoochmaterialsettings.h#L76
QgsGoochMaterialSettings.clone: src/3d/materials/qgsgoochmaterialsettings.h#L57
QgsGoochMaterialSettings.cool: src/3d/materials/qgsgoochmaterialsettings.h#L63
QgsGoochMaterialSettings.create: src/3d/materials/qgsgoochmaterialsettings.h#L50
QgsGoochMaterialSettings.diffuse: src/3d/materials/qgsgoochmaterialsettings.h#L66
QgsGoochMaterialSettings.readXml: src/3d/materials/qgsgoochmaterialsettings.h#L97
QgsGoochMaterialSettings.setAlpha: src/3d/materials/qgsgoochmaterialsettings.h#L92
QgsGoochMaterialSettings.setBeta: src/3d/materials/qgsgoochmaterialsettings.h#L95
QgsGoochMaterialSettings.setCool: src/3d/materials/qgsgoochmaterialsettings.h#L82
QgsGoochMaterialSettings.setDiffuse: src/3d/materials/qgsgoochmaterialsettings.h#L85
QgsGoochMaterialSettings.setShininess: src/3d/materials/qgsgoochmaterialsettings.h#L89
QgsGoochMaterialSettings.setSpecular: src/3d/materials/qgsgoochmaterialsettings.h#L87
QgsGoochMaterialSettings.setWarm: src/3d/materials/qgsgoochmaterialsettings.h#L79
QgsGoochMaterialSettings.shininess: src/3d/materials/qgsgoochmaterialsettings.h#L70
QgsGoochMaterialSettings.specular: src/3d/materials/qgsgoochmaterialsettings.h#L68
QgsGoochMaterialSettings.supportsTechnique: src/3d/materials/qgsgoochmaterialsettings.h#L55
QgsGoochMaterialSettings.type: src/3d/materials/qgsgoochmaterialsettings.h#L45
QgsGoochMaterialSettings.warm: src/3d/materials/qgsgoochmaterialsettings.h#L60
QgsGoochMaterialSettings.writeXml: src/3d/materials/qgsgoochmaterialsettings.h#L98
QgsGoochMaterialSettings: src/3d/materials/qgsgoochmaterialsettings.h#L36
QgsLayoutItem3DMap.assignFreeId: src/3d/qgslayoutitem3dmap.h#L103
QgsLayoutItem3DMap.cameraPose: src/3d/qgslayoutitem3dmap.h#L89
QgsLayoutItem3DMap.create: src/3d/qgslayoutitem3dmap.h#L81
QgsLayoutItem3DMap.displayName: src/3d/qgslayoutitem3dmap.h#L106
QgsLayoutItem3DMap.draw: src/3d/qgslayoutitem3dmap.h#L114
QgsLayoutItem3DMap.finalizeRestoreFromXml: src/3d/qgslayoutitem3dmap.h#L108
QgsLayoutItem3DMap.icon: src/3d/qgslayoutitem3dmap.h#L84
QgsLayoutItem3DMap.mapSettings: src/3d/qgslayoutitem3dmap.h#L98
QgsLayoutItem3DMap.readPropertiesFromElement: src/3d/qgslayoutitem3dmap.h#L116
QgsLayoutItem3DMap.refresh: src/3d/qgslayoutitem3dmap.h#L111
QgsLayoutItem3DMap.setCameraPose: src/3d/qgslayoutitem3dmap.h#L87
QgsLayoutItem3DMap.setMapSettings: src/3d/qgslayoutitem3dmap.h#L96
QgsLayoutItem3DMap.type: src/3d/qgslayoutitem3dmap.h#L83
QgsLayoutItem3DMap.writePropertiesToElement: src/3d/qgslayoutitem3dmap.h#L115
QgsLayoutItem3DMap: src/3d/qgslayoutitem3dmap.h#L44
QgsLightSource.clone: src/3d/lights/qgslightsource.h#L61
QgsLightSource.createFromXml: src/3d/lights/qgslightsource.h#L90
QgsLightSource.readXml: src/3d/lights/qgslightsource.h#L80
QgsLightSource.resolveReferences: src/3d/lights/qgslightsource.h#L85
QgsLightSource.type: src/3d/lights/qgslightsource.h#L56
QgsLightSource.writeXml: src/3d/lights/qgslightsource.h#L73
QgsLightSource: src/3d/lights/qgslightsource.h#L46
QgsLine3DSymbol.altitudeBinding: src/3d/symbols/qgsline3dsymbol.h#L62
QgsLine3DSymbol.altitudeClamping: src/3d/symbols/qgsline3dsymbol.h#L57
QgsLine3DSymbol.clone: src/3d/symbols/qgsline3dsymbol.h#L49
QgsLine3DSymbol.create: src/3d/symbols/qgsline3dsymbol.h#L46
QgsLine3DSymbol.extrusionHeight: src/3d/symbols/qgsline3dsymbol.h#L100
QgsLine3DSymbol.height: src/3d/symbols/qgsline3dsymbol.h#L76
QgsLine3DSymbol.materialSettings: src/3d/symbols/qgsline3dsymbol.h#L110
QgsLine3DSymbol.offset: src/3d/symbols/qgsline3dsymbol.h#L90
QgsLine3DSymbol.readXml: src/3d/symbols/qgsline3dsymbol.h#L52
QgsLine3DSymbol.renderAsSimpleLines: src/3d/symbols/qgsline3dsymbol.h#L105
QgsLine3DSymbol.setAltitudeBinding: src/3d/symbols/qgsline3dsymbol.h#L64
QgsLine3DSymbol.setAltitudeClamping: src/3d/symbols/qgsline3dsymbol.h#L59
QgsLine3DSymbol.setDefaultPropertiesFromLayer: src/3d/symbols/qgsline3dsymbol.h#L54
QgsLine3DSymbol.setExtrusionHeight: src/3d/symbols/qgsline3dsymbol.h#L102
QgsLine3DSymbol.setHeight: src/3d/symbols/qgsline3dsymbol.h#L83
QgsLine3DSymbol.setMaterialSettings: src/3d/symbols/qgsline3dsymbol.h#L117
QgsLine3DSymbol.setOffset: src/3d/symbols/qgsline3dsymbol.h#L97
QgsLine3DSymbol.setRenderAsSimpleLines: src/3d/symbols/qgsline3dsymbol.h#L107
QgsLine3DSymbol.setWidth: src/3d/symbols/qgsline3dsymbol.h#L69
QgsLine3DSymbol.type: src/3d/symbols/qgsline3dsymbol.h#L48
QgsLine3DSymbol.width: src/3d/symbols/qgsline3dsymbol.h#L67
QgsLine3DSymbol.writeXml: src/3d/symbols/qgsline3dsymbol.h#L51
QgsLine3DSymbol: src/3d/symbols/qgsline3dsymbol.h#L34
QgsMaterialContext.isSelected: src/3d/materials/qgsabstractmaterialsettings.h#L80
QgsMaterialContext.selectionColor: src/3d/materials/qgsabstractmaterialsettings.h#L94
QgsMaterialContext.setIsSelected: src/3d/materials/qgsabstractmaterialsettings.h#L87
QgsMaterialContext.setSelectionColor: src/3d/materials/qgsabstractmaterialsettings.h#L101
QgsMaterialContext: src/3d/materials/qgsabstractmaterialsettings.h#L71
QgsMaterialRegistry.addMaterialSettingsType: src/3d/materials/qgsmaterialregistry.h#L206
QgsMaterialRegistry.createMaterialSettings: src/3d/materials/qgsmaterialregistry.h#L215
QgsMaterialRegistry.materialSettingsMetadata: src/3d/materials/qgsmaterialregistry.h#L198
QgsMaterialRegistry.materialSettingsTypes: src/3d/materials/qgsmaterialregistry.h#L203
QgsMaterialRegistry: src/3d/materials/qgsmaterialregistry.h#L185
QgsMaterialSettingsAbstractMetadata.create: src/3d/materials/qgsmaterialregistry.h#L77
QgsMaterialSettingsAbstractMetadata.icon: src/3d/materials/qgsmaterialregistry.h#L70
QgsMaterialSettingsAbstractMetadata.supportsTechnique: src/3d/materials/qgsmaterialregistry.h#L82
QgsMaterialSettingsAbstractMetadata.type: src/3d/materials/qgsmaterialregistry.h#L60
QgsMaterialSettingsAbstractMetadata.visibleName: src/3d/materials/qgsmaterialregistry.h#L65
QgsMaterialSettingsAbstractMetadata: src/3d/materials/qgsmaterialregistry.h#L40
QgsMetalRoughMaterialSettings.baseColor: src/3d/materials/qgsmetalroughmaterialsettings.h#L63
QgsMetalRoughMaterialSettings.clone: src/3d/materials/qgsmetalroughmaterialsettings.h#L56
QgsMetalRoughMaterialSettings.create: src/3d/materials/qgsmetalroughmaterialsettings.h#L54
QgsMetalRoughMaterialSettings.metalness: src/3d/materials/qgsmetalroughmaterialsettings.h#L70
QgsMetalRoughMaterialSettings.readXml: src/3d/materials/qgsmetalroughmaterialsettings.h#L102
QgsMetalRoughMaterialSettings.roughness: src/3d/materials/qgsmetalroughmaterialsettings.h#L77
QgsMetalRoughMaterialSettings.setBaseColor: src/3d/materials/qgsmetalroughmaterialsettings.h#L86
QgsMetalRoughMaterialSettings.setMetalness: src/3d/materials/qgsmetalroughmaterialsettings.h#L93
QgsMetalRoughMaterialSettings.setRoughness: src/3d/materials/qgsmetalroughmaterialsettings.h#L100
QgsMetalRoughMaterialSettings.supportsTechnique: src/3d/materials/qgsmetalroughmaterialsettings.h#L49
QgsMetalRoughMaterialSettings.type: src/3d/materials/qgsmetalroughmaterialsettings.h#L44
QgsMetalRoughMaterialSettings.writeXml: src/3d/materials/qgsmetalroughmaterialsettings.h#L103
QgsMetalRoughMaterialSettings: src/3d/materials/qgsmetalroughmaterialsettings.h#L35
QgsNullMaterialSettings.clone: src/3d/materials/qgsnullmaterialsettings.h#L57
QgsNullMaterialSettings.create: src/3d/materials/qgsnullmaterialsettings.h#L55
QgsNullMaterialSettings.supportsTechnique: src/3d/materials/qgsnullmaterialsettings.h#L50
QgsNullMaterialSettings.type: src/3d/materials/qgsnullmaterialsettings.h#L45
QgsNullMaterialSettings: src/3d/materials/qgsnullmaterialsettings.h#L36
QgsPhongMaterialSettings.ambient: src/3d/materials/qgsphongmaterialsettings.h#L59
QgsPhongMaterialSettings.ambientCoefficient: src/3d/materials/qgsphongmaterialsettings.h#L82
QgsPhongMaterialSettings.clone: src/3d/materials/qgsphongmaterialsettings.h#L56
QgsPhongMaterialSettings.create: src/3d/materials/qgsphongmaterialsettings.h#L54
QgsPhongMaterialSettings.diffuse: src/3d/materials/qgsphongmaterialsettings.h#L61
QgsPhongMaterialSettings.diffuseCoefficient: src/3d/materials/qgsphongmaterialsettings.h#L93
QgsPhongMaterialSettings.opacity: src/3d/materials/qgsphongmaterialsettings.h#L71
QgsPhongMaterialSettings.readXml: src/3d/materials/qgsphongmaterialsettings.h#L156
QgsPhongMaterialSettings.setAmbient: src/3d/materials/qgsphongmaterialsettings.h#L109
QgsPhongMaterialSettings.setAmbientCoefficient: src/3d/materials/qgsphongmaterialsettings.h#L132
QgsPhongMaterialSettings.setDiffuse: src/3d/materials/qgsphongmaterialsettings.h#L111
QgsPhongMaterialSettings.setDiffuseCoefficient: src/3d/materials/qgsphongmaterialsettings.h#L143
QgsPhongMaterialSettings.setOpacity: src/3d/materials/qgsphongmaterialsettings.h#L121
QgsPhongMaterialSettings.setShininess: src/3d/materials/qgsphongmaterialsettings.h#L115
QgsPhongMaterialSettings.setSpecular: src/3d/materials/qgsphongmaterialsettings.h#L113
QgsPhongMaterialSettings.setSpecularCoefficient: src/3d/materials/qgsphongmaterialsettings.h#L154
QgsPhongMaterialSettings.shininess: src/3d/materials/qgsphongmaterialsettings.h#L65
QgsPhongMaterialSettings.specular: src/3d/materials/qgsphongmaterialsettings.h#L63
QgsPhongMaterialSettings.specularCoefficient: src/3d/materials/qgsphongmaterialsettings.h#L104
QgsPhongMaterialSettings.supportsTechnique: src/3d/materials/qgsphongmaterialsettings.h#L49
QgsPhongMaterialSettings.type: src/3d/materials/qgsphongmaterialsettings.h#L44
QgsPhongMaterialSettings.writeXml: src/3d/materials/qgsphongmaterialsettings.h#L157
QgsPhongMaterialSettings: src/3d/materials/qgsphongmaterialsettings.h#L35
QgsPhongTexturedMaterialSettings.ambient: src/3d/materials/qgsphongtexturedmaterialsettings.h#L59
QgsPhongTexturedMaterialSettings.clone: src/3d/materials/qgsphongtexturedmaterialsettings.h#L56
QgsPhongTexturedMaterialSettings.create: src/3d/materials/qgsphongtexturedmaterialsettings.h#L54
QgsPhongTexturedMaterialSettings.diffuseTexturePath: src/3d/materials/qgsphongtexturedmaterialsettings.h#L72
QgsPhongTexturedMaterialSettings.opacity: src/3d/materials/qgsphongtexturedmaterialsettings.h#L96
QgsPhongTexturedMaterialSettings.readXml: src/3d/materials/qgsphongtexturedmaterialsettings.h#L128
QgsPhongTexturedMaterialSettings.requiresTextureCoordinates: src/3d/materials/qgsphongtexturedmaterialsettings.h#L85
QgsPhongTexturedMaterialSettings.setAmbient: src/3d/materials/qgsphongtexturedmaterialsettings.h#L99
QgsPhongTexturedMaterialSettings.setDiffuseTexturePath: src/3d/materials/qgsphongtexturedmaterialsettings.h#L110
QgsPhongTexturedMaterialSettings.setOpacity: src/3d/materials/qgsphongtexturedmaterialsettings.h#L126
QgsPhongTexturedMaterialSettings.setShininess: src/3d/materials/qgsphongtexturedmaterialsettings.h#L104
QgsPhongTexturedMaterialSettings.setSpecular: src/3d/materials/qgsphongtexturedmaterialsettings.h#L102
QgsPhongTexturedMaterialSettings.setTextureRotation: src/3d/materials/qgsphongtexturedmaterialsettings.h#L120
QgsPhongTexturedMaterialSettings.setTextureScale: src/3d/materials/qgsphongtexturedmaterialsettings.h#L117
QgsPhongTexturedMaterialSettings.shininess: src/3d/materials/qgsphongtexturedmaterialsettings.h#L63
QgsPhongTexturedMaterialSettings.specular: src/3d/materials/qgsphongtexturedmaterialsettings.h#L61
QgsPhongTexturedMaterialSettings.supportsTechnique: src/3d/materials/qgsphongtexturedmaterialsettings.h#L49
QgsPhongTexturedMaterialSettings.textureRotation: src/3d/materials/qgsphongtexturedmaterialsettings.h#L90
QgsPhongTexturedMaterialSettings.textureScale: src/3d/materials/qgsphongtexturedmaterialsettings.h#L79
QgsPhongTexturedMaterialSettings.type: src/3d/materials/qgsphongtexturedmaterialsettings.h#L44
QgsPhongTexturedMaterialSettings.writeXml: src/3d/materials/qgsphongtexturedmaterialsettings.h#L129
QgsPhongTexturedMaterialSettings: src/3d/materials/qgsphongtexturedmaterialsettings.h#L35
QgsPoint3DSymbol.altitudeClamping: src/3d/symbols/qgspoint3dsymbol.h#L65
QgsPoint3DSymbol.billboardSymbol: src/3d/symbols/qgspoint3dsymbol.h#L114
QgsPoint3DSymbol.billboardTransform: src/3d/symbols/qgspoint3dsymbol.h#L124
QgsPoint3DSymbol.clone: src/3d/symbols/qgspoint3dsymbol.h#L57
QgsPoint3DSymbol.create: src/3d/symbols/qgspoint3dsymbol.h#L54
QgsPoint3DSymbol.materialSettings: src/3d/symbols/qgspoint3dsymbol.h#L70
QgsPoint3DSymbol.readXml: src/3d/symbols/qgspoint3dsymbol.h#L60
QgsPoint3DSymbol.setAltitudeClamping: src/3d/symbols/qgspoint3dsymbol.h#L67
QgsPoint3DSymbol.setBillboardSymbol: src/3d/symbols/qgspoint3dsymbol.h#L116
QgsPoint3DSymbol.setDefaultPropertiesFromLayer: src/3d/symbols/qgspoint3dsymbol.h#L62
QgsPoint3DSymbol.setMaterialSettings: src/3d/symbols/qgspoint3dsymbol.h#L77
QgsPoint3DSymbol.setShape: src/3d/symbols/qgspoint3dsymbol.h#L87
QgsPoint3DSymbol.setShapeProperties: src/3d/symbols/qgspoint3dsymbol.h#L111
QgsPoint3DSymbol.setTransform: src/3d/symbols/qgspoint3dsymbol.h#L121
QgsPoint3DSymbol.shape: src/3d/symbols/qgspoint3dsymbol.h#L85
QgsPoint3DSymbol.shapeFromString: src/3d/symbols/qgspoint3dsymbol.h#L80
QgsPoint3DSymbol.shapeProperties: src/3d/symbols/qgspoint3dsymbol.h#L98
QgsPoint3DSymbol.shapeProperty: src/3d/symbols/qgspoint3dsymbol.h#L108
QgsPoint3DSymbol.shapeToString: src/3d/symbols/qgspoint3dsymbol.h#L82
QgsPoint3DSymbol.transform: src/3d/symbols/qgspoint3dsymbol.h#L119
QgsPoint3DSymbol.type: src/3d/symbols/qgspoint3dsymbol.h#L56
QgsPoint3DSymbol.writeXml: src/3d/symbols/qgspoint3dsymbol.h#L59
QgsPoint3DSymbol: src/3d/symbols/qgspoint3dsymbol.h#L38
QgsPointCloud3DSymbol.copyBaseSettings: src/3d/symbols/qgspointcloud3dsymbol.h#L166
QgsPointCloud3DSymbol.horizontalFilterThreshold: src/3d/symbols/qgspointcloud3dsymbol.h#L124
QgsPointCloud3DSymbol.horizontalTriangleFilter: src/3d/symbols/qgspointcloud3dsymbol.h#L108
QgsPointCloud3DSymbol.pointSize: src/3d/symbols/qgspointcloud3dsymbol.h#L75
QgsPointCloud3DSymbol.readBaseXml: src/3d/symbols/qgspointcloud3dsymbol.h#L188
QgsPointCloud3DSymbol.renderAsTriangles: src/3d/symbols/qgspointcloud3dsymbol.h#L93
QgsPointCloud3DSymbol.setHorizontalFilterThreshold: src/3d/symbols/qgspointcloud3dsymbol.h#L132
QgsPointCloud3DSymbol.setHorizontalTriangleFilter: src/3d/symbols/qgspointcloud3dsymbol.h#L116
QgsPointCloud3DSymbol.setPointSize: src/3d/symbols/qgspointcloud3dsymbol.h#L81
QgsPointCloud3DSymbol.setRenderAsTriangles: src/3d/symbols/qgspointcloud3dsymbol.h#L100
QgsPointCloud3DSymbol.setVerticalFilterThreshold: src/3d/symbols/qgspointcloud3dsymbol.h#L164
QgsPointCloud3DSymbol.setVerticalTriangleFilter: src/3d/symbols/qgspointcloud3dsymbol.h#L148
QgsPointCloud3DSymbol.symbolType: src/3d/symbols/qgspointcloud3dsymbol.h#L69
QgsPointCloud3DSymbol.type: src/3d/symbols/qgspointcloud3dsymbol.h#L64
QgsPointCloud3DSymbol.verticalFilterThreshold: src/3d/symbols/qgspointcloud3dsymbol.h#L156
QgsPointCloud3DSymbol.verticalTriangleFilter: src/3d/symbols/qgspointcloud3dsymbol.h#L140
QgsPointCloud3DSymbol.writeBaseXml: src/3d/symbols/qgspointcloud3dsymbol.h#L181
QgsPointCloud3DSymbol: src/3d/symbols/qgspointcloud3dsymbol.h#L38
QgsPointCloudLayer3DRenderer.QgsPointCloudLayer3DRenderer: src/3d/qgspointcloudlayer3drenderer.h#L244
QgsPointCloudLayer3DRenderer.clone: src/3d/qgspointcloudlayer3drenderer.h#L252
QgsPointCloudLayer3DRenderer.convertFrom2DRenderer: src/3d/qgspointcloudlayer3drenderer.h#L310
QgsPointCloudLayer3DRenderer.layer: src/3d/qgspointcloudlayer3drenderer.h#L249
QgsPointCloudLayer3DRenderer.maximumScreenError: src/3d/qgspointcloudlayer3drenderer.h#L275
QgsPointCloudLayer3DRenderer.pointRenderingBudget: src/3d/qgspointcloudlayer3drenderer.h#L304
QgsPointCloudLayer3DRenderer.readXml: src/3d/qgspointcloudlayer3drenderer.h#L265
QgsPointCloudLayer3DRenderer.resolveReferences: src/3d/qgspointcloudlayer3drenderer.h#L266
QgsPointCloudLayer3DRenderer.setLayer: src/3d/qgspointcloudlayer3drenderer.h#L247
QgsPointCloudLayer3DRenderer.setMaximumScreenError: src/3d/qgspointcloudlayer3drenderer.h#L284
QgsPointCloudLayer3DRenderer.setPointRenderingBudget: src/3d/qgspointcloudlayer3drenderer.h#L308
QgsPointCloudLayer3DRenderer.setShowBoundingBoxes: src/3d/qgspointcloudlayer3drenderer.h#L298
QgsPointCloudLayer3DRenderer.setSymbol: src/3d/qgspointcloudlayer3drenderer.h#L260
QgsPointCloudLayer3DRenderer.showBoundingBoxes: src/3d/qgspointcloudlayer3drenderer.h#L291
QgsPointCloudLayer3DRenderer.symbol: src/3d/qgspointcloudlayer3drenderer.h#L262
QgsPointCloudLayer3DRenderer.type: src/3d/qgspointcloudlayer3drenderer.h#L251
QgsPointCloudLayer3DRenderer.writeXml: src/3d/qgspointcloudlayer3drenderer.h#L264
QgsPointCloudLayer3DRenderer: src/3d/qgspointcloudlayer3drenderer.h#L240
QgsPointLightSettings.clone: src/3d/lights/qgspointlightsettings.h#L46
QgsPointLightSettings.color: src/3d/lights/qgspointlightsettings.h#L57
QgsPointLightSettings.constantAttenuation: src/3d/lights/qgspointlightsettings.h#L67
QgsPointLightSettings.intensity: src/3d/lights/qgspointlightsettings.h#L62
QgsPointLightSettings.linearAttenuation: src/3d/lights/qgspointlightsettings.h#L72
QgsPointLightSettings.position: src/3d/lights/qgspointlightsettings.h#L52
QgsPointLightSettings.quadraticAttenuation: src/3d/lights/qgspointlightsettings.h#L77
QgsPointLightSettings.readXml: src/3d/lights/qgspointlightsettings.h#L49
QgsPointLightSettings.setColor: src/3d/lights/qgspointlightsettings.h#L59
QgsPointLightSettings.setConstantAttenuation: src/3d/lights/qgspointlightsettings.h#L69
QgsPointLightSettings.setIntensity: src/3d/lights/qgspointlightsettings.h#L64
QgsPointLightSettings.setLinearAttenuation: src/3d/lights/qgspointlightsettings.h#L74
QgsPointLightSettings.setPosition: src/3d/lights/qgspointlightsettings.h#L54
QgsPointLightSettings.setQuadraticAttenuation: src/3d/lights/qgspointlightsettings.h#L79
QgsPointLightSettings.type: src/3d/lights/qgspointlightsettings.h#L45
QgsPointLightSettings.writeXml: src/3d/lights/qgspointlightsettings.h#L48
QgsPointLightSettings: src/3d/lights/qgspointlightsettings.h#L39
QgsPolygon3DSymbol.addBackFaces: src/3d/symbols/qgspolygon3dsymbol.h#L125
QgsPolygon3DSymbol.altitudeBinding: src/3d/symbols/qgspolygon3dsymbol.h#L64
QgsPolygon3DSymbol.altitudeClamping: src/3d/symbols/qgspolygon3dsymbol.h#L59
QgsPolygon3DSymbol.clone: src/3d/symbols/qgspolygon3dsymbol.h#L44
QgsPolygon3DSymbol.create: src/3d/symbols/qgspolygon3dsymbol.h#L56
QgsPolygon3DSymbol.cullingMode: src/3d/symbols/qgspolygon3dsymbol.h#L112
QgsPolygon3DSymbol.edgeColor: src/3d/symbols/qgspolygon3dsymbol.h#L161
QgsPolygon3DSymbol.edgeWidth: src/3d/symbols/qgspolygon3dsymbol.h#L149
QgsPolygon3DSymbol.edgesEnabled: src/3d/symbols/qgspolygon3dsymbol.h#L137
QgsPolygon3DSymbol.extrusionHeight: src/3d/symbols/qgspolygon3dsymbol.h#L97
QgsPolygon3DSymbol.height: src/3d/symbols/qgspolygon3dsymbol.h#L73
QgsPolygon3DSymbol.invertNormals: src/3d/symbols/qgspolygon3dsymbol.h#L117
QgsPolygon3DSymbol.materialSettings: src/3d/symbols/qgspolygon3dsymbol.h#L102
QgsPolygon3DSymbol.offset: src/3d/symbols/qgspolygon3dsymbol.h#L87
QgsPolygon3DSymbol.readXml: src/3d/symbols/qgspolygon3dsymbol.h#L47
QgsPolygon3DSymbol.renderedFacade: src/3d/symbols/qgspolygon3dsymbol.h#L179
QgsPolygon3DSymbol.setAddBackFaces: src/3d/symbols/qgspolygon3dsymbol.h#L131
QgsPolygon3DSymbol.setAltitudeBinding: src/3d/symbols/qgspolygon3dsymbol.h#L66
QgsPolygon3DSymbol.setAltitudeClamping: src/3d/symbols/qgspolygon3dsymbol.h#L61
QgsPolygon3DSymbol.setCullingMode: src/3d/symbols/qgspolygon3dsymbol.h#L114
QgsPolygon3DSymbol.setDefaultPropertiesFromLayer: src/3d/symbols/qgspolygon3dsymbol.h#L49
QgsPolygon3DSymbol.setEdgeColor: src/3d/symbols/qgspolygon3dsymbol.h#L167
QgsPolygon3DSymbol.setEdgeWidth: src/3d/symbols/qgspolygon3dsymbol.h#L155
QgsPolygon3DSymbol.setEdgesEnabled: src/3d/symbols/qgspolygon3dsymbol.h#L143
QgsPolygon3DSymbol.setExtrusionHeight: src/3d/symbols/qgspolygon3dsymbol.h#L99
QgsPolygon3DSymbol.setHeight: src/3d/symbols/qgspolygon3dsymbol.h#L80
QgsPolygon3DSymbol.setInvertNormals: src/3d/symbols/qgspolygon3dsymbol.h#L119
QgsPolygon3DSymbol.setMaterialSettings: src/3d/symbols/qgspolygon3dsymbol.h#L109
QgsPolygon3DSymbol.setOffset: src/3d/symbols/qgspolygon3dsymbol.h#L94
QgsPolygon3DSymbol.setRenderedFacade: src/3d/symbols/qgspolygon3dsymbol.h#L173
QgsPolygon3DSymbol.type: src/3d/symbols/qgspolygon3dsymbol.h#L43
QgsPolygon3DSymbol.writeXml: src/3d/symbols/qgspolygon3dsymbol.h#L46
QgsPolygon3DSymbol: src/3d/symbols/qgspolygon3dsymbol.h#L36
QgsRgbPointCloud3DSymbol.blueAttribute: src/3d/symbols/qgspointcloud3dsymbol.h#L378
QgsRgbPointCloud3DSymbol.blueContrastEnhancement: src/3d/symbols/qgspointcloud3dsymbol.h#L436
QgsRgbPointCloud3DSymbol.clone: src/3d/symbols/qgspointcloud3dsymbol.h#L327
QgsRgbPointCloud3DSymbol.greenAttribute: src/3d/symbols/qgspointcloud3dsymbol.h#L360
QgsRgbPointCloud3DSymbol.greenContrastEnhancement: src/3d/symbols/qgspointcloud3dsymbol.h#L416
QgsRgbPointCloud3DSymbol.readXml: src/3d/symbols/qgspointcloud3dsymbol.h#L330
QgsRgbPointCloud3DSymbol.redAttribute: src/3d/symbols/qgspointcloud3dsymbol.h#L342
QgsRgbPointCloud3DSymbol.redContrastEnhancement: src/3d/symbols/qgspointcloud3dsymbol.h#L396
QgsRgbPointCloud3DSymbol.setBlueAttribute: src/3d/symbols/qgspointcloud3dsymbol.h#L387
QgsRgbPointCloud3DSymbol.setBlueContrastEnhancement: src/3d/symbols/qgspointcloud3dsymbol.h#L447
QgsRgbPointCloud3DSymbol.setGreenAttribute: src/3d/symbols/qgspointcloud3dsymbol.h#L369
QgsRgbPointCloud3DSymbol.setGreenContrastEnhancement: src/3d/symbols/qgspointcloud3dsymbol.h#L427
QgsRgbPointCloud3DSymbol.setRedAttribute: src/3d/symbols/qgspointcloud3dsymbol.h#L351
QgsRgbPointCloud3DSymbol.setRedContrastEnhancement: src/3d/symbols/qgspointcloud3dsymbol.h#L407
QgsRgbPointCloud3DSymbol.symbolType: src/3d/symbols/qgspointcloud3dsymbol.h#L326
QgsRgbPointCloud3DSymbol.writeXml: src/3d/symbols/qgspointcloud3dsymbol.h#L329
QgsRgbPointCloud3DSymbol: src/3d/symbols/qgspointcloud3dsymbol.h#L314
QgsRuleBased3DRenderer.Rule.active: src/3d/qgsrulebased3drenderer.h#L117
QgsRuleBased3DRenderer.Rule.appendChild: src/3d/qgsrulebased3drenderer.h#L201
QgsRuleBased3DRenderer.Rule.clone: src/3d/qgsrulebased3drenderer.h#L220
QgsRuleBased3DRenderer.Rule.create: src/3d/qgsrulebased3drenderer.h#L230
QgsRuleBased3DRenderer.Rule.descendants: src/3d/qgsrulebased3drenderer.h#L184
QgsRuleBased3DRenderer.Rule.description: src/3d/qgsrulebased3drenderer.h#L110
QgsRuleBased3DRenderer.Rule.filterExpression: src/3d/qgsrulebased3drenderer.h#L103
QgsRuleBased3DRenderer.Rule.findRuleByKey: src/3d/qgsrulebased3drenderer.h#L210
QgsRuleBased3DRenderer.Rule.insertChild: src/3d/qgsrulebased3drenderer.h#L204
QgsRuleBased3DRenderer.Rule.isElse: src/3d/qgsrulebased3drenderer.h#L124
QgsRuleBased3DRenderer.Rule.parent: src/3d/qgsrulebased3drenderer.h#L198
QgsRuleBased3DRenderer.Rule.removeChildAt: src/3d/qgsrulebased3drenderer.h#L207
QgsRuleBased3DRenderer.Rule.ruleKey: src/3d/qgsrulebased3drenderer.h#L127
QgsRuleBased3DRenderer.Rule.save: src/3d/qgsrulebased3drenderer.h#L233
QgsRuleBased3DRenderer.Rule.setActive: src/3d/qgsrulebased3drenderer.h#L150
QgsRuleBased3DRenderer.Rule.setDescription: src/3d/qgsrulebased3drenderer.h#L144
QgsRuleBased3DRenderer.Rule.setFilterExpression: src/3d/qgsrulebased3drenderer.h#L137
QgsRuleBased3DRenderer.Rule.setIsElse: src/3d/qgsrulebased3drenderer.h#L157
QgsRuleBased3DRenderer.Rule.setRuleKey: src/3d/qgsrulebased3drenderer.h#L161
QgsRuleBased3DRenderer.Rule.setSymbol: src/3d/qgsrulebased3drenderer.h#L130
QgsRuleBased3DRenderer.Rule.symbol: src/3d/qgsrulebased3drenderer.h#L97
QgsRuleBased3DRenderer.Rule: src/3d/qgsrulebased3drenderer.h#L74
QgsRuleBased3DRenderer.clone: src/3d/qgsrulebased3drenderer.h#L305
QgsRuleBased3DRenderer.readXml: src/3d/qgsrulebased3drenderer.h#L309
QgsRuleBased3DRenderer.rootRule: src/3d/qgsrulebased3drenderer.h#L300
QgsRuleBased3DRenderer.type: src/3d/qgsrulebased3drenderer.h#L304
QgsRuleBased3DRenderer.writeXml: src/3d/qgsrulebased3drenderer.h#L308
QgsRuleBased3DRenderer: src/3d/qgsrulebased3drenderer.h#L61
QgsRuleBased3DRendererMetadata.createRenderer: src/3d/qgsrulebased3drenderer.h#L46
QgsRuleBased3DRendererMetadata: src/3d/qgsrulebased3drenderer.h#L40
QgsSimpleLineMaterialSettings.ambient: src/3d/materials/qgssimplelinematerialsettings.h#L64
QgsSimpleLineMaterialSettings.clone: src/3d/materials/qgssimplelinematerialsettings.h#L57
QgsSimpleLineMaterialSettings.create: src/3d/materials/qgssimplelinematerialsettings.h#L55
QgsSimpleLineMaterialSettings.readXml: src/3d/materials/qgssimplelinematerialsettings.h#L74
QgsSimpleLineMaterialSettings.setAmbient: src/3d/materials/qgssimplelinematerialsettings.h#L71
QgsSimpleLineMaterialSettings.supportsTechnique: src/3d/materials/qgssimplelinematerialsettings.h#L50
QgsSimpleLineMaterialSettings.type: src/3d/materials/qgssimplelinematerialsettings.h#L45
QgsSimpleLineMaterialSettings.writeXml: src/3d/materials/qgssimplelinematerialsettings.h#L75
QgsSimpleLineMaterialSettings: src/3d/materials/qgssimplelinematerialsettings.h#L36
QgsSingleColorPointCloud3DSymbol.clone: src/3d/symbols/qgspointcloud3dsymbol.h#L207
QgsSingleColorPointCloud3DSymbol.readXml: src/3d/symbols/qgspointcloud3dsymbol.h#L210
QgsSingleColorPointCloud3DSymbol.setSingleColor: src/3d/symbols/qgspointcloud3dsymbol.h#L222
QgsSingleColorPointCloud3DSymbol.singleColor: src/3d/symbols/qgspointcloud3dsymbol.h#L216
QgsSingleColorPointCloud3DSymbol.symbolType: src/3d/symbols/qgspointcloud3dsymbol.h#L206
QgsSingleColorPointCloud3DSymbol.writeXml: src/3d/symbols/qgspointcloud3dsymbol.h#L209
QgsSingleColorPointCloud3DSymbol: src/3d/symbols/qgspointcloud3dsymbol.h#L200
QgsTiledSceneLayer3DRenderer.clone: src/3d/qgstiledscenelayer3drenderer.h#L109
QgsTiledSceneLayer3DRenderer.layer: src/3d/qgstiledscenelayer3drenderer.h#L74
QgsTiledSceneLayer3DRenderer.maximumScreenError: src/3d/qgstiledscenelayer3drenderer.h#L83
QgsTiledSceneLayer3DRenderer.readXml: src/3d/qgstiledscenelayer3drenderer.h#L112
QgsTiledSceneLayer3DRenderer.resolveReferences: src/3d/qgstiledscenelayer3drenderer.h#L113
QgsTiledSceneLayer3DRenderer.setLayer: src/3d/qgstiledscenelayer3drenderer.h#L72
QgsTiledSceneLayer3DRenderer.setMaximumScreenError: src/3d/qgstiledscenelayer3drenderer.h#L92
QgsTiledSceneLayer3DRenderer.setShowBoundingBoxes: src/3d/qgstiledscenelayer3drenderer.h#L106
QgsTiledSceneLayer3DRenderer.showBoundingBoxes: src/3d/qgstiledscenelayer3drenderer.h#L99
QgsTiledSceneLayer3DRenderer.type: src/3d/qgstiledscenelayer3drenderer.h#L108
QgsTiledSceneLayer3DRenderer.writeXml: src/3d/qgstiledscenelayer3drenderer.h#L111
QgsTiledSceneLayer3DRenderer: src/3d/qgstiledscenelayer3drenderer.h#L52
QgsTiledSceneLayer3DRendererMetadata.createRenderer: src/3d/qgstiledscenelayer3drenderer.h#L42
QgsTiledSceneLayer3DRendererMetadata: src/3d/qgstiledscenelayer3drenderer.h#L36
QgsVectorLayer3DRenderer.QgsVectorLayer3DRenderer: src/3d/qgsvectorlayer3drenderer.h#L61
QgsVectorLayer3DRenderer.clone: src/3d/qgsvectorlayer3drenderer.h#L69
QgsVectorLayer3DRenderer.readXml: src/3d/qgsvectorlayer3drenderer.h#L73
QgsVectorLayer3DRenderer.setSymbol: src/3d/qgsvectorlayer3drenderer.h#L64
QgsVectorLayer3DRenderer.symbol: src/3d/qgsvectorlayer3drenderer.h#L66
QgsVectorLayer3DRenderer.type: src/3d/qgsvectorlayer3drenderer.h#L68
QgsVectorLayer3DRenderer.writeXml: src/3d/qgsvectorlayer3drenderer.h#L72
QgsVectorLayer3DRenderer: src/3d/qgsvectorlayer3drenderer.h#L57
QgsVectorLayer3DRendererMetadata.createRenderer: src/3d/qgsvectorlayer3drenderer.h#L48
QgsVectorLayer3DRendererMetadata: src/3d/qgsvectorlayer3drenderer.h#L42
QgsVectorLayer3DTilingSettings.readXml: src/3d/qgsabstractvectorlayer3drenderer.h#L63
QgsVectorLayer3DTilingSettings.setShowBoundingBoxes: src/3d/qgsabstractvectorlayer3drenderer.h#L56
QgsVectorLayer3DTilingSettings.setZoomLevelsCount: src/3d/qgsabstractvectorlayer3drenderer.h#L53
QgsVectorLayer3DTilingSettings.showBoundingBoxes: src/3d/qgsabstractvectorlayer3drenderer.h#L58
QgsVectorLayer3DTilingSettings.writeXml: src/3d/qgsabstractvectorlayer3drenderer.h#L61
QgsVectorLayer3DTilingSettings.zoomLevelsCount: src/3d/qgsabstractvectorlayer3drenderer.h#L48
QgsVectorLayer3DTilingSettings: src/3d/qgsabstractvectorlayer3drenderer.h#L37

View File

@ -0,0 +1,373 @@
QgsAlignRaster.QgsAlignRaster.bandCount: src/analysis/raster/qgsalignraster.h#L71
QgsAlignRaster.QgsAlignRaster.cellSize: src/analysis/raster/qgsalignraster.h#L73
QgsAlignRaster.QgsAlignRaster.crs: src/analysis/raster/qgsalignraster.h#L67
QgsAlignRaster.QgsAlignRaster.dump: src/analysis/raster/qgsalignraster.h#L82
QgsAlignRaster.QgsAlignRaster.extent: src/analysis/raster/qgsalignraster.h#L77
QgsAlignRaster.QgsAlignRaster.gridOffset: src/analysis/raster/qgsalignraster.h#L75
QgsAlignRaster.QgsAlignRaster.identify: src/analysis/raster/qgsalignraster.h#L85
QgsAlignRaster.QgsAlignRaster.isValid: src/analysis/raster/qgsalignraster.h#L64
QgsAlignRaster.QgsAlignRaster.origin: src/analysis/raster/qgsalignraster.h#L79
QgsAlignRaster.QgsAlignRaster.progress: src/analysis/raster/qgsalignraster.h#L122
QgsAlignRaster.QgsAlignRaster.rasterSize: src/analysis/raster/qgsalignraster.h#L69
QgsAlignRaster.alignedRasterExtent: src/analysis/raster/qgsalignraster.h#L205
QgsAlignRaster.alignedRasterSize: src/analysis/raster/qgsalignraster.h#L199
QgsAlignRaster.cellSize: src/analysis/raster/qgsalignraster.h#L145
QgsAlignRaster.checkInputParameters: src/analysis/raster/qgsalignraster.h#L193
QgsAlignRaster.clipExtent: src/analysis/raster/qgsalignraster.h#L168
QgsAlignRaster.createAndWarp: src/analysis/raster/qgsalignraster.h#L228
QgsAlignRaster.destinationCrs: src/analysis/raster/qgsalignraster.h#L150
QgsAlignRaster.dump: src/analysis/raster/qgsalignraster.h#L220
QgsAlignRaster.errorMessage: src/analysis/raster/qgsalignraster.h#L217
QgsAlignRaster.gridOffset: src/analysis/raster/qgsalignraster.h#L138
QgsAlignRaster.progressHandler: src/analysis/raster/qgsalignraster.h#L130
QgsAlignRaster.rasters: src/analysis/raster/qgsalignraster.h#L135
QgsAlignRaster.run: src/analysis/raster/qgsalignraster.h#L211
QgsAlignRaster.setCellSize: src/analysis/raster/qgsalignraster.h#L141
QgsAlignRaster.setCellSize: src/analysis/raster/qgsalignraster.h#L143
QgsAlignRaster.setClipExtent: src/analysis/raster/qgsalignraster.h#L156
QgsAlignRaster.setClipExtent: src/analysis/raster/qgsalignraster.h#L162
QgsAlignRaster.setDestinationCrs: src/analysis/raster/qgsalignraster.h#L148
QgsAlignRaster.setGridOffset: src/analysis/raster/qgsalignraster.h#L137
QgsAlignRaster.setParametersFromRaster: src/analysis/raster/qgsalignraster.h#L181
QgsAlignRaster.setParametersFromRaster: src/analysis/raster/qgsalignraster.h#L187
QgsAlignRaster.setProgressHandler: src/analysis/raster/qgsalignraster.h#L128
QgsAlignRaster.setRasters: src/analysis/raster/qgsalignraster.h#L133
QgsAlignRaster.suggestedReferenceLayer: src/analysis/raster/qgsalignraster.h#L223
QgsAlignRaster.suggestedWarpOutput: src/analysis/raster/qgsalignraster.h#L231
QgsAlignRaster: src/analysis/raster/qgsalignraster.h#L44
QgsAnalysis.geometryCheckRegistry: src/analysis/qgsanalysis.h#L52
QgsAnalysis.instance: src/analysis/qgsanalysis.h#L47
QgsAnalysis: src/analysis/qgsanalysis.h#L34
QgsAspectFilter.processNineCellWindow: src/analysis/raster/qgsaspectfilter.h#L35
QgsAspectFilter: src/analysis/raster/qgsaspectfilter.h#L30
QgsBatchGeocodeAlgorithm.group: src/analysis/processing/qgsalgorithmbatchgeocode.h#L84
QgsBatchGeocodeAlgorithm.groupId: src/analysis/processing/qgsalgorithmbatchgeocode.h#L85
QgsBatchGeocodeAlgorithm.initParameters: src/analysis/processing/qgsalgorithmbatchgeocode.h#L82
QgsBatchGeocodeAlgorithm.outputCrs: src/analysis/processing/qgsalgorithmbatchgeocode.h#L93
QgsBatchGeocodeAlgorithm.outputFields: src/analysis/processing/qgsalgorithmbatchgeocode.h#L94
QgsBatchGeocodeAlgorithm.outputName: src/analysis/processing/qgsalgorithmbatchgeocode.h#L90
QgsBatchGeocodeAlgorithm.outputWkbType: src/analysis/processing/qgsalgorithmbatchgeocode.h#L95
QgsBatchGeocodeAlgorithm.prepareAlgorithm: src/analysis/processing/qgsalgorithmbatchgeocode.h#L91
QgsBatchGeocodeAlgorithm.processFeature: src/analysis/processing/qgsalgorithmbatchgeocode.h#L92
QgsBatchGeocodeAlgorithm.supportInPlaceEdit: src/analysis/processing/qgsalgorithmbatchgeocode.h#L87
QgsBatchGeocodeAlgorithm.tags: src/analysis/processing/qgsalgorithmbatchgeocode.h#L83
QgsBatchGeocodeAlgorithm: src/analysis/processing/qgsalgorithmbatchgeocode.h#L68
QgsDerivativeFilter.calcFirstDerX: src/analysis/raster/qgsderivativefilter.h#L41
QgsDerivativeFilter.calcFirstDerY: src/analysis/raster/qgsderivativefilter.h#L43
QgsDerivativeFilter.processNineCellWindow: src/analysis/raster/qgsderivativefilter.h#L35
QgsDerivativeFilter: src/analysis/raster/qgsderivativefilter.h#L30
QgsFeaturePool.crs: src/analysis/vector/geometry_checker/qgsfeaturepool.h#L126
QgsFeaturePool.deleteFeature: src/analysis/vector/geometry_checker/qgsfeaturepool.h#L77
QgsFeaturePool.geometryType: src/analysis/vector/geometry_checker/qgsfeaturepool.h#L121
QgsFeaturePool.getFeature: src/analysis/vector/geometry_checker/qgsfeaturepool.h#L53
QgsFeaturePool.insertFeature: src/analysis/vector/geometry_checker/qgsfeaturepool.h#L142
QgsFeaturePool.layer: src/analysis/vector/geometry_checker/qgsfeaturepool.h#L100
QgsFeaturePool.layerId: src/analysis/vector/geometry_checker/qgsfeaturepool.h#L116
QgsFeaturePool.layerName: src/analysis/vector/geometry_checker/qgsfeaturepool.h#L134
QgsFeaturePool.refreshCache: src/analysis/vector/geometry_checker/qgsfeaturepool.h#L148
QgsFeaturePool.removeFeature: src/analysis/vector/geometry_checker/qgsfeaturepool.h#L154
QgsFeaturePool.updateFeature: src/analysis/vector/geometry_checker/qgsfeaturepool.h#L71
QgsFeaturePool: src/analysis/vector/geometry_checker/qgsfeaturepool.h#L37
QgsGcpGeometryTransformer.gcpTransformer: src/analysis/georeferencing/qgsgcpgeometrytransformer.h#L81
QgsGcpGeometryTransformer.setGcpTransformer: src/analysis/georeferencing/qgsgcpgeometrytransformer.h#L90
QgsGcpGeometryTransformer.transform: src/analysis/georeferencing/qgsgcpgeometrytransformer.h#L74
QgsGcpGeometryTransformer.transformPoint: src/analysis/georeferencing/qgsgcpgeometrytransformer.h#L62
QgsGcpGeometryTransformer: src/analysis/georeferencing/qgsgcpgeometrytransformer.h#L36
QgsGcpPoint.destinationPoint: src/analysis/georeferencing/qgsgcppoint.h#L75
QgsGcpPoint.destinationPointCrs: src/analysis/georeferencing/qgsgcppoint.h#L89
QgsGcpPoint.isEnabled: src/analysis/georeferencing/qgsgcppoint.h#L108
QgsGcpPoint.setDestinationPoint: src/analysis/georeferencing/qgsgcppoint.h#L82
QgsGcpPoint.setDestinationPointCrs: src/analysis/georeferencing/qgsgcppoint.h#L96
QgsGcpPoint.setEnabled: src/analysis/georeferencing/qgsgcppoint.h#L115
QgsGcpPoint.setSourcePoint: src/analysis/georeferencing/qgsgcppoint.h#L68
QgsGcpPoint.sourcePoint: src/analysis/georeferencing/qgsgcppoint.h#L59
QgsGcpPoint.transformedDestinationPoint: src/analysis/georeferencing/qgsgcppoint.h#L101
QgsGcpPoint: src/analysis/georeferencing/qgsgcppoint.h#L30
QgsGcpTransformerInterface.clone: src/analysis/georeferencing/qgsgcptransformer.h#L73
QgsGcpTransformerInterface.create: src/analysis/georeferencing/qgsgcptransformer.h#L114
QgsGcpTransformerInterface.createFromParameters: src/analysis/georeferencing/qgsgcptransformer.h#L124
QgsGcpTransformerInterface.method: src/analysis/georeferencing/qgsgcptransformer.h#L93
QgsGcpTransformerInterface.methodToString: src/analysis/georeferencing/qgsgcptransformer.h#L107
QgsGcpTransformerInterface.minimumGcpCount: src/analysis/georeferencing/qgsgcptransformer.h#L88
QgsGcpTransformerInterface.transform: src/analysis/georeferencing/qgsgcptransformer.h#L102
QgsGcpTransformerInterface.updateParametersFromGcps: src/analysis/georeferencing/qgsgcptransformer.h#L83
QgsGcpTransformerInterface: src/analysis/georeferencing/qgsgcptransformer.h#L34
QgsGeometryCheck.checkType: src/analysis/vector/geometry_checker/qgsgeometrycheck.h#L322
QgsGeometryCheck.collectErrors: src/analysis/vector/geometry_checker/qgsgeometrycheck.h#L276
QgsGeometryCheck.context: src/analysis/vector/geometry_checker/qgsgeometrycheck.h#L329
QgsGeometryCheck.description: src/analysis/vector/geometry_checker/qgsgeometrycheck.h#L308
QgsGeometryCheck.flags: src/analysis/vector/geometry_checker/qgsgeometrycheck.h#L266
QgsGeometryCheck.id: src/analysis/vector/geometry_checker/qgsgeometrycheck.h#L315
QgsGeometryCheck.isCompatible: src/analysis/vector/geometry_checker/qgsgeometrycheck.h#L254
QgsGeometryCheck.prepare: src/analysis/vector/geometry_checker/qgsgeometrycheck.h#L233
QgsGeometryCheck.resolutionMethods: src/analysis/vector/geometry_checker/qgsgeometrycheck.h#L301
QgsGeometryCheck: src/analysis/vector/geometry_checker/qgsgeometrycheck.h#L91
QgsGeometryCheckContext.project: src/analysis/vector/geometry_checker/qgsgeometrycheckcontext.h#L75
QgsGeometryCheckContext: src/analysis/vector/geometry_checker/qgsgeometrycheckcontext.h#L31
QgsGeometryCheckError.affectedAreaBBox: src/analysis/vector/geometry_checker/qgsgeometrycheckerror.h#L110
QgsGeometryCheckError.check: src/analysis/vector/geometry_checker/qgsgeometrycheckerror.h#L80
QgsGeometryCheckError.closeMatch: src/analysis/vector/geometry_checker/qgsgeometrycheckerror.h#L179
QgsGeometryCheckError.contextBoundingBox: src/analysis/vector/geometry_checker/qgsgeometrycheckerror.h#L105
QgsGeometryCheckError.description: src/analysis/vector/geometry_checker/qgsgeometrycheckerror.h#L116
QgsGeometryCheckError.featureId: src/analysis/vector/geometry_checker/qgsgeometrycheckerror.h#L90
QgsGeometryCheckError.geometry: src/analysis/vector/geometry_checker/qgsgeometrycheckerror.h#L95
QgsGeometryCheckError.icon: src/analysis/vector/geometry_checker/qgsgeometrycheckerror.h#L206
QgsGeometryCheckError.isEqual: src/analysis/vector/geometry_checker/qgsgeometrycheckerror.h#L173
QgsGeometryCheckError.resolutionMessage: src/analysis/vector/geometry_checker/qgsgeometrycheckerror.h#L150
QgsGeometryCheckError.setFixFailed: src/analysis/vector/geometry_checker/qgsgeometrycheckerror.h#L161
QgsGeometryCheckError.setFixed: src/analysis/vector/geometry_checker/qgsgeometrycheckerror.h#L156
QgsGeometryCheckError.setObsolete: src/analysis/vector/geometry_checker/qgsgeometrycheckerror.h#L166
QgsGeometryCheckError.status: src/analysis/vector/geometry_checker/qgsgeometrycheckerror.h#L145
QgsGeometryCheckError.update: src/analysis/vector/geometry_checker/qgsgeometrycheckerror.h#L185
QgsGeometryCheckError.value: src/analysis/vector/geometry_checker/qgsgeometrycheckerror.h#L128
QgsGeometryCheckError.valueType: src/analysis/vector/geometry_checker/qgsgeometrycheckerror.h#L134
QgsGeometryCheckError: src/analysis/vector/geometry_checker/qgsgeometrycheckerror.h#L35
QgsGeometryCheckErrorSingle.singleError: src/analysis/vector/geometry_checker/qgssinglegeometrycheck.h#L127
QgsGeometryCheckErrorSingle: src/analysis/vector/geometry_checker/qgssinglegeometrycheck.h#L115
QgsGeometryCheckFactory.checkType: src/analysis/vector/geometry_checker/qgsgeometrycheckfactory.h#L82
QgsGeometryCheckFactory.createGeometryCheck: src/analysis/vector/geometry_checker/qgsgeometrycheckfactory.h#L57
QgsGeometryCheckFactory.description: src/analysis/vector/geometry_checker/qgsgeometrycheckfactory.h#L67
QgsGeometryCheckFactory.flags: src/analysis/vector/geometry_checker/qgsgeometrycheckfactory.h#L77
QgsGeometryCheckFactory.id: src/analysis/vector/geometry_checker/qgsgeometrycheckfactory.h#L62
QgsGeometryCheckFactory.isCompatible: src/analysis/vector/geometry_checker/qgsgeometrycheckfactory.h#L72
QgsGeometryCheckFactory: src/analysis/vector/geometry_checker/qgsgeometrycheckfactory.h#L43
QgsGeometryCheckFactoryT.checkType: src/analysis/vector/geometry_checker/qgsgeometrycheckfactory.h#L123
QgsGeometryCheckFactoryT.createGeometryCheck: src/analysis/vector/geometry_checker/qgsgeometrycheckfactory.h#L98
QgsGeometryCheckFactoryT.description: src/analysis/vector/geometry_checker/qgsgeometrycheckfactory.h#L103
QgsGeometryCheckFactoryT.flags: src/analysis/vector/geometry_checker/qgsgeometrycheckfactory.h#L118
QgsGeometryCheckFactoryT.id: src/analysis/vector/geometry_checker/qgsgeometrycheckfactory.h#L108
QgsGeometryCheckFactoryT.isCompatible: src/analysis/vector/geometry_checker/qgsgeometrycheckfactory.h#L113
QgsGeometryCheckFactoryT: src/analysis/vector/geometry_checker/qgsgeometrycheckfactory.h#L92
QgsGeometryCheckRegistry.geometryCheck: src/analysis/vector/geometry_checker/qgsgeometrycheckregistry.h#L65
QgsGeometryCheckRegistry.registerGeometryCheck: src/analysis/vector/geometry_checker/qgsgeometrycheckregistry.h#L79
QgsGeometryCheckRegistry: src/analysis/vector/geometry_checker/qgsgeometrycheckregistry.h#L41
QgsGeometryCheckResolutionMethod.description: src/analysis/vector/geometry_checker/qgsgeometrycheckresolutionmethod.h#L55
QgsGeometryCheckResolutionMethod.id: src/analysis/vector/geometry_checker/qgsgeometrycheckresolutionmethod.h#L40
QgsGeometryCheckResolutionMethod.isStable: src/analysis/vector/geometry_checker/qgsgeometrycheckresolutionmethod.h#L45
QgsGeometryCheckResolutionMethod.name: src/analysis/vector/geometry_checker/qgsgeometrycheckresolutionmethod.h#L50
QgsGeometryCheckResolutionMethod: src/analysis/vector/geometry_checker/qgsgeometrycheckresolutionmethod.h#L28
QgsGeometryCheckerUtils.LayerFeature.feature: src/analysis/vector/geometry_checker/qgsgeometrycheckerutils.h#L67
QgsGeometryCheckerUtils.LayerFeature.geometry: src/analysis/vector/geometry_checker/qgsgeometrycheckerutils.h#L84
QgsGeometryCheckerUtils.LayerFeature.id: src/analysis/vector/geometry_checker/qgsgeometrycheckerutils.h#L89
QgsGeometryCheckerUtils.LayerFeature.layerId: src/analysis/vector/geometry_checker/qgsgeometrycheckerutils.h#L77
QgsGeometryCheckerUtils.LayerFeature.useMapCrs: src/analysis/vector/geometry_checker/qgsgeometrycheckerutils.h#L96
QgsGeometryCheckerUtils.LayerFeature: src/analysis/vector/geometry_checker/qgsgeometrycheckerutils.h#L51
QgsGeometryCheckerUtils.LayerFeatures: src/analysis/vector/geometry_checker/qgsgeometrycheckerutils.h#L112
QgsGeometryCheckerUtils: src/analysis/vector/geometry_checker/qgsgeometrycheckerutils.h#L39
QgsGeometrySnapper.featureSnapped: src/analysis/vector/qgsgeometrysnapper.h#L88
QgsGeometrySnapper.snapFeatures: src/analysis/vector/qgsgeometrysnapper.h#L78
QgsGeometrySnapper.snapGeometry: src/analysis/vector/qgsgeometrysnapper.h#L71
QgsGeometrySnapper.snapGeometry: src/analysis/vector/qgsgeometrysnapper.h#L83
QgsGeometrySnapper: src/analysis/vector/qgsgeometrysnapper.h#L41
QgsGeometrySnapperSingleSource.run: src/analysis/vector/qgsgeometrysnappersinglesource.h#L52
QgsGeometrySnapperSingleSource: src/analysis/vector/qgsgeometrysnappersinglesource.h#L44
QgsGraph.addEdge: src/analysis/network/qgsgraph.h#L159
QgsGraph.addVertex: src/analysis/network/qgsgraph.h#L153
QgsGraph.edge: src/analysis/network/qgsgraph.h#L245
QgsGraph.edgeCount: src/analysis/network/qgsgraph.h#L230
QgsGraph.findOppositeEdge: src/analysis/network/qgsgraph.h#L331
QgsGraph.findVertex: src/analysis/network/qgsgraph.h#L300
QgsGraph.hasEdge: src/analysis/network/qgsgraph.h#L350
QgsGraph.hasVertex: src/analysis/network/qgsgraph.h#L357
QgsGraph.removeEdge: src/analysis/network/qgsgraph.h#L282
QgsGraph.removeVertex: src/analysis/network/qgsgraph.h#L213
QgsGraph.vertex: src/analysis/network/qgsgraph.h#L179
QgsGraph.vertexCount: src/analysis/network/qgsgraph.h#L164
QgsGraph: src/analysis/network/qgsgraph.h#L139
QgsGraphAnalyzer.dijkstra: src/analysis/network/qgsgraphanalyzer.h#L45
QgsGraphAnalyzer.shortestTree: src/analysis/network/qgsgraphanalyzer.h#L84
QgsGraphAnalyzer: src/analysis/network/qgsgraphanalyzer.h#L32
QgsGraphBuilder.addEdge: src/analysis/network/qgsgraphbuilder.h#L51
QgsGraphBuilder.addVertex: src/analysis/network/qgsgraphbuilder.h#L49
QgsGraphBuilder.graph: src/analysis/network/qgsgraphbuilder.h#L60
QgsGraphBuilder.takeGraph: src/analysis/network/qgsgraphbuilder.h#L68
QgsGraphBuilder: src/analysis/network/qgsgraphbuilder.h#L35
QgsGraphBuilderInterface.addEdge: src/analysis/network/qgsgraphbuilderinterface.h#L107
QgsGraphBuilderInterface.addVertex: src/analysis/network/qgsgraphbuilderinterface.h#L96
QgsGraphBuilderInterface.coordinateTransformationEnabled: src/analysis/network/qgsgraphbuilderinterface.h#L76
QgsGraphBuilderInterface.destinationCrs: src/analysis/network/qgsgraphbuilderinterface.h#L70
QgsGraphBuilderInterface.distanceArea: src/analysis/network/qgsgraphbuilderinterface.h#L88
QgsGraphBuilderInterface.topologyTolerance: src/analysis/network/qgsgraphbuilderinterface.h#L82
QgsGraphBuilderInterface: src/analysis/network/qgsgraphbuilderinterface.h#L40
QgsGraphDirector.addStrategy: src/analysis/network/qgsgraphdirector.h#L88
QgsGraphDirector.makeGraph: src/analysis/network/qgsgraphdirector.h#L73
QgsGraphDirector.name: src/analysis/network/qgsgraphdirector.h#L91
QgsGraphDirector: src/analysis/network/qgsgraphdirector.h#L43
QgsGraphEdge.cost: src/analysis/network/qgsgraph.h#L56
QgsGraphEdge.fromVertex: src/analysis/network/qgsgraph.h#L73
QgsGraphEdge.toVertex: src/analysis/network/qgsgraph.h#L67
QgsGraphEdge: src/analysis/network/qgsgraph.h#L43
QgsGraphVertex.incomingEdges: src/analysis/network/qgsgraph.h#L112
QgsGraphVertex.outgoingEdges: src/analysis/network/qgsgraph.h#L118
QgsGraphVertex.point: src/analysis/network/qgsgraph.h#L123
QgsGraphVertex: src/analysis/network/qgsgraph.h#L93
QgsGridFileWriter.writeFile: src/analysis/interpolation/qgsgridfilewriter.h#L55
QgsGridFileWriter: src/analysis/interpolation/qgsgridfilewriter.h#L35
QgsHillshadeFilter.lightAngle: src/analysis/raster/qgshillshadefilter.h#L41
QgsHillshadeFilter.lightAzimuth: src/analysis/raster/qgshillshadefilter.h#L39
QgsHillshadeFilter.processNineCellWindow: src/analysis/raster/qgshillshadefilter.h#L35
QgsHillshadeFilter.setLightAngle: src/analysis/raster/qgshillshadefilter.h#L42
QgsHillshadeFilter.setLightAzimuth: src/analysis/raster/qgshillshadefilter.h#L40
QgsHillshadeFilter: src/analysis/raster/qgshillshadefilter.h#L29
QgsIDWInterpolator.distanceCoefficient: src/analysis/interpolation/qgsidwinterpolator.h#L59
QgsIDWInterpolator.interpolatePoint: src/analysis/interpolation/qgsidwinterpolator.h#L38
QgsIDWInterpolator.setDistanceCoefficient: src/analysis/interpolation/qgsidwinterpolator.h#L48
QgsIDWInterpolator: src/analysis/interpolation/qgsidwinterpolator.h#L29
QgsInternalGeometrySnapper.snapFeature: src/analysis/vector/qgsgeometrysnapper.h#L149
QgsInternalGeometrySnapper.snappedGeometries: src/analysis/vector/qgsgeometrysnapper.h#L154
QgsInternalGeometrySnapper: src/analysis/vector/qgsgeometrysnapper.h#L134
QgsInterpolator.cacheBaseData: src/analysis/interpolation/qgsinterpolator.h#L150
QgsInterpolator.interpolatePoint: src/analysis/interpolation/qgsinterpolator.h#L134
QgsInterpolator: src/analysis/interpolation/qgsinterpolator.h#L73
QgsKernelDensityEstimation.addFeature: src/analysis/raster/qgskde.h#L127
QgsKernelDensityEstimation.finalise: src/analysis/raster/qgskde.h#L134
QgsKernelDensityEstimation.prepare: src/analysis/raster/qgskde.h#L120
QgsKernelDensityEstimation.run: src/analysis/raster/qgskde.h#L112
QgsKernelDensityEstimation: src/analysis/raster/qgskde.h#L38
QgsMeshContours.exportLines: src/analysis/mesh/qgsmeshcontours.h#L92
QgsMeshContours.exportPolygons: src/analysis/mesh/qgsmeshcontours.h#L120
QgsMeshContours: src/analysis/mesh/qgsmeshcontours.h#L50
QgsMeshEditingDelaunayTriangulation.text: src/analysis/mesh/qgsmeshtriangulation.h#L184
QgsMeshEditingDelaunayTriangulation: src/analysis/mesh/qgsmeshtriangulation.h#L177
QgsMeshTriangulation.addBreakLines: src/analysis/mesh/qgsmeshtriangulation.h#L74
QgsMeshTriangulation.addVertex: src/analysis/mesh/qgsmeshtriangulation.h#L81
QgsMeshTriangulation.addVertices: src/analysis/mesh/qgsmeshtriangulation.h#L62
QgsMeshTriangulation.setCrs: src/analysis/mesh/qgsmeshtriangulation.h#L87
QgsMeshTriangulation.triangulatedMesh: src/analysis/mesh/qgsmeshtriangulation.h#L84
QgsMeshTriangulation: src/analysis/mesh/qgsmeshtriangulation.h#L42
QgsMeshZValueDatasetGroup.dataset: src/analysis/mesh/qgsmeshtriangulation.h#L156
QgsMeshZValueDatasetGroup.datasetCount: src/analysis/mesh/qgsmeshtriangulation.h#L155
QgsMeshZValueDatasetGroup.datasetMetadata: src/analysis/mesh/qgsmeshtriangulation.h#L154
QgsMeshZValueDatasetGroup.initialize: src/analysis/mesh/qgsmeshtriangulation.h#L153
QgsMeshZValueDatasetGroup.type: src/analysis/mesh/qgsmeshtriangulation.h#L157
QgsMeshZValueDatasetGroup.writeXml: src/analysis/mesh/qgsmeshtriangulation.h#L158
QgsMeshZValueDatasetGroup: src/analysis/mesh/qgsmeshtriangulation.h#L141
QgsNativeAlgorithms.flags: src/analysis/processing/qgsnativealgorithms.h#L47
QgsNativeAlgorithms.helpId: src/analysis/processing/qgsnativealgorithms.h#L44
QgsNativeAlgorithms.icon: src/analysis/processing/qgsnativealgorithms.h#L41
QgsNativeAlgorithms.id: src/analysis/processing/qgsnativealgorithms.h#L43
QgsNativeAlgorithms.loadAlgorithms: src/analysis/processing/qgsnativealgorithms.h#L51
QgsNativeAlgorithms.name: src/analysis/processing/qgsnativealgorithms.h#L45
QgsNativeAlgorithms.supportsNonFileBasedOutput: src/analysis/processing/qgsnativealgorithms.h#L46
QgsNativeAlgorithms.svgIconPath: src/analysis/processing/qgsnativealgorithms.h#L42
QgsNativeAlgorithms: src/analysis/processing/qgsnativealgorithms.h#L30
QgsNetworkDistanceStrategy.cost: src/analysis/network/qgsnetworkdistancestrategy.h#L31
QgsNetworkDistanceStrategy: src/analysis/network/qgsnetworkdistancestrategy.h#L28
QgsNetworkSpeedStrategy.cost: src/analysis/network/qgsnetworkspeedstrategy.h#L37
QgsNetworkSpeedStrategy: src/analysis/network/qgsnetworkspeedstrategy.h#L28
QgsNetworkStrategy.cost: src/analysis/network/qgsnetworkstrategy.h#L72
QgsNetworkStrategy: src/analysis/network/qgsnetworkstrategy.h#L40
QgsNineCellFilter.cellSizeX: src/analysis/raster/qgsninecellfilter.h#L51
QgsNineCellFilter.cellSizeY: src/analysis/raster/qgsninecellfilter.h#L53
QgsNineCellFilter.inputNodataValue: src/analysis/raster/qgsninecellfilter.h#L59
QgsNineCellFilter.outputNodataValue: src/analysis/raster/qgsninecellfilter.h#L61
QgsNineCellFilter.processNineCellWindow: src/analysis/raster/qgsninecellfilter.h#L82
QgsNineCellFilter.processRaster: src/analysis/raster/qgsninecellfilter.h#L49
QgsNineCellFilter.setCellSizeX: src/analysis/raster/qgsninecellfilter.h#L52
QgsNineCellFilter.setCellSizeY: src/analysis/raster/qgsninecellfilter.h#L54
QgsNineCellFilter.setInputNodataValue: src/analysis/raster/qgsninecellfilter.h#L60
QgsNineCellFilter.setOutputNodataValue: src/analysis/raster/qgsninecellfilter.h#L62
QgsNineCellFilter.setZFactor: src/analysis/raster/qgsninecellfilter.h#L57
QgsNineCellFilter.zFactor: src/analysis/raster/qgsninecellfilter.h#L56
QgsNineCellFilter: src/analysis/raster/qgsninecellfilter.h#L37
QgsPdalAlgorithms.helpId: src/analysis/processing/pdal/qgspdalalgorithms.h#L48
QgsPdalAlgorithms.icon: src/analysis/processing/pdal/qgspdalalgorithms.h#L45
QgsPdalAlgorithms.id: src/analysis/processing/pdal/qgspdalalgorithms.h#L47
QgsPdalAlgorithms.loadAlgorithms: src/analysis/processing/pdal/qgspdalalgorithms.h#L58
QgsPdalAlgorithms.name: src/analysis/processing/pdal/qgspdalalgorithms.h#L49
QgsPdalAlgorithms.supportedOutputPointCloudLayerExtensions: src/analysis/processing/pdal/qgspdalalgorithms.h#L54
QgsPdalAlgorithms.supportedOutputRasterLayerExtensions: src/analysis/processing/pdal/qgspdalalgorithms.h#L53
QgsPdalAlgorithms.supportedOutputVectorLayerExtensions: src/analysis/processing/pdal/qgspdalalgorithms.h#L52
QgsPdalAlgorithms.supportsNonFileBasedOutput: src/analysis/processing/pdal/qgspdalalgorithms.h#L50
QgsPdalAlgorithms.svgIconPath: src/analysis/processing/pdal/qgspdalalgorithms.h#L46
QgsPdalAlgorithms: src/analysis/processing/pdal/qgspdalalgorithms.h#L34
QgsRasterCalcNode.cleanRasterReferences: src/analysis/raster/qgsrastercalcnode.h#L143
QgsRasterCalcNode.parseRasterCalcString: src/analysis/raster/qgsrastercalcnode.h#L130
QgsRasterCalcNode.referencedLayerNames: src/analysis/raster/qgsrastercalcnode.h#L137
QgsRasterCalcNode.setLeft: src/analysis/raster/qgsrastercalcnode.h#L104
QgsRasterCalcNode.setRight: src/analysis/raster/qgsrastercalcnode.h#L105
QgsRasterCalcNode.toString: src/analysis/raster/qgsrastercalcnode.h#L122
QgsRasterCalcNode.type: src/analysis/raster/qgsrastercalcnode.h#L101
QgsRasterCalcNode: src/analysis/raster/qgsrastercalcnode.h#L38
QgsRasterCalculator.lastError: src/analysis/raster/qgsrastercalculator.h#L174
QgsRasterCalculator.processCalculation: src/analysis/raster/qgsrastercalculator.h#L168
QgsRasterCalculator: src/analysis/raster/qgsrastercalculator.h#L76
QgsRasterCalculatorEntry: src/analysis/raster/qgsrastercalculator.h#L39
QgsRasterMatrix.absoluteValue: src/analysis/raster/qgsrastermatrix.h#L146
QgsRasterMatrix.acosinus: src/analysis/raster/qgsrastermatrix.h#L134
QgsRasterMatrix.add: src/analysis/raster/qgsrastermatrix.h#L101
QgsRasterMatrix.asinus: src/analysis/raster/qgsrastermatrix.h#L132
QgsRasterMatrix.atangens: src/analysis/raster/qgsrastermatrix.h#L136
QgsRasterMatrix.changeSign: src/analysis/raster/qgsrastermatrix.h#L137
QgsRasterMatrix.cosinus: src/analysis/raster/qgsrastermatrix.h#L133
QgsRasterMatrix.divide: src/analysis/raster/qgsrastermatrix.h#L105
QgsRasterMatrix.equal: src/analysis/raster/qgsrastermatrix.h#L107
QgsRasterMatrix.greaterEqual: src/analysis/raster/qgsrastermatrix.h#L111
QgsRasterMatrix.greaterThan: src/analysis/raster/qgsrastermatrix.h#L109
QgsRasterMatrix.isNumber: src/analysis/raster/qgsrastermatrix.h#L76
QgsRasterMatrix.lesserEqual: src/analysis/raster/qgsrastermatrix.h#L112
QgsRasterMatrix.lesserThan: src/analysis/raster/qgsrastermatrix.h#L110
QgsRasterMatrix.log10: src/analysis/raster/qgsrastermatrix.h#L139
QgsRasterMatrix.log: src/analysis/raster/qgsrastermatrix.h#L138
QgsRasterMatrix.logicalAnd: src/analysis/raster/qgsrastermatrix.h#L113
QgsRasterMatrix.logicalOr: src/analysis/raster/qgsrastermatrix.h#L114
QgsRasterMatrix.max: src/analysis/raster/qgsrastermatrix.h#L121
QgsRasterMatrix.min: src/analysis/raster/qgsrastermatrix.h#L128
QgsRasterMatrix.multiply: src/analysis/raster/qgsrastermatrix.h#L104
QgsRasterMatrix.nColumns: src/analysis/raster/qgsrastermatrix.h#L93
QgsRasterMatrix.nRows: src/analysis/raster/qgsrastermatrix.h#L94
QgsRasterMatrix.nodataValue: src/analysis/raster/qgsrastermatrix.h#L96
QgsRasterMatrix.notEqual: src/analysis/raster/qgsrastermatrix.h#L108
QgsRasterMatrix.number: src/analysis/raster/qgsrastermatrix.h#L77
QgsRasterMatrix.power: src/analysis/raster/qgsrastermatrix.h#L106
QgsRasterMatrix.setData: src/analysis/raster/qgsrastermatrix.h#L91
QgsRasterMatrix.setNodataValue: src/analysis/raster/qgsrastermatrix.h#L97
QgsRasterMatrix.sinus: src/analysis/raster/qgsrastermatrix.h#L131
QgsRasterMatrix.squareRoot: src/analysis/raster/qgsrastermatrix.h#L130
QgsRasterMatrix.subtract: src/analysis/raster/qgsrastermatrix.h#L103
QgsRasterMatrix.tangens: src/analysis/raster/qgsrastermatrix.h#L135
QgsRasterMatrix: src/analysis/raster/qgsrastermatrix.h#L29
QgsRelief.addReliefColorClass: src/analysis/raster/qgsrelief.h#L68
QgsRelief.clearReliefColors: src/analysis/raster/qgsrelief.h#L67
QgsRelief.exportFrequencyDistributionToCsv: src/analysis/raster/qgsrelief.h#L79
QgsRelief.processRaster: src/analysis/raster/qgsrelief.h#L62
QgsRelief.setReliefColors: src/analysis/raster/qgsrelief.h#L70
QgsRelief.setZFactor: src/analysis/raster/qgsrelief.h#L65
QgsRelief.zFactor: src/analysis/raster/qgsrelief.h#L64
QgsRelief: src/analysis/raster/qgsrelief.h#L38
QgsRuggednessFilter.processNineCellWindow: src/analysis/raster/qgsruggednessfilter.h#L37
QgsRuggednessFilter: src/analysis/raster/qgsruggednessfilter.h#L30
QgsSingleGeometryCheck.collectErrors: src/analysis/vector/geometry_checker/qgssinglegeometrycheck.h#L161
QgsSingleGeometryCheck: src/analysis/vector/geometry_checker/qgssinglegeometrycheck.h#L149
QgsSingleGeometryCheckError.check: src/analysis/vector/geometry_checker/qgssinglegeometrycheck.h#L83
QgsSingleGeometryCheckError.description: src/analysis/vector/geometry_checker/qgssinglegeometrycheck.h#L76
QgsSingleGeometryCheckError.errorLocation: src/analysis/vector/geometry_checker/qgssinglegeometrycheck.h#L90
QgsSingleGeometryCheckError.isEqual: src/analysis/vector/geometry_checker/qgssinglegeometrycheck.h#L66
QgsSingleGeometryCheckError.update: src/analysis/vector/geometry_checker/qgssinglegeometrycheck.h#L59
QgsSingleGeometryCheckError.vertexId: src/analysis/vector/geometry_checker/qgssinglegeometrycheck.h#L97
QgsSingleGeometryCheckError: src/analysis/vector/geometry_checker/qgssinglegeometrycheck.h#L39
QgsSlopeFilter.processNineCellWindow: src/analysis/raster/qgsslopefilter.h#L33
QgsSlopeFilter: src/analysis/raster/qgsslopefilter.h#L28
QgsTinInterpolator.interpolatePoint: src/analysis/interpolation/qgstininterpolator.h#L55
QgsTinInterpolator.setTriangulationSink: src/analysis/interpolation/qgstininterpolator.h#L73
QgsTinInterpolator.triangulationFields: src/analysis/interpolation/qgstininterpolator.h#L63
QgsTinInterpolator: src/analysis/interpolation/qgstininterpolator.h#L36
QgsTotalCurvatureFilter.processNineCellWindow: src/analysis/raster/qgstotalcurvaturefilter.h#L35
QgsTotalCurvatureFilter: src/analysis/raster/qgstotalcurvaturefilter.h#L28
QgsVectorLayerDirector.makeGraph: src/analysis/network/qgsvectorlayerdirector.h#L73
QgsVectorLayerDirector.name: src/analysis/network/qgsvectorlayerdirector.h#L78
QgsVectorLayerDirector: src/analysis/network/qgsvectorlayerdirector.h#L32
QgsVectorWarper.QgsVectorWarper: src/analysis/georeferencing/qgsvectorwarper.h#L46
QgsVectorWarper.error: src/analysis/georeferencing/qgsvectorwarper.h#L63
QgsVectorWarper.transformFeatures: src/analysis/georeferencing/qgsvectorwarper.h#L56
QgsVectorWarper: src/analysis/georeferencing/qgsvectorwarper.h#L35
QgsVectorWarperTask.cancel: src/analysis/georeferencing/qgsvectorwarper.h#L101
QgsVectorWarperTask.errorMessage: src/analysis/georeferencing/qgsvectorwarper.h#L119
QgsVectorWarperTask.result: src/analysis/georeferencing/qgsvectorwarper.h#L114
QgsVectorWarperTask.run: src/analysis/georeferencing/qgsvectorwarper.h#L123
QgsVectorWarperTask: src/analysis/georeferencing/qgsvectorwarper.h#L81
QgsZonalStatistics.FeatureStats: src/analysis/vector/qgszonalstatistics.h#L148
QgsZonalStatistics.calculateStatistics: src/analysis/vector/qgszonalstatistics.h#L103
QgsZonalStatistics.displayName: src/analysis/vector/qgszonalstatistics.h#L110
QgsZonalStatistics.shortName: src/analysis/vector/qgszonalstatistics.h#L117
QgsZonalStatistics: src/analysis/vector/qgszonalstatistics.h#L46

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,361 @@
QgsAccessControl.allowToEdit: src/server/qgsaccesscontrol.h#L154
QgsAccessControl.clone: src/server/qgsaccesscontrol.h#L103
QgsAccessControl.extraSubsetString: src/server/qgsaccesscontrol.h#L110
QgsAccessControl.fillCacheKey: src/server/qgsaccesscontrol.h#L160
QgsAccessControl.filterFeatures: src/server/qgsaccesscontrol.h#L97
QgsAccessControl.layerAttributes: src/server/qgsaccesscontrol.h#L146
QgsAccessControl.layerDeletePermission: src/server/qgsaccesscontrol.h#L138
QgsAccessControl.layerInsertPermission: src/server/qgsaccesscontrol.h#L124
QgsAccessControl.layerReadPermission: src/server/qgsaccesscontrol.h#L117
QgsAccessControl.layerUpdatePermission: src/server/qgsaccesscontrol.h#L131
QgsAccessControl.registerAccessControl: src/server/qgsaccesscontrol.h#L167
QgsAccessControl.resolveFilterFeatures: src/server/qgsaccesscontrol.h#L85
QgsAccessControl.unresolveFilterFeatures: src/server/qgsaccesscontrol.h#L90
QgsAccessControl: src/server/qgsaccesscontrol.h#L35
QgsAccessControlFilter.allowToEdit: src/server/qgsaccesscontrolfilter.h#L111
QgsAccessControlFilter.authorizedLayerAttributes: src/server/qgsaccesscontrolfilter.h#L103
QgsAccessControlFilter.cacheKey: src/server/qgsaccesscontrolfilter.h#L117
QgsAccessControlFilter.layerFilterExpression: src/server/qgsaccesscontrolfilter.h#L81
QgsAccessControlFilter.layerFilterSubsetString: src/server/qgsaccesscontrolfilter.h#L88
QgsAccessControlFilter.layerPermissions: src/server/qgsaccesscontrolfilter.h#L95
QgsAccessControlFilter.serverInterface: src/server/qgsaccesscontrolfilter.h#L74
QgsAccessControlFilter: src/server/qgsaccesscontrolfilter.h#L50
QgsBufferServerRequest.data: src/server/qgsbufferserverrequest.h#L54
QgsBufferServerRequest: src/server/qgsbufferserverrequest.h#L30
QgsBufferServerResponse.body: src/server/qgsbufferserverresponse.h#L139
QgsBufferServerResponse.clear: src/server/qgsbufferserverresponse.h#L116
QgsBufferServerResponse.data: src/server/qgsbufferserverresponse.h#L127
QgsBufferServerResponse.finish: src/server/qgsbufferserverresponse.h#L103
QgsBufferServerResponse.flush: src/server/qgsbufferserverresponse.h#L111
QgsBufferServerResponse.header: src/server/qgsbufferserverresponse.h#L61
QgsBufferServerResponse.headersSent: src/server/qgsbufferserverresponse.h#L71
QgsBufferServerResponse.io: src/server/qgsbufferserverresponse.h#L98
QgsBufferServerResponse.removeHeader: src/server/qgsbufferserverresponse.h#L56
QgsBufferServerResponse.sendError: src/server/qgsbufferserverresponse.h#L93
QgsBufferServerResponse.setHeader: src/server/qgsbufferserverresponse.h#L50
QgsBufferServerResponse.setStatusCode: src/server/qgsbufferserverresponse.h#L77
QgsBufferServerResponse.statusCode: src/server/qgsbufferserverresponse.h#L82
QgsBufferServerResponse.truncate: src/server/qgsbufferserverresponse.h#L134
QgsBufferServerResponse: src/server/qgsbufferserverresponse.h#L36
QgsCapabilitiesCache.insertCapabilitiesDocument: src/server/qgscapabilitiescache.h#L54
QgsCapabilitiesCache.removeCapabilitiesDocument: src/server/qgscapabilitiescache.h#L62
QgsCapabilitiesCache.searchCapabilitiesDocument: src/server/qgscapabilitiescache.h#L46
QgsCapabilitiesCache: src/server/qgscapabilitiescache.h#L35
QgsConfigCache.initialize: src/server/qgsconfigcache.h#L86
QgsConfigCache.instance: src/server/qgsconfigcache.h#L91
QgsConfigCache.project: src/server/qgsconfigcache.h#L110
QgsConfigCache.projectRemovedFromCache: src/server/qgsconfigcache.h#L137
QgsConfigCache.removeChangedEntries: src/server/qgsconfigcache.h#L163
QgsConfigCache.removeChangedEntry: src/server/qgsconfigcache.h#L160
QgsConfigCache.removeEntry: src/server/qgsconfigcache.h#L97
QgsConfigCache.strategyName: src/server/qgsconfigcache.h#L116
QgsConfigCache: src/server/qgsconfigcache.h#L76
QgsFcgiServerRequest.data: src/server/qgsfcgiserverrequest.h#L36
QgsFcgiServerRequest.hasError: src/server/qgsfcgiserverrequest.h#L41
QgsFcgiServerRequest.header: src/server/qgsfcgiserverrequest.h#L49
QgsFcgiServerRequest: src/server/qgsfcgiserverrequest.h#L31
QgsFeatureFilter.clone: src/server/qgsfeaturefilter.h#L52
QgsFeatureFilter.filterFeatures: src/server/qgsfeaturefilter.h#L44
QgsFeatureFilter.layerAttributes: src/server/qgsfeaturefilter.h#L46
QgsFeatureFilter.setFilter: src/server/qgsfeaturefilter.h#L59
QgsFeatureFilter: src/server/qgsfeaturefilter.h#L33
QgsFeatureFilterProviderGroup.clone: src/server/qgsfeaturefilterprovidergroup.h#L50
QgsFeatureFilterProviderGroup.filterFeatures: src/server/qgsfeaturefilterprovidergroup.h#L42
QgsFeatureFilterProviderGroup.layerAttributes: src/server/qgsfeaturefilterprovidergroup.h#L44
QgsFeatureFilterProviderGroup: src/server/qgsfeaturefilterprovidergroup.h#L31
QgsOgcServiceException.code: src/server/qgsserverexception.h#L95
QgsOgcServiceException.formatResponse: src/server/qgsserverexception.h#L103
QgsOgcServiceException.locator: src/server/qgsserverexception.h#L98
QgsOgcServiceException.message: src/server/qgsserverexception.h#L92
QgsOgcServiceException.version: src/server/qgsserverexception.h#L101
QgsOgcServiceException: src/server/qgsserverexception.h#L83
QgsRequestHandler.QgsRequestHandler: src/server/qgsrequesthandler.h#L47
QgsRequestHandler.appendBody: src/server/qgsrequesthandler.h#L88
QgsRequestHandler.body: src/server/qgsrequesthandler.h#L97
QgsRequestHandler.clear: src/server/qgsrequesthandler.h#L85
QgsRequestHandler.clearBody: src/server/qgsrequesthandler.h#L94
QgsRequestHandler.data: src/server/qgsrequesthandler.h#L100
QgsRequestHandler.exceptionRaised: src/server/qgsrequesthandler.h#L91
QgsRequestHandler.format: src/server/qgsrequesthandler.h#L140
QgsRequestHandler.headersSent: src/server/qgsrequesthandler.h#L143
QgsRequestHandler.parameter: src/server/qgsrequesthandler.h#L128
QgsRequestHandler.path: src/server/qgsrequesthandler.h#L109
QgsRequestHandler.removeParameter: src/server/qgsrequesthandler.h#L131
QgsRequestHandler.removeRequestHeader: src/server/qgsrequesthandler.h#L76
QgsRequestHandler.removeResponseHeader: src/server/qgsrequesthandler.h#L64
QgsRequestHandler.requestHeader: src/server/qgsrequesthandler.h#L79
QgsRequestHandler.responseHeader: src/server/qgsrequesthandler.h#L67
QgsRequestHandler.sendResponse: src/server/qgsrequesthandler.h#L58
QgsRequestHandler.setParameter: src/server/qgsrequesthandler.h#L125
QgsRequestHandler.setRequestHeader: src/server/qgsrequesthandler.h#L73
QgsRequestHandler.setResponseHeader: src/server/qgsrequesthandler.h#L61
QgsRequestHandler.setServiceException: src/server/qgsrequesthandler.h#L50
QgsRequestHandler.setStatusCode: src/server/qgsrequesthandler.h#L112
QgsRequestHandler.statusCode: src/server/qgsrequesthandler.h#L115
QgsRequestHandler.url: src/server/qgsrequesthandler.h#L103
QgsRequestHandler: src/server/qgsrequesthandler.h#L38
QgsServer.handleRequest: src/server/qgsserver.h#L76
QgsServer.initPython: src/server/qgsserver.h#L88
QgsServer.putenv: src/server/qgsserver.h#L62
QgsServer.serverInterface: src/server/qgsserver.h#L80
QgsServer: src/server/qgsserver.h#L48
QgsServerApi.accept: src/server/qgsserverapi.h#L116
QgsServerApi.description: src/server/qgsserverapi.h#L100
QgsServerApi.executeRequest: src/server/qgsserverapi.h#L121
QgsServerApi.name: src/server/qgsserverapi.h#L95
QgsServerApi.rootPath: src/server/qgsserverapi.h#L111
QgsServerApi.serverIface: src/server/qgsserverapi.h#L126
QgsServerApi.version: src/server/qgsserverapi.h#L106
QgsServerApi: src/server/qgsserverapi.h#L80
QgsServerApiContext.apiRootPath: src/server/qgsserverapicontext.h#L97
QgsServerApiContext.handlerPath: src/server/qgsserverapicontext.h#L110
QgsServerApiContext.matchedPath: src/server/qgsserverapicontext.h#L92
QgsServerApiContext.project: src/server/qgsserverapicontext.h#L69
QgsServerApiContext.request: src/server/qgsserverapicontext.h#L58
QgsServerApiContext.response: src/server/qgsserverapicontext.h#L63
QgsServerApiContext.serverInterface: src/server/qgsserverapicontext.h#L80
QgsServerApiContext.setProject: src/server/qgsserverapicontext.h#L75
QgsServerApiContext.setRequest: src/server/qgsserverapicontext.h#L102
QgsServerApiContext: src/server/qgsserverapicontext.h#L38
QgsServerApiUtils.appendMapParameter: src/server/qgsserverapiutils.h#L236
QgsServerApiUtils.crsToOgcUri: src/server/qgsserverapiutils.h#L231
QgsServerApiUtils.fieldName: src/server/qgsserverapiutils.h#L93
QgsServerApiUtils.parseBbox: src/server/qgsserverapiutils.h#L63
QgsServerApiUtils.parseCrs: src/server/qgsserverapiutils.h#L160
QgsServerApiUtils.parseTemporalDateInterval: src/server/qgsserverapiutils.h#L77
QgsServerApiUtils.parseTemporalDateTimeInterval: src/server/qgsserverapiutils.h#L85
QgsServerApiUtils.publishedCrsList: src/server/qgsserverapiutils.h#L223
QgsServerApiUtils.sanitizedFieldValue: src/server/qgsserverapiutils.h#L217
QgsServerApiUtils.temporalExtentList: src/server/qgsserverapiutils.h#L155
QgsServerApiUtils.temporalFilterExpression: src/server/qgsserverapiutils.h#L113
QgsServerApiUtils: src/server/qgsserverapiutils.h#L53
QgsServerCacheFilter.deleteCachedDocument: src/server/qgsservercachefilter.h#L82
QgsServerCacheFilter.deleteCachedDocuments: src/server/qgsservercachefilter.h#L89
QgsServerCacheFilter.deleteCachedImage: src/server/qgsservercachefilter.h#L117
QgsServerCacheFilter.deleteCachedImages: src/server/qgsservercachefilter.h#L124
QgsServerCacheFilter.getCachedDocument: src/server/qgsservercachefilter.h#L63
QgsServerCacheFilter.getCachedImage: src/server/qgsservercachefilter.h#L98
QgsServerCacheFilter.setCachedDocument: src/server/qgsservercachefilter.h#L73
QgsServerCacheFilter.setCachedImage: src/server/qgsservercachefilter.h#L108
QgsServerCacheFilter: src/server/qgsservercachefilter.h#L42
QgsServerCacheManager.deleteCachedDocument: src/server/qgsservercachemanager.h#L87
QgsServerCacheManager.deleteCachedDocuments: src/server/qgsservercachemanager.h#L94
QgsServerCacheManager.deleteCachedImage: src/server/qgsservercachemanager.h#L122
QgsServerCacheManager.deleteCachedImages: src/server/qgsservercachemanager.h#L129
QgsServerCacheManager.getCachedDocument: src/server/qgsservercachemanager.h#L68
QgsServerCacheManager.getCachedImage: src/server/qgsservercachemanager.h#L103
QgsServerCacheManager.registerServerCache: src/server/qgsservercachemanager.h#L136
QgsServerCacheManager.setCachedDocument: src/server/qgsservercachemanager.h#L78
QgsServerCacheManager.setCachedImage: src/server/qgsservercachemanager.h#L113
QgsServerCacheManager: src/server/qgsservercachemanager.h#L41
QgsServerException.formatResponse: src/server/qgsserverexception.h#L64
QgsServerException.responseCode: src/server/qgsserverexception.h#L54
QgsServerException: src/server/qgsserverexception.h#L44
QgsServerFilter.onProjectReady: src/server/qgsserverfilter.h#L116
QgsServerFilter.onRequestReady: src/server/qgsserverfilter.h#L106
QgsServerFilter.onResponseComplete: src/server/qgsserverfilter.h#L127
QgsServerFilter.onSendResponse: src/server/qgsserverfilter.h#L141
QgsServerFilter.requestReady: src/server/qgsserverfilter.h#L69
QgsServerFilter.responseComplete: src/server/qgsserverfilter.h#L81
QgsServerFilter.sendResponse: src/server/qgsserverfilter.h#L96
QgsServerFilter.serverInterface: src/server/qgsserverfilter.h#L58
QgsServerFilter: src/server/qgsserverfilter.h#L43
QgsServerInterface.accessControls: src/server/qgsserverinterface.h#L122
QgsServerInterface.cacheManager: src/server/qgsserverinterface.h#L136
QgsServerInterface.capabilitiesCache: src/server/qgsserverinterface.h#L87
QgsServerInterface.configFilePath: src/server/qgsserverinterface.h#L145
QgsServerInterface.filters: src/server/qgsserverinterface.h#L112
QgsServerInterface.getEnv: src/server/qgsserverinterface.h#L139
QgsServerInterface.registerAccessControl: src/server/qgsserverinterface.h#L119
QgsServerInterface.registerFilter: src/server/qgsserverinterface.h#L100
QgsServerInterface.registerServerCache: src/server/qgsserverinterface.h#L130
QgsServerInterface.reloadSettings: src/server/qgsserverinterface.h#L178
QgsServerInterface.removeConfigCacheEntry: src/server/qgsserverinterface.h#L157
QgsServerInterface.requestHandler: src/server/qgsserverinterface.h#L93
QgsServerInterface.serviceRegistry: src/server/qgsserverinterface.h#L163
QgsServerInterface.setConfigFilePath: src/server/qgsserverinterface.h#L151
QgsServerInterface.setFilters: src/server/qgsserverinterface.h#L106
QgsServerInterface: src/server/qgsserverinterface.h#L60
QgsServerLogger.instance: src/server/qgsserverlogger.h#L42
QgsServerLogger.logLevel: src/server/qgsserverlogger.h#L48
QgsServerLogger.logMessage: src/server/qgsserverlogger.h#L76
QgsServerLogger.setLogFile: src/server/qgsserverlogger.h#L59
QgsServerLogger.setLogLevel: src/server/qgsserverlogger.h#L54
QgsServerLogger.setLogStderr: src/server/qgsserverlogger.h#L65
QgsServerLogger: src/server/qgsserverlogger.h#L34
QgsServerOgcApi.contenTypeFromExtension: src/server/qgsserverogcapi.h#L177
QgsServerOgcApi.contentTypeFromExtension: src/server/qgsserverogcapi.h#L183
QgsServerOgcApi.contentTypeToExtension: src/server/qgsserverogcapi.h#L171
QgsServerOgcApi.contentTypeToStdString: src/server/qgsserverogcapi.h#L166
QgsServerOgcApi.contentTypeToString: src/server/qgsserverogcapi.h#L161
QgsServerOgcApi.description: src/server/qgsserverogcapi.h#L105
QgsServerOgcApi.executeRequest: src/server/qgsserverogcapi.h#L114
QgsServerOgcApi.mimeType: src/server/qgsserverogcapi.h#L188
QgsServerOgcApi.name: src/server/qgsserverogcapi.h#L104
QgsServerOgcApi.registerHandler: src/server/qgsserverogcapi.h#L145
QgsServerOgcApi.relToString: src/server/qgsserverogcapi.h#L156
QgsServerOgcApi.rootPath: src/server/qgsserverogcapi.h#L107
QgsServerOgcApi.sanitizeUrl: src/server/qgsserverogcapi.h#L151
QgsServerOgcApi.version: src/server/qgsserverogcapi.h#L106
QgsServerOgcApi: src/server/qgsserverogcapi.h#L48
QgsServerOgcApiHandler.contentTypeForAccept: src/server/qgsserverogcapihandler.h#L195
QgsServerOgcApiHandler.contentTypeFromRequest: src/server/qgsserverogcapihandler.h#L351
QgsServerOgcApiHandler.defaultContentType: src/server/qgsserverogcapihandler.h#L150
QgsServerOgcApiHandler.description: src/server/qgsserverogcapihandler.h#L133
QgsServerOgcApiHandler.handleRequest: src/server/qgsserverogcapihandler.h#L168
QgsServerOgcApiHandler.href: src/server/qgsserverogcapihandler.h#L323
QgsServerOgcApiHandler.layerFromCollectionId: src/server/qgsserverogcapihandler.h#L362
QgsServerOgcApiHandler.linkTitle: src/server/qgsserverogcapihandler.h#L136
QgsServerOgcApiHandler.linkType: src/server/qgsserverogcapihandler.h#L139
QgsServerOgcApiHandler.operationId: src/server/qgsserverogcapihandler.h#L116
QgsServerOgcApiHandler.parentLink: src/server/qgsserverogcapihandler.h#L356
QgsServerOgcApiHandler.path: src/server/qgsserverogcapihandler.h#L113
QgsServerOgcApiHandler.setContentTypesInt: src/server/qgsserverogcapihandler.h#L385
QgsServerOgcApiHandler.staticPath: src/server/qgsserverogcapihandler.h#L340
QgsServerOgcApiHandler.summary: src/server/qgsserverogcapihandler.h#L130
QgsServerOgcApiHandler.tags: src/server/qgsserverogcapihandler.h#L142
QgsServerOgcApiHandler.templatePath: src/server/qgsserverogcapihandler.h#L333
QgsServerOgcApiHandler.values: src/server/qgsserverogcapihandler.h#L189
QgsServerOgcApiHandler.write: src/server/qgsserverogcapihandler.h#L314
QgsServerOgcApiHandler: src/server/qgsserverogcapihandler.h#L94
QgsServerParameter.name: src/server/qgsserverparameters.h#L247
QgsServerParameter.name: src/server/qgsserverparameters.h#L253
QgsServerParameter.raiseError: src/server/qgsserverparameters.h#L242
QgsServerParameter: src/server/qgsserverparameters.h#L200
QgsServerParameterDefinition.isValid: src/server/qgsserverparameters.h#L70
QgsServerParameterDefinition.loadUrl: src/server/qgsserverparameters.h#L180
QgsServerParameterDefinition.raiseError: src/server/qgsserverparameters.h#L187
QgsServerParameterDefinition.toBool: src/server/qgsserverparameters.h#L157
QgsServerParameterDefinition.toColor: src/server/qgsserverparameters.h#L164
QgsServerParameterDefinition.toDouble: src/server/qgsserverparameters.h#L151
QgsServerParameterDefinition.toExpressionList: src/server/qgsserverparameters.h#L130
QgsServerParameterDefinition.toInt: src/server/qgsserverparameters.h#L144
QgsServerParameterDefinition.toOgcFilterList: src/server/qgsserverparameters.h#L123
QgsServerParameterDefinition.toRectangle: src/server/qgsserverparameters.h#L137
QgsServerParameterDefinition.toString: src/server/qgsserverparameters.h#L76
QgsServerParameterDefinition.toStringList: src/server/qgsserverparameters.h#L84
QgsServerParameterDefinition.toUrl: src/server/qgsserverparameters.h#L172
QgsServerParameterDefinition.typeName: src/server/qgsserverparameters.h#L65
QgsServerParameterDefinition: src/server/qgsserverparameters.h#L34
QgsServerParameters.add: src/server/qgsserverparameters.h#L298
QgsServerParameters.clear: src/server/qgsserverparameters.h#L291
QgsServerParameters.fileName: src/server/qgsserverparameters.h#L355
QgsServerParameters.load: src/server/qgsserverparameters.h#L286
QgsServerParameters.loadParameter: src/server/qgsserverparameters.h#L370
QgsServerParameters.map: src/server/qgsserverparameters.h#L348
QgsServerParameters.remove: src/server/qgsserverparameters.h#L304
QgsServerParameters.remove: src/server/qgsserverparameters.h#L311
QgsServerParameters.request: src/server/qgsserverparameters.h#L341
QgsServerParameters.service: src/server/qgsserverparameters.h#L334
QgsServerParameters.urlQuery: src/server/qgsserverparameters.h#L322
QgsServerParameters.value: src/server/qgsserverparameters.h#L317
QgsServerParameters.version: src/server/qgsserverparameters.h#L362
QgsServerParameters: src/server/qgsserverparameters.h#L264
QgsServerQueryStringParameter.description: src/server/qgsserverquerystringparameter.h#L126
QgsServerQueryStringParameter.hidden: src/server/qgsserverquerystringparameter.h#L151
QgsServerQueryStringParameter.name: src/server/qgsserverquerystringparameter.h#L136
QgsServerQueryStringParameter.setDescription: src/server/qgsserverquerystringparameter.h#L141
QgsServerQueryStringParameter.setHidden: src/server/qgsserverquerystringparameter.h#L158
QgsServerQueryStringParameter.typeName: src/server/qgsserverquerystringparameter.h#L131
QgsServerQueryStringParameter.value: src/server/qgsserverquerystringparameter.h#L103
QgsServerQueryStringParameter: src/server/qgsserverquerystringparameter.h#L47
QgsServerRequest.baseUrl: src/server/qgsserverrequest.h#L237
QgsServerRequest.data: src/server/qgsserverrequest.h#L213
QgsServerRequest.header: src/server/qgsserverrequest.h#L179
QgsServerRequest.header: src/server/qgsserverrequest.h#L186
QgsServerRequest.method: src/server/qgsserverrequest.h#L146
QgsServerRequest.methodToString: src/server/qgsserverrequest.h#L132
QgsServerRequest.originalUrl: src/server/qgsserverrequest.h#L227
QgsServerRequest.parameter: src/server/qgsserverrequest.h#L167
QgsServerRequest.parameters: src/server/qgsserverrequest.h#L152
QgsServerRequest.queryParameter: src/server/qgsserverrequest.h#L248
QgsServerRequest.removeHeader: src/server/qgsserverrequest.h#L206
QgsServerRequest.removeParameter: src/server/qgsserverrequest.h#L172
QgsServerRequest.serverParameters: src/server/qgsserverrequest.h#L157
QgsServerRequest.setBaseUrl: src/server/qgsserverrequest.h#L265
QgsServerRequest.setHeader: src/server/qgsserverrequest.h#L193
QgsServerRequest.setMethod: src/server/qgsserverrequest.h#L242
QgsServerRequest.setOriginalUrl: src/server/qgsserverrequest.h#L258
QgsServerRequest.setParameter: src/server/qgsserverrequest.h#L162
QgsServerRequest.setUrl: src/server/qgsserverrequest.h#L218
QgsServerRequest.url: src/server/qgsserverrequest.h#L141
QgsServerRequest: src/server/qgsserverrequest.h#L37
QgsServerResponse.clear: src/server/qgsserverresponse.h#L179
QgsServerResponse.data: src/server/qgsserverresponse.h#L190
QgsServerResponse.feedback: src/server/qgsserverresponse.h#L203
QgsServerResponse.finish: src/server/qgsserverresponse.h#L165
QgsServerResponse.flush: src/server/qgsserverresponse.h#L174
QgsServerResponse.header: src/server/qgsserverresponse.h#L69
QgsServerResponse.headersSent: src/server/qgsserverresponse.h#L79
QgsServerResponse.io: src/server/qgsserverresponse.h#L160
QgsServerResponse.removeHeader: src/server/qgsserverresponse.h#L64
QgsServerResponse.sendError: src/server/qgsserverresponse.h#L102
QgsServerResponse.setHeader: src/server/qgsserverresponse.h#L58
QgsServerResponse.setStatusCode: src/server/qgsserverresponse.h#L86
QgsServerResponse.statusCode: src/server/qgsserverresponse.h#L91
QgsServerResponse.truncate: src/server/qgsserverresponse.h#L197
QgsServerResponse.write: src/server/qgsserverresponse.h#L109
QgsServerResponse.write: src/server/qgsserverresponse.h#L117
QgsServerResponse.write: src/server/qgsserverresponse.h#L155
QgsServerResponse: src/server/qgsserverresponse.h#L43
QgsServerSettings.allowedExtraSqlTokens: src/server/qgsserversettings.h#L340
QgsServerSettings.apiResourcesDirectory: src/server/qgsserversettings.h#L251
QgsServerSettings.apiWfs3MaxLimit: src/server/qgsserversettings.h#L261
QgsServerSettings.applicationName: src/server/qgsserversettings.h#L350
QgsServerSettings.cacheDirectory: src/server/qgsserversettings.h#L191
QgsServerSettings.cacheSize: src/server/qgsserversettings.h#L185
QgsServerSettings.capabilitiesCacheSize: src/server/qgsserversettings.h#L365
QgsServerSettings.forceReadOnlyLayers: src/server/qgsserversettings.h#L292
QgsServerSettings.getPrintDisabled: src/server/qgsserversettings.h#L303
QgsServerSettings.ignoreBadLayers: src/server/qgsserversettings.h#L272
QgsServerSettings.iniFile: src/server/qgsserversettings.h#L133
QgsServerSettings.landingPageBaseUrlPrefix: src/server/qgsserversettings.h#L241
QgsServerSettings.landingPageProjectsDirectories: src/server/qgsserversettings.h#L227
QgsServerSettings.landingPageProjectsPgConnections: src/server/qgsserversettings.h#L235
QgsServerSettings.load: src/server/qgsserversettings.h#L116
QgsServerSettings.load: src/server/qgsserversettings.h#L122
QgsServerSettings.logFile: src/server/qgsserversettings.h#L172
QgsServerSettings.logLevel: src/server/qgsserversettings.h#L151
QgsServerSettings.logProfile: src/server/qgsserversettings.h#L160
QgsServerSettings.logStderr: src/server/qgsserversettings.h#L179
QgsServerSettings.logSummary: src/server/qgsserversettings.h#L127
QgsServerSettings.maxThreads: src/server/qgsserversettings.h#L145
QgsServerSettings.name: src/server/qgsserversettings.h#L356
QgsServerSettings.overrideSystemLocale: src/server/qgsserversettings.h#L198
QgsServerSettings.parallelRendering: src/server/qgsserversettings.h#L139
QgsServerSettings.projectCacheCheckInterval: src/server/qgsserversettings.h#L315
QgsServerSettings.projectCacheStrategy: src/server/qgsserversettings.h#L330
QgsServerSettings.projectFile: src/server/qgsserversettings.h#L166
QgsServerSettings.serviceUrl: src/server/qgsserversettings.h#L309
QgsServerSettings.showGroupSeparator: src/server/qgsserversettings.h#L205
QgsServerSettings.trustLayerMetadata: src/server/qgsserversettings.h#L282
QgsServerSettings.wmsMaxHeight: src/server/qgsserversettings.h#L212
QgsServerSettings.wmsMaxWidth: src/server/qgsserversettings.h#L219
QgsServerSettings: src/server/qgsserversettings.h#L94
QgsServerSettingsEnv: src/server/qgsserversettings.h#L35
QgsServerStaticHandler.description: src/server/qgsserverstatichandler.h#L47
QgsServerStaticHandler.handleRequest: src/server/qgsserverstatichandler.h#L41
QgsServerStaticHandler.linkTitle: src/server/qgsserverstatichandler.h#L48
QgsServerStaticHandler.linkType: src/server/qgsserverstatichandler.h#L49
QgsServerStaticHandler.operationId: src/server/qgsserverstatichandler.h#L45
QgsServerStaticHandler.path: src/server/qgsserverstatichandler.h#L44
QgsServerStaticHandler.summary: src/server/qgsserverstatichandler.h#L46
QgsServerStaticHandler: src/server/qgsserverstatichandler.h#L28
QgsService.executeRequest: src/server/qgsservice.h#L66
QgsService.name: src/server/qgsservice.h#L56
QgsService.version: src/server/qgsservice.h#L61
QgsService: src/server/qgsservice.h#L38
QgsServiceModule.registerSelf: src/server/qgsservicemodule.h#L60
QgsServiceModule: src/server/qgsservicemodule.h#L40
QgsServiceRegistry.cleanUp: src/server/qgsserviceregistry.h#L142
QgsServiceRegistry.getApi: src/server/qgsserviceregistry.h#L118
QgsServiceRegistry.getService: src/server/qgsserviceregistry.h#L67
QgsServiceRegistry.init: src/server/qgsserviceregistry.h#L137
QgsServiceRegistry.registerApi: src/server/qgsserviceregistry.h#L87
QgsServiceRegistry.registerService: src/server/qgsserviceregistry.h#L79
QgsServiceRegistry.unregisterApi: src/server/qgsserviceregistry.h#L100
QgsServiceRegistry.unregisterService: src/server/qgsserviceregistry.h#L130
QgsServiceRegistry: src/server/qgsserviceregistry.h#L48
QgsStoreBadLayerInfo.badLayers: src/server/qgsstorebadlayerinfo.h#L50
QgsStoreBadLayerInfo.handleBadLayers: src/server/qgsstorebadlayerinfo.h#L44
QgsStoreBadLayerInfo: src/server/qgsstorebadlayerinfo.h#L31

View File

@ -0,0 +1,373 @@
QgsAlignRaster.QgsAlignRaster.bandCount: src/analysis/raster/qgsalignraster.h#L71
QgsAlignRaster.QgsAlignRaster.cellSize: src/analysis/raster/qgsalignraster.h#L73
QgsAlignRaster.QgsAlignRaster.crs: src/analysis/raster/qgsalignraster.h#L67
QgsAlignRaster.QgsAlignRaster.dump: src/analysis/raster/qgsalignraster.h#L82
QgsAlignRaster.QgsAlignRaster.extent: src/analysis/raster/qgsalignraster.h#L77
QgsAlignRaster.QgsAlignRaster.gridOffset: src/analysis/raster/qgsalignraster.h#L75
QgsAlignRaster.QgsAlignRaster.identify: src/analysis/raster/qgsalignraster.h#L85
QgsAlignRaster.QgsAlignRaster.isValid: src/analysis/raster/qgsalignraster.h#L64
QgsAlignRaster.QgsAlignRaster.origin: src/analysis/raster/qgsalignraster.h#L79
QgsAlignRaster.QgsAlignRaster.progress: src/analysis/raster/qgsalignraster.h#L122
QgsAlignRaster.QgsAlignRaster.rasterSize: src/analysis/raster/qgsalignraster.h#L69
QgsAlignRaster.alignedRasterExtent: src/analysis/raster/qgsalignraster.h#L205
QgsAlignRaster.alignedRasterSize: src/analysis/raster/qgsalignraster.h#L199
QgsAlignRaster.cellSize: src/analysis/raster/qgsalignraster.h#L145
QgsAlignRaster.checkInputParameters: src/analysis/raster/qgsalignraster.h#L193
QgsAlignRaster.clipExtent: src/analysis/raster/qgsalignraster.h#L168
QgsAlignRaster.createAndWarp: src/analysis/raster/qgsalignraster.h#L228
QgsAlignRaster.destinationCrs: src/analysis/raster/qgsalignraster.h#L150
QgsAlignRaster.dump: src/analysis/raster/qgsalignraster.h#L220
QgsAlignRaster.errorMessage: src/analysis/raster/qgsalignraster.h#L217
QgsAlignRaster.gridOffset: src/analysis/raster/qgsalignraster.h#L138
QgsAlignRaster.progressHandler: src/analysis/raster/qgsalignraster.h#L130
QgsAlignRaster.rasters: src/analysis/raster/qgsalignraster.h#L135
QgsAlignRaster.run: src/analysis/raster/qgsalignraster.h#L211
QgsAlignRaster.setCellSize: src/analysis/raster/qgsalignraster.h#L141
QgsAlignRaster.setCellSize: src/analysis/raster/qgsalignraster.h#L143
QgsAlignRaster.setClipExtent: src/analysis/raster/qgsalignraster.h#L156
QgsAlignRaster.setClipExtent: src/analysis/raster/qgsalignraster.h#L162
QgsAlignRaster.setDestinationCrs: src/analysis/raster/qgsalignraster.h#L148
QgsAlignRaster.setGridOffset: src/analysis/raster/qgsalignraster.h#L137
QgsAlignRaster.setParametersFromRaster: src/analysis/raster/qgsalignraster.h#L181
QgsAlignRaster.setParametersFromRaster: src/analysis/raster/qgsalignraster.h#L187
QgsAlignRaster.setProgressHandler: src/analysis/raster/qgsalignraster.h#L128
QgsAlignRaster.setRasters: src/analysis/raster/qgsalignraster.h#L133
QgsAlignRaster.suggestedReferenceLayer: src/analysis/raster/qgsalignraster.h#L223
QgsAlignRaster.suggestedWarpOutput: src/analysis/raster/qgsalignraster.h#L231
QgsAlignRaster: src/analysis/raster/qgsalignraster.h#L44
QgsAnalysis.geometryCheckRegistry: src/analysis/qgsanalysis.h#L52
QgsAnalysis.instance: src/analysis/qgsanalysis.h#L47
QgsAnalysis: src/analysis/qgsanalysis.h#L34
QgsAspectFilter.processNineCellWindow: src/analysis/raster/qgsaspectfilter.h#L35
QgsAspectFilter: src/analysis/raster/qgsaspectfilter.h#L30
QgsBatchGeocodeAlgorithm.group: src/analysis/processing/qgsalgorithmbatchgeocode.h#L84
QgsBatchGeocodeAlgorithm.groupId: src/analysis/processing/qgsalgorithmbatchgeocode.h#L85
QgsBatchGeocodeAlgorithm.initParameters: src/analysis/processing/qgsalgorithmbatchgeocode.h#L82
QgsBatchGeocodeAlgorithm.outputCrs: src/analysis/processing/qgsalgorithmbatchgeocode.h#L93
QgsBatchGeocodeAlgorithm.outputFields: src/analysis/processing/qgsalgorithmbatchgeocode.h#L94
QgsBatchGeocodeAlgorithm.outputName: src/analysis/processing/qgsalgorithmbatchgeocode.h#L90
QgsBatchGeocodeAlgorithm.outputWkbType: src/analysis/processing/qgsalgorithmbatchgeocode.h#L95
QgsBatchGeocodeAlgorithm.prepareAlgorithm: src/analysis/processing/qgsalgorithmbatchgeocode.h#L91
QgsBatchGeocodeAlgorithm.processFeature: src/analysis/processing/qgsalgorithmbatchgeocode.h#L92
QgsBatchGeocodeAlgorithm.supportInPlaceEdit: src/analysis/processing/qgsalgorithmbatchgeocode.h#L87
QgsBatchGeocodeAlgorithm.tags: src/analysis/processing/qgsalgorithmbatchgeocode.h#L83
QgsBatchGeocodeAlgorithm: src/analysis/processing/qgsalgorithmbatchgeocode.h#L68
QgsDerivativeFilter.calcFirstDerX: src/analysis/raster/qgsderivativefilter.h#L41
QgsDerivativeFilter.calcFirstDerY: src/analysis/raster/qgsderivativefilter.h#L43
QgsDerivativeFilter.processNineCellWindow: src/analysis/raster/qgsderivativefilter.h#L35
QgsDerivativeFilter: src/analysis/raster/qgsderivativefilter.h#L30
QgsFeaturePool.crs: src/analysis/vector/geometry_checker/qgsfeaturepool.h#L126
QgsFeaturePool.deleteFeature: src/analysis/vector/geometry_checker/qgsfeaturepool.h#L77
QgsFeaturePool.geometryType: src/analysis/vector/geometry_checker/qgsfeaturepool.h#L121
QgsFeaturePool.getFeature: src/analysis/vector/geometry_checker/qgsfeaturepool.h#L53
QgsFeaturePool.insertFeature: src/analysis/vector/geometry_checker/qgsfeaturepool.h#L142
QgsFeaturePool.layer: src/analysis/vector/geometry_checker/qgsfeaturepool.h#L100
QgsFeaturePool.layerId: src/analysis/vector/geometry_checker/qgsfeaturepool.h#L116
QgsFeaturePool.layerName: src/analysis/vector/geometry_checker/qgsfeaturepool.h#L134
QgsFeaturePool.refreshCache: src/analysis/vector/geometry_checker/qgsfeaturepool.h#L148
QgsFeaturePool.removeFeature: src/analysis/vector/geometry_checker/qgsfeaturepool.h#L154
QgsFeaturePool.updateFeature: src/analysis/vector/geometry_checker/qgsfeaturepool.h#L71
QgsFeaturePool: src/analysis/vector/geometry_checker/qgsfeaturepool.h#L37
QgsGcpGeometryTransformer.gcpTransformer: src/analysis/georeferencing/qgsgcpgeometrytransformer.h#L81
QgsGcpGeometryTransformer.setGcpTransformer: src/analysis/georeferencing/qgsgcpgeometrytransformer.h#L90
QgsGcpGeometryTransformer.transform: src/analysis/georeferencing/qgsgcpgeometrytransformer.h#L74
QgsGcpGeometryTransformer.transformPoint: src/analysis/georeferencing/qgsgcpgeometrytransformer.h#L62
QgsGcpGeometryTransformer: src/analysis/georeferencing/qgsgcpgeometrytransformer.h#L36
QgsGcpPoint.destinationPoint: src/analysis/georeferencing/qgsgcppoint.h#L75
QgsGcpPoint.destinationPointCrs: src/analysis/georeferencing/qgsgcppoint.h#L89
QgsGcpPoint.isEnabled: src/analysis/georeferencing/qgsgcppoint.h#L108
QgsGcpPoint.setDestinationPoint: src/analysis/georeferencing/qgsgcppoint.h#L82
QgsGcpPoint.setDestinationPointCrs: src/analysis/georeferencing/qgsgcppoint.h#L96
QgsGcpPoint.setEnabled: src/analysis/georeferencing/qgsgcppoint.h#L115
QgsGcpPoint.setSourcePoint: src/analysis/georeferencing/qgsgcppoint.h#L68
QgsGcpPoint.sourcePoint: src/analysis/georeferencing/qgsgcppoint.h#L59
QgsGcpPoint.transformedDestinationPoint: src/analysis/georeferencing/qgsgcppoint.h#L101
QgsGcpPoint: src/analysis/georeferencing/qgsgcppoint.h#L30
QgsGcpTransformerInterface.clone: src/analysis/georeferencing/qgsgcptransformer.h#L73
QgsGcpTransformerInterface.create: src/analysis/georeferencing/qgsgcptransformer.h#L114
QgsGcpTransformerInterface.createFromParameters: src/analysis/georeferencing/qgsgcptransformer.h#L124
QgsGcpTransformerInterface.method: src/analysis/georeferencing/qgsgcptransformer.h#L93
QgsGcpTransformerInterface.methodToString: src/analysis/georeferencing/qgsgcptransformer.h#L107
QgsGcpTransformerInterface.minimumGcpCount: src/analysis/georeferencing/qgsgcptransformer.h#L88
QgsGcpTransformerInterface.transform: src/analysis/georeferencing/qgsgcptransformer.h#L102
QgsGcpTransformerInterface.updateParametersFromGcps: src/analysis/georeferencing/qgsgcptransformer.h#L83
QgsGcpTransformerInterface: src/analysis/georeferencing/qgsgcptransformer.h#L34
QgsGeometryCheck.checkType: src/analysis/vector/geometry_checker/qgsgeometrycheck.h#L322
QgsGeometryCheck.collectErrors: src/analysis/vector/geometry_checker/qgsgeometrycheck.h#L276
QgsGeometryCheck.context: src/analysis/vector/geometry_checker/qgsgeometrycheck.h#L329
QgsGeometryCheck.description: src/analysis/vector/geometry_checker/qgsgeometrycheck.h#L308
QgsGeometryCheck.flags: src/analysis/vector/geometry_checker/qgsgeometrycheck.h#L266
QgsGeometryCheck.id: src/analysis/vector/geometry_checker/qgsgeometrycheck.h#L315
QgsGeometryCheck.isCompatible: src/analysis/vector/geometry_checker/qgsgeometrycheck.h#L254
QgsGeometryCheck.prepare: src/analysis/vector/geometry_checker/qgsgeometrycheck.h#L233
QgsGeometryCheck.resolutionMethods: src/analysis/vector/geometry_checker/qgsgeometrycheck.h#L301
QgsGeometryCheck: src/analysis/vector/geometry_checker/qgsgeometrycheck.h#L91
QgsGeometryCheckContext.project: src/analysis/vector/geometry_checker/qgsgeometrycheckcontext.h#L75
QgsGeometryCheckContext: src/analysis/vector/geometry_checker/qgsgeometrycheckcontext.h#L31
QgsGeometryCheckError.affectedAreaBBox: src/analysis/vector/geometry_checker/qgsgeometrycheckerror.h#L110
QgsGeometryCheckError.check: src/analysis/vector/geometry_checker/qgsgeometrycheckerror.h#L80
QgsGeometryCheckError.closeMatch: src/analysis/vector/geometry_checker/qgsgeometrycheckerror.h#L179
QgsGeometryCheckError.contextBoundingBox: src/analysis/vector/geometry_checker/qgsgeometrycheckerror.h#L105
QgsGeometryCheckError.description: src/analysis/vector/geometry_checker/qgsgeometrycheckerror.h#L116
QgsGeometryCheckError.featureId: src/analysis/vector/geometry_checker/qgsgeometrycheckerror.h#L90
QgsGeometryCheckError.geometry: src/analysis/vector/geometry_checker/qgsgeometrycheckerror.h#L95
QgsGeometryCheckError.icon: src/analysis/vector/geometry_checker/qgsgeometrycheckerror.h#L206
QgsGeometryCheckError.isEqual: src/analysis/vector/geometry_checker/qgsgeometrycheckerror.h#L173
QgsGeometryCheckError.resolutionMessage: src/analysis/vector/geometry_checker/qgsgeometrycheckerror.h#L150
QgsGeometryCheckError.setFixFailed: src/analysis/vector/geometry_checker/qgsgeometrycheckerror.h#L161
QgsGeometryCheckError.setFixed: src/analysis/vector/geometry_checker/qgsgeometrycheckerror.h#L156
QgsGeometryCheckError.setObsolete: src/analysis/vector/geometry_checker/qgsgeometrycheckerror.h#L166
QgsGeometryCheckError.status: src/analysis/vector/geometry_checker/qgsgeometrycheckerror.h#L145
QgsGeometryCheckError.update: src/analysis/vector/geometry_checker/qgsgeometrycheckerror.h#L185
QgsGeometryCheckError.value: src/analysis/vector/geometry_checker/qgsgeometrycheckerror.h#L128
QgsGeometryCheckError.valueType: src/analysis/vector/geometry_checker/qgsgeometrycheckerror.h#L134
QgsGeometryCheckError: src/analysis/vector/geometry_checker/qgsgeometrycheckerror.h#L35
QgsGeometryCheckErrorSingle.singleError: src/analysis/vector/geometry_checker/qgssinglegeometrycheck.h#L127
QgsGeometryCheckErrorSingle: src/analysis/vector/geometry_checker/qgssinglegeometrycheck.h#L115
QgsGeometryCheckFactory.checkType: src/analysis/vector/geometry_checker/qgsgeometrycheckfactory.h#L82
QgsGeometryCheckFactory.createGeometryCheck: src/analysis/vector/geometry_checker/qgsgeometrycheckfactory.h#L57
QgsGeometryCheckFactory.description: src/analysis/vector/geometry_checker/qgsgeometrycheckfactory.h#L67
QgsGeometryCheckFactory.flags: src/analysis/vector/geometry_checker/qgsgeometrycheckfactory.h#L77
QgsGeometryCheckFactory.id: src/analysis/vector/geometry_checker/qgsgeometrycheckfactory.h#L62
QgsGeometryCheckFactory.isCompatible: src/analysis/vector/geometry_checker/qgsgeometrycheckfactory.h#L72
QgsGeometryCheckFactory: src/analysis/vector/geometry_checker/qgsgeometrycheckfactory.h#L43
QgsGeometryCheckFactoryT.checkType: src/analysis/vector/geometry_checker/qgsgeometrycheckfactory.h#L123
QgsGeometryCheckFactoryT.createGeometryCheck: src/analysis/vector/geometry_checker/qgsgeometrycheckfactory.h#L98
QgsGeometryCheckFactoryT.description: src/analysis/vector/geometry_checker/qgsgeometrycheckfactory.h#L103
QgsGeometryCheckFactoryT.flags: src/analysis/vector/geometry_checker/qgsgeometrycheckfactory.h#L118
QgsGeometryCheckFactoryT.id: src/analysis/vector/geometry_checker/qgsgeometrycheckfactory.h#L108
QgsGeometryCheckFactoryT.isCompatible: src/analysis/vector/geometry_checker/qgsgeometrycheckfactory.h#L113
QgsGeometryCheckFactoryT: src/analysis/vector/geometry_checker/qgsgeometrycheckfactory.h#L92
QgsGeometryCheckRegistry.geometryCheck: src/analysis/vector/geometry_checker/qgsgeometrycheckregistry.h#L65
QgsGeometryCheckRegistry.registerGeometryCheck: src/analysis/vector/geometry_checker/qgsgeometrycheckregistry.h#L79
QgsGeometryCheckRegistry: src/analysis/vector/geometry_checker/qgsgeometrycheckregistry.h#L41
QgsGeometryCheckResolutionMethod.description: src/analysis/vector/geometry_checker/qgsgeometrycheckresolutionmethod.h#L55
QgsGeometryCheckResolutionMethod.id: src/analysis/vector/geometry_checker/qgsgeometrycheckresolutionmethod.h#L40
QgsGeometryCheckResolutionMethod.isStable: src/analysis/vector/geometry_checker/qgsgeometrycheckresolutionmethod.h#L45
QgsGeometryCheckResolutionMethod.name: src/analysis/vector/geometry_checker/qgsgeometrycheckresolutionmethod.h#L50
QgsGeometryCheckResolutionMethod: src/analysis/vector/geometry_checker/qgsgeometrycheckresolutionmethod.h#L28
QgsGeometryCheckerUtils.LayerFeature.feature: src/analysis/vector/geometry_checker/qgsgeometrycheckerutils.h#L67
QgsGeometryCheckerUtils.LayerFeature.geometry: src/analysis/vector/geometry_checker/qgsgeometrycheckerutils.h#L84
QgsGeometryCheckerUtils.LayerFeature.id: src/analysis/vector/geometry_checker/qgsgeometrycheckerutils.h#L89
QgsGeometryCheckerUtils.LayerFeature.layerId: src/analysis/vector/geometry_checker/qgsgeometrycheckerutils.h#L77
QgsGeometryCheckerUtils.LayerFeature.useMapCrs: src/analysis/vector/geometry_checker/qgsgeometrycheckerutils.h#L96
QgsGeometryCheckerUtils.LayerFeature: src/analysis/vector/geometry_checker/qgsgeometrycheckerutils.h#L51
QgsGeometryCheckerUtils.LayerFeatures: src/analysis/vector/geometry_checker/qgsgeometrycheckerutils.h#L112
QgsGeometryCheckerUtils: src/analysis/vector/geometry_checker/qgsgeometrycheckerutils.h#L39
QgsGeometrySnapper.featureSnapped: src/analysis/vector/qgsgeometrysnapper.h#L88
QgsGeometrySnapper.snapFeatures: src/analysis/vector/qgsgeometrysnapper.h#L78
QgsGeometrySnapper.snapGeometry: src/analysis/vector/qgsgeometrysnapper.h#L71
QgsGeometrySnapper.snapGeometry: src/analysis/vector/qgsgeometrysnapper.h#L83
QgsGeometrySnapper: src/analysis/vector/qgsgeometrysnapper.h#L41
QgsGeometrySnapperSingleSource.run: src/analysis/vector/qgsgeometrysnappersinglesource.h#L52
QgsGeometrySnapperSingleSource: src/analysis/vector/qgsgeometrysnappersinglesource.h#L44
QgsGraph.addEdge: src/analysis/network/qgsgraph.h#L159
QgsGraph.addVertex: src/analysis/network/qgsgraph.h#L153
QgsGraph.edge: src/analysis/network/qgsgraph.h#L245
QgsGraph.edgeCount: src/analysis/network/qgsgraph.h#L230
QgsGraph.findOppositeEdge: src/analysis/network/qgsgraph.h#L331
QgsGraph.findVertex: src/analysis/network/qgsgraph.h#L300
QgsGraph.hasEdge: src/analysis/network/qgsgraph.h#L350
QgsGraph.hasVertex: src/analysis/network/qgsgraph.h#L357
QgsGraph.removeEdge: src/analysis/network/qgsgraph.h#L282
QgsGraph.removeVertex: src/analysis/network/qgsgraph.h#L213
QgsGraph.vertex: src/analysis/network/qgsgraph.h#L179
QgsGraph.vertexCount: src/analysis/network/qgsgraph.h#L164
QgsGraph: src/analysis/network/qgsgraph.h#L139
QgsGraphAnalyzer.dijkstra: src/analysis/network/qgsgraphanalyzer.h#L45
QgsGraphAnalyzer.shortestTree: src/analysis/network/qgsgraphanalyzer.h#L84
QgsGraphAnalyzer: src/analysis/network/qgsgraphanalyzer.h#L32
QgsGraphBuilder.addEdge: src/analysis/network/qgsgraphbuilder.h#L51
QgsGraphBuilder.addVertex: src/analysis/network/qgsgraphbuilder.h#L49
QgsGraphBuilder.graph: src/analysis/network/qgsgraphbuilder.h#L60
QgsGraphBuilder.takeGraph: src/analysis/network/qgsgraphbuilder.h#L68
QgsGraphBuilder: src/analysis/network/qgsgraphbuilder.h#L35
QgsGraphBuilderInterface.addEdge: src/analysis/network/qgsgraphbuilderinterface.h#L107
QgsGraphBuilderInterface.addVertex: src/analysis/network/qgsgraphbuilderinterface.h#L96
QgsGraphBuilderInterface.coordinateTransformationEnabled: src/analysis/network/qgsgraphbuilderinterface.h#L76
QgsGraphBuilderInterface.destinationCrs: src/analysis/network/qgsgraphbuilderinterface.h#L70
QgsGraphBuilderInterface.distanceArea: src/analysis/network/qgsgraphbuilderinterface.h#L88
QgsGraphBuilderInterface.topologyTolerance: src/analysis/network/qgsgraphbuilderinterface.h#L82
QgsGraphBuilderInterface: src/analysis/network/qgsgraphbuilderinterface.h#L40
QgsGraphDirector.addStrategy: src/analysis/network/qgsgraphdirector.h#L88
QgsGraphDirector.makeGraph: src/analysis/network/qgsgraphdirector.h#L73
QgsGraphDirector.name: src/analysis/network/qgsgraphdirector.h#L91
QgsGraphDirector: src/analysis/network/qgsgraphdirector.h#L43
QgsGraphEdge.cost: src/analysis/network/qgsgraph.h#L56
QgsGraphEdge.fromVertex: src/analysis/network/qgsgraph.h#L73
QgsGraphEdge.toVertex: src/analysis/network/qgsgraph.h#L67
QgsGraphEdge: src/analysis/network/qgsgraph.h#L43
QgsGraphVertex.incomingEdges: src/analysis/network/qgsgraph.h#L112
QgsGraphVertex.outgoingEdges: src/analysis/network/qgsgraph.h#L118
QgsGraphVertex.point: src/analysis/network/qgsgraph.h#L123
QgsGraphVertex: src/analysis/network/qgsgraph.h#L93
QgsGridFileWriter.writeFile: src/analysis/interpolation/qgsgridfilewriter.h#L55
QgsGridFileWriter: src/analysis/interpolation/qgsgridfilewriter.h#L35
QgsHillshadeFilter.lightAngle: src/analysis/raster/qgshillshadefilter.h#L41
QgsHillshadeFilter.lightAzimuth: src/analysis/raster/qgshillshadefilter.h#L39
QgsHillshadeFilter.processNineCellWindow: src/analysis/raster/qgshillshadefilter.h#L35
QgsHillshadeFilter.setLightAngle: src/analysis/raster/qgshillshadefilter.h#L42
QgsHillshadeFilter.setLightAzimuth: src/analysis/raster/qgshillshadefilter.h#L40
QgsHillshadeFilter: src/analysis/raster/qgshillshadefilter.h#L29
QgsIDWInterpolator.distanceCoefficient: src/analysis/interpolation/qgsidwinterpolator.h#L59
QgsIDWInterpolator.interpolatePoint: src/analysis/interpolation/qgsidwinterpolator.h#L38
QgsIDWInterpolator.setDistanceCoefficient: src/analysis/interpolation/qgsidwinterpolator.h#L48
QgsIDWInterpolator: src/analysis/interpolation/qgsidwinterpolator.h#L29
QgsInternalGeometrySnapper.snapFeature: src/analysis/vector/qgsgeometrysnapper.h#L149
QgsInternalGeometrySnapper.snappedGeometries: src/analysis/vector/qgsgeometrysnapper.h#L154
QgsInternalGeometrySnapper: src/analysis/vector/qgsgeometrysnapper.h#L134
QgsInterpolator.cacheBaseData: src/analysis/interpolation/qgsinterpolator.h#L150
QgsInterpolator.interpolatePoint: src/analysis/interpolation/qgsinterpolator.h#L134
QgsInterpolator: src/analysis/interpolation/qgsinterpolator.h#L73
QgsKernelDensityEstimation.addFeature: src/analysis/raster/qgskde.h#L127
QgsKernelDensityEstimation.finalise: src/analysis/raster/qgskde.h#L134
QgsKernelDensityEstimation.prepare: src/analysis/raster/qgskde.h#L120
QgsKernelDensityEstimation.run: src/analysis/raster/qgskde.h#L112
QgsKernelDensityEstimation: src/analysis/raster/qgskde.h#L38
QgsMeshContours.exportLines: src/analysis/mesh/qgsmeshcontours.h#L92
QgsMeshContours.exportPolygons: src/analysis/mesh/qgsmeshcontours.h#L120
QgsMeshContours: src/analysis/mesh/qgsmeshcontours.h#L50
QgsMeshEditingDelaunayTriangulation.text: src/analysis/mesh/qgsmeshtriangulation.h#L184
QgsMeshEditingDelaunayTriangulation: src/analysis/mesh/qgsmeshtriangulation.h#L177
QgsMeshTriangulation.addBreakLines: src/analysis/mesh/qgsmeshtriangulation.h#L74
QgsMeshTriangulation.addVertex: src/analysis/mesh/qgsmeshtriangulation.h#L81
QgsMeshTriangulation.addVertices: src/analysis/mesh/qgsmeshtriangulation.h#L62
QgsMeshTriangulation.setCrs: src/analysis/mesh/qgsmeshtriangulation.h#L87
QgsMeshTriangulation.triangulatedMesh: src/analysis/mesh/qgsmeshtriangulation.h#L84
QgsMeshTriangulation: src/analysis/mesh/qgsmeshtriangulation.h#L42
QgsMeshZValueDatasetGroup.dataset: src/analysis/mesh/qgsmeshtriangulation.h#L156
QgsMeshZValueDatasetGroup.datasetCount: src/analysis/mesh/qgsmeshtriangulation.h#L155
QgsMeshZValueDatasetGroup.datasetMetadata: src/analysis/mesh/qgsmeshtriangulation.h#L154
QgsMeshZValueDatasetGroup.initialize: src/analysis/mesh/qgsmeshtriangulation.h#L153
QgsMeshZValueDatasetGroup.type: src/analysis/mesh/qgsmeshtriangulation.h#L157
QgsMeshZValueDatasetGroup.writeXml: src/analysis/mesh/qgsmeshtriangulation.h#L158
QgsMeshZValueDatasetGroup: src/analysis/mesh/qgsmeshtriangulation.h#L141
QgsNativeAlgorithms.flags: src/analysis/processing/qgsnativealgorithms.h#L47
QgsNativeAlgorithms.helpId: src/analysis/processing/qgsnativealgorithms.h#L44
QgsNativeAlgorithms.icon: src/analysis/processing/qgsnativealgorithms.h#L41
QgsNativeAlgorithms.id: src/analysis/processing/qgsnativealgorithms.h#L43
QgsNativeAlgorithms.loadAlgorithms: src/analysis/processing/qgsnativealgorithms.h#L51
QgsNativeAlgorithms.name: src/analysis/processing/qgsnativealgorithms.h#L45
QgsNativeAlgorithms.supportsNonFileBasedOutput: src/analysis/processing/qgsnativealgorithms.h#L46
QgsNativeAlgorithms.svgIconPath: src/analysis/processing/qgsnativealgorithms.h#L42
QgsNativeAlgorithms: src/analysis/processing/qgsnativealgorithms.h#L30
QgsNetworkDistanceStrategy.cost: src/analysis/network/qgsnetworkdistancestrategy.h#L31
QgsNetworkDistanceStrategy: src/analysis/network/qgsnetworkdistancestrategy.h#L28
QgsNetworkSpeedStrategy.cost: src/analysis/network/qgsnetworkspeedstrategy.h#L37
QgsNetworkSpeedStrategy: src/analysis/network/qgsnetworkspeedstrategy.h#L28
QgsNetworkStrategy.cost: src/analysis/network/qgsnetworkstrategy.h#L72
QgsNetworkStrategy: src/analysis/network/qgsnetworkstrategy.h#L40
QgsNineCellFilter.cellSizeX: src/analysis/raster/qgsninecellfilter.h#L51
QgsNineCellFilter.cellSizeY: src/analysis/raster/qgsninecellfilter.h#L53
QgsNineCellFilter.inputNodataValue: src/analysis/raster/qgsninecellfilter.h#L59
QgsNineCellFilter.outputNodataValue: src/analysis/raster/qgsninecellfilter.h#L61
QgsNineCellFilter.processNineCellWindow: src/analysis/raster/qgsninecellfilter.h#L82
QgsNineCellFilter.processRaster: src/analysis/raster/qgsninecellfilter.h#L49
QgsNineCellFilter.setCellSizeX: src/analysis/raster/qgsninecellfilter.h#L52
QgsNineCellFilter.setCellSizeY: src/analysis/raster/qgsninecellfilter.h#L54
QgsNineCellFilter.setInputNodataValue: src/analysis/raster/qgsninecellfilter.h#L60
QgsNineCellFilter.setOutputNodataValue: src/analysis/raster/qgsninecellfilter.h#L62
QgsNineCellFilter.setZFactor: src/analysis/raster/qgsninecellfilter.h#L57
QgsNineCellFilter.zFactor: src/analysis/raster/qgsninecellfilter.h#L56
QgsNineCellFilter: src/analysis/raster/qgsninecellfilter.h#L37
QgsPdalAlgorithms.helpId: src/analysis/processing/pdal/qgspdalalgorithms.h#L48
QgsPdalAlgorithms.icon: src/analysis/processing/pdal/qgspdalalgorithms.h#L45
QgsPdalAlgorithms.id: src/analysis/processing/pdal/qgspdalalgorithms.h#L47
QgsPdalAlgorithms.loadAlgorithms: src/analysis/processing/pdal/qgspdalalgorithms.h#L58
QgsPdalAlgorithms.name: src/analysis/processing/pdal/qgspdalalgorithms.h#L49
QgsPdalAlgorithms.supportedOutputPointCloudLayerExtensions: src/analysis/processing/pdal/qgspdalalgorithms.h#L54
QgsPdalAlgorithms.supportedOutputRasterLayerExtensions: src/analysis/processing/pdal/qgspdalalgorithms.h#L53
QgsPdalAlgorithms.supportedOutputVectorLayerExtensions: src/analysis/processing/pdal/qgspdalalgorithms.h#L52
QgsPdalAlgorithms.supportsNonFileBasedOutput: src/analysis/processing/pdal/qgspdalalgorithms.h#L50
QgsPdalAlgorithms.svgIconPath: src/analysis/processing/pdal/qgspdalalgorithms.h#L46
QgsPdalAlgorithms: src/analysis/processing/pdal/qgspdalalgorithms.h#L34
QgsRasterCalcNode.cleanRasterReferences: src/analysis/raster/qgsrastercalcnode.h#L143
QgsRasterCalcNode.parseRasterCalcString: src/analysis/raster/qgsrastercalcnode.h#L130
QgsRasterCalcNode.referencedLayerNames: src/analysis/raster/qgsrastercalcnode.h#L137
QgsRasterCalcNode.setLeft: src/analysis/raster/qgsrastercalcnode.h#L104
QgsRasterCalcNode.setRight: src/analysis/raster/qgsrastercalcnode.h#L105
QgsRasterCalcNode.toString: src/analysis/raster/qgsrastercalcnode.h#L122
QgsRasterCalcNode.type: src/analysis/raster/qgsrastercalcnode.h#L101
QgsRasterCalcNode: src/analysis/raster/qgsrastercalcnode.h#L38
QgsRasterCalculator.lastError: src/analysis/raster/qgsrastercalculator.h#L174
QgsRasterCalculator.processCalculation: src/analysis/raster/qgsrastercalculator.h#L168
QgsRasterCalculator: src/analysis/raster/qgsrastercalculator.h#L76
QgsRasterCalculatorEntry: src/analysis/raster/qgsrastercalculator.h#L39
QgsRasterMatrix.absoluteValue: src/analysis/raster/qgsrastermatrix.h#L146
QgsRasterMatrix.acosinus: src/analysis/raster/qgsrastermatrix.h#L134
QgsRasterMatrix.add: src/analysis/raster/qgsrastermatrix.h#L101
QgsRasterMatrix.asinus: src/analysis/raster/qgsrastermatrix.h#L132
QgsRasterMatrix.atangens: src/analysis/raster/qgsrastermatrix.h#L136
QgsRasterMatrix.changeSign: src/analysis/raster/qgsrastermatrix.h#L137
QgsRasterMatrix.cosinus: src/analysis/raster/qgsrastermatrix.h#L133
QgsRasterMatrix.divide: src/analysis/raster/qgsrastermatrix.h#L105
QgsRasterMatrix.equal: src/analysis/raster/qgsrastermatrix.h#L107
QgsRasterMatrix.greaterEqual: src/analysis/raster/qgsrastermatrix.h#L111
QgsRasterMatrix.greaterThan: src/analysis/raster/qgsrastermatrix.h#L109
QgsRasterMatrix.isNumber: src/analysis/raster/qgsrastermatrix.h#L76
QgsRasterMatrix.lesserEqual: src/analysis/raster/qgsrastermatrix.h#L112
QgsRasterMatrix.lesserThan: src/analysis/raster/qgsrastermatrix.h#L110
QgsRasterMatrix.log10: src/analysis/raster/qgsrastermatrix.h#L139
QgsRasterMatrix.log: src/analysis/raster/qgsrastermatrix.h#L138
QgsRasterMatrix.logicalAnd: src/analysis/raster/qgsrastermatrix.h#L113
QgsRasterMatrix.logicalOr: src/analysis/raster/qgsrastermatrix.h#L114
QgsRasterMatrix.max: src/analysis/raster/qgsrastermatrix.h#L121
QgsRasterMatrix.min: src/analysis/raster/qgsrastermatrix.h#L128
QgsRasterMatrix.multiply: src/analysis/raster/qgsrastermatrix.h#L104
QgsRasterMatrix.nColumns: src/analysis/raster/qgsrastermatrix.h#L93
QgsRasterMatrix.nRows: src/analysis/raster/qgsrastermatrix.h#L94
QgsRasterMatrix.nodataValue: src/analysis/raster/qgsrastermatrix.h#L96
QgsRasterMatrix.notEqual: src/analysis/raster/qgsrastermatrix.h#L108
QgsRasterMatrix.number: src/analysis/raster/qgsrastermatrix.h#L77
QgsRasterMatrix.power: src/analysis/raster/qgsrastermatrix.h#L106
QgsRasterMatrix.setData: src/analysis/raster/qgsrastermatrix.h#L91
QgsRasterMatrix.setNodataValue: src/analysis/raster/qgsrastermatrix.h#L97
QgsRasterMatrix.sinus: src/analysis/raster/qgsrastermatrix.h#L131
QgsRasterMatrix.squareRoot: src/analysis/raster/qgsrastermatrix.h#L130
QgsRasterMatrix.subtract: src/analysis/raster/qgsrastermatrix.h#L103
QgsRasterMatrix.tangens: src/analysis/raster/qgsrastermatrix.h#L135
QgsRasterMatrix: src/analysis/raster/qgsrastermatrix.h#L29
QgsRelief.addReliefColorClass: src/analysis/raster/qgsrelief.h#L68
QgsRelief.clearReliefColors: src/analysis/raster/qgsrelief.h#L67
QgsRelief.exportFrequencyDistributionToCsv: src/analysis/raster/qgsrelief.h#L79
QgsRelief.processRaster: src/analysis/raster/qgsrelief.h#L62
QgsRelief.setReliefColors: src/analysis/raster/qgsrelief.h#L70
QgsRelief.setZFactor: src/analysis/raster/qgsrelief.h#L65
QgsRelief.zFactor: src/analysis/raster/qgsrelief.h#L64
QgsRelief: src/analysis/raster/qgsrelief.h#L38
QgsRuggednessFilter.processNineCellWindow: src/analysis/raster/qgsruggednessfilter.h#L37
QgsRuggednessFilter: src/analysis/raster/qgsruggednessfilter.h#L30
QgsSingleGeometryCheck.collectErrors: src/analysis/vector/geometry_checker/qgssinglegeometrycheck.h#L161
QgsSingleGeometryCheck: src/analysis/vector/geometry_checker/qgssinglegeometrycheck.h#L149
QgsSingleGeometryCheckError.check: src/analysis/vector/geometry_checker/qgssinglegeometrycheck.h#L83
QgsSingleGeometryCheckError.description: src/analysis/vector/geometry_checker/qgssinglegeometrycheck.h#L76
QgsSingleGeometryCheckError.errorLocation: src/analysis/vector/geometry_checker/qgssinglegeometrycheck.h#L90
QgsSingleGeometryCheckError.isEqual: src/analysis/vector/geometry_checker/qgssinglegeometrycheck.h#L66
QgsSingleGeometryCheckError.update: src/analysis/vector/geometry_checker/qgssinglegeometrycheck.h#L59
QgsSingleGeometryCheckError.vertexId: src/analysis/vector/geometry_checker/qgssinglegeometrycheck.h#L97
QgsSingleGeometryCheckError: src/analysis/vector/geometry_checker/qgssinglegeometrycheck.h#L39
QgsSlopeFilter.processNineCellWindow: src/analysis/raster/qgsslopefilter.h#L33
QgsSlopeFilter: src/analysis/raster/qgsslopefilter.h#L28
QgsTinInterpolator.interpolatePoint: src/analysis/interpolation/qgstininterpolator.h#L55
QgsTinInterpolator.setTriangulationSink: src/analysis/interpolation/qgstininterpolator.h#L73
QgsTinInterpolator.triangulationFields: src/analysis/interpolation/qgstininterpolator.h#L63
QgsTinInterpolator: src/analysis/interpolation/qgstininterpolator.h#L36
QgsTotalCurvatureFilter.processNineCellWindow: src/analysis/raster/qgstotalcurvaturefilter.h#L35
QgsTotalCurvatureFilter: src/analysis/raster/qgstotalcurvaturefilter.h#L28
QgsVectorLayerDirector.makeGraph: src/analysis/network/qgsvectorlayerdirector.h#L73
QgsVectorLayerDirector.name: src/analysis/network/qgsvectorlayerdirector.h#L78
QgsVectorLayerDirector: src/analysis/network/qgsvectorlayerdirector.h#L32
QgsVectorWarper.QgsVectorWarper: src/analysis/georeferencing/qgsvectorwarper.h#L46
QgsVectorWarper.error: src/analysis/georeferencing/qgsvectorwarper.h#L63
QgsVectorWarper.transformFeatures: src/analysis/georeferencing/qgsvectorwarper.h#L56
QgsVectorWarper: src/analysis/georeferencing/qgsvectorwarper.h#L35
QgsVectorWarperTask.cancel: src/analysis/georeferencing/qgsvectorwarper.h#L101
QgsVectorWarperTask.errorMessage: src/analysis/georeferencing/qgsvectorwarper.h#L119
QgsVectorWarperTask.result: src/analysis/georeferencing/qgsvectorwarper.h#L114
QgsVectorWarperTask.run: src/analysis/georeferencing/qgsvectorwarper.h#L123
QgsVectorWarperTask: src/analysis/georeferencing/qgsvectorwarper.h#L81
QgsZonalStatistics.FeatureStats: src/analysis/vector/qgszonalstatistics.h#L148
QgsZonalStatistics.calculateStatistics: src/analysis/vector/qgszonalstatistics.h#L103
QgsZonalStatistics.displayName: src/analysis/vector/qgszonalstatistics.h#L110
QgsZonalStatistics.shortName: src/analysis/vector/qgszonalstatistics.h#L117
QgsZonalStatistics: src/analysis/vector/qgszonalstatistics.h#L46

18797
python/core/class_map.yaml Normal file

File diff suppressed because it is too large Load Diff

7452
python/gui/class_map.yaml Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,361 @@
QgsAccessControl.allowToEdit: src/server/qgsaccesscontrol.h#L154
QgsAccessControl.clone: src/server/qgsaccesscontrol.h#L103
QgsAccessControl.extraSubsetString: src/server/qgsaccesscontrol.h#L110
QgsAccessControl.fillCacheKey: src/server/qgsaccesscontrol.h#L160
QgsAccessControl.filterFeatures: src/server/qgsaccesscontrol.h#L97
QgsAccessControl.layerAttributes: src/server/qgsaccesscontrol.h#L146
QgsAccessControl.layerDeletePermission: src/server/qgsaccesscontrol.h#L138
QgsAccessControl.layerInsertPermission: src/server/qgsaccesscontrol.h#L124
QgsAccessControl.layerReadPermission: src/server/qgsaccesscontrol.h#L117
QgsAccessControl.layerUpdatePermission: src/server/qgsaccesscontrol.h#L131
QgsAccessControl.registerAccessControl: src/server/qgsaccesscontrol.h#L167
QgsAccessControl.resolveFilterFeatures: src/server/qgsaccesscontrol.h#L85
QgsAccessControl.unresolveFilterFeatures: src/server/qgsaccesscontrol.h#L90
QgsAccessControl: src/server/qgsaccesscontrol.h#L35
QgsAccessControlFilter.allowToEdit: src/server/qgsaccesscontrolfilter.h#L111
QgsAccessControlFilter.authorizedLayerAttributes: src/server/qgsaccesscontrolfilter.h#L103
QgsAccessControlFilter.cacheKey: src/server/qgsaccesscontrolfilter.h#L117
QgsAccessControlFilter.layerFilterExpression: src/server/qgsaccesscontrolfilter.h#L81
QgsAccessControlFilter.layerFilterSubsetString: src/server/qgsaccesscontrolfilter.h#L88
QgsAccessControlFilter.layerPermissions: src/server/qgsaccesscontrolfilter.h#L95
QgsAccessControlFilter.serverInterface: src/server/qgsaccesscontrolfilter.h#L74
QgsAccessControlFilter: src/server/qgsaccesscontrolfilter.h#L50
QgsBufferServerRequest.data: src/server/qgsbufferserverrequest.h#L54
QgsBufferServerRequest: src/server/qgsbufferserverrequest.h#L30
QgsBufferServerResponse.body: src/server/qgsbufferserverresponse.h#L139
QgsBufferServerResponse.clear: src/server/qgsbufferserverresponse.h#L116
QgsBufferServerResponse.data: src/server/qgsbufferserverresponse.h#L127
QgsBufferServerResponse.finish: src/server/qgsbufferserverresponse.h#L103
QgsBufferServerResponse.flush: src/server/qgsbufferserverresponse.h#L111
QgsBufferServerResponse.header: src/server/qgsbufferserverresponse.h#L61
QgsBufferServerResponse.headersSent: src/server/qgsbufferserverresponse.h#L71
QgsBufferServerResponse.io: src/server/qgsbufferserverresponse.h#L98
QgsBufferServerResponse.removeHeader: src/server/qgsbufferserverresponse.h#L56
QgsBufferServerResponse.sendError: src/server/qgsbufferserverresponse.h#L93
QgsBufferServerResponse.setHeader: src/server/qgsbufferserverresponse.h#L50
QgsBufferServerResponse.setStatusCode: src/server/qgsbufferserverresponse.h#L77
QgsBufferServerResponse.statusCode: src/server/qgsbufferserverresponse.h#L82
QgsBufferServerResponse.truncate: src/server/qgsbufferserverresponse.h#L134
QgsBufferServerResponse: src/server/qgsbufferserverresponse.h#L36
QgsCapabilitiesCache.insertCapabilitiesDocument: src/server/qgscapabilitiescache.h#L54
QgsCapabilitiesCache.removeCapabilitiesDocument: src/server/qgscapabilitiescache.h#L62
QgsCapabilitiesCache.searchCapabilitiesDocument: src/server/qgscapabilitiescache.h#L46
QgsCapabilitiesCache: src/server/qgscapabilitiescache.h#L35
QgsConfigCache.initialize: src/server/qgsconfigcache.h#L86
QgsConfigCache.instance: src/server/qgsconfigcache.h#L91
QgsConfigCache.project: src/server/qgsconfigcache.h#L110
QgsConfigCache.projectRemovedFromCache: src/server/qgsconfigcache.h#L137
QgsConfigCache.removeChangedEntries: src/server/qgsconfigcache.h#L163
QgsConfigCache.removeChangedEntry: src/server/qgsconfigcache.h#L160
QgsConfigCache.removeEntry: src/server/qgsconfigcache.h#L97
QgsConfigCache.strategyName: src/server/qgsconfigcache.h#L116
QgsConfigCache: src/server/qgsconfigcache.h#L76
QgsFcgiServerRequest.data: src/server/qgsfcgiserverrequest.h#L36
QgsFcgiServerRequest.hasError: src/server/qgsfcgiserverrequest.h#L41
QgsFcgiServerRequest.header: src/server/qgsfcgiserverrequest.h#L49
QgsFcgiServerRequest: src/server/qgsfcgiserverrequest.h#L31
QgsFeatureFilter.clone: src/server/qgsfeaturefilter.h#L52
QgsFeatureFilter.filterFeatures: src/server/qgsfeaturefilter.h#L44
QgsFeatureFilter.layerAttributes: src/server/qgsfeaturefilter.h#L46
QgsFeatureFilter.setFilter: src/server/qgsfeaturefilter.h#L59
QgsFeatureFilter: src/server/qgsfeaturefilter.h#L33
QgsFeatureFilterProviderGroup.clone: src/server/qgsfeaturefilterprovidergroup.h#L50
QgsFeatureFilterProviderGroup.filterFeatures: src/server/qgsfeaturefilterprovidergroup.h#L42
QgsFeatureFilterProviderGroup.layerAttributes: src/server/qgsfeaturefilterprovidergroup.h#L44
QgsFeatureFilterProviderGroup: src/server/qgsfeaturefilterprovidergroup.h#L31
QgsOgcServiceException.code: src/server/qgsserverexception.h#L95
QgsOgcServiceException.formatResponse: src/server/qgsserverexception.h#L103
QgsOgcServiceException.locator: src/server/qgsserverexception.h#L98
QgsOgcServiceException.message: src/server/qgsserverexception.h#L92
QgsOgcServiceException.version: src/server/qgsserverexception.h#L101
QgsOgcServiceException: src/server/qgsserverexception.h#L83
QgsRequestHandler.QgsRequestHandler: src/server/qgsrequesthandler.h#L47
QgsRequestHandler.appendBody: src/server/qgsrequesthandler.h#L88
QgsRequestHandler.body: src/server/qgsrequesthandler.h#L97
QgsRequestHandler.clear: src/server/qgsrequesthandler.h#L85
QgsRequestHandler.clearBody: src/server/qgsrequesthandler.h#L94
QgsRequestHandler.data: src/server/qgsrequesthandler.h#L100
QgsRequestHandler.exceptionRaised: src/server/qgsrequesthandler.h#L91
QgsRequestHandler.format: src/server/qgsrequesthandler.h#L140
QgsRequestHandler.headersSent: src/server/qgsrequesthandler.h#L143
QgsRequestHandler.parameter: src/server/qgsrequesthandler.h#L128
QgsRequestHandler.path: src/server/qgsrequesthandler.h#L109
QgsRequestHandler.removeParameter: src/server/qgsrequesthandler.h#L131
QgsRequestHandler.removeRequestHeader: src/server/qgsrequesthandler.h#L76
QgsRequestHandler.removeResponseHeader: src/server/qgsrequesthandler.h#L64
QgsRequestHandler.requestHeader: src/server/qgsrequesthandler.h#L79
QgsRequestHandler.responseHeader: src/server/qgsrequesthandler.h#L67
QgsRequestHandler.sendResponse: src/server/qgsrequesthandler.h#L58
QgsRequestHandler.setParameter: src/server/qgsrequesthandler.h#L125
QgsRequestHandler.setRequestHeader: src/server/qgsrequesthandler.h#L73
QgsRequestHandler.setResponseHeader: src/server/qgsrequesthandler.h#L61
QgsRequestHandler.setServiceException: src/server/qgsrequesthandler.h#L50
QgsRequestHandler.setStatusCode: src/server/qgsrequesthandler.h#L112
QgsRequestHandler.statusCode: src/server/qgsrequesthandler.h#L115
QgsRequestHandler.url: src/server/qgsrequesthandler.h#L103
QgsRequestHandler: src/server/qgsrequesthandler.h#L38
QgsServer.handleRequest: src/server/qgsserver.h#L76
QgsServer.initPython: src/server/qgsserver.h#L88
QgsServer.putenv: src/server/qgsserver.h#L62
QgsServer.serverInterface: src/server/qgsserver.h#L80
QgsServer: src/server/qgsserver.h#L48
QgsServerApi.accept: src/server/qgsserverapi.h#L116
QgsServerApi.description: src/server/qgsserverapi.h#L100
QgsServerApi.executeRequest: src/server/qgsserverapi.h#L121
QgsServerApi.name: src/server/qgsserverapi.h#L95
QgsServerApi.rootPath: src/server/qgsserverapi.h#L111
QgsServerApi.serverIface: src/server/qgsserverapi.h#L126
QgsServerApi.version: src/server/qgsserverapi.h#L106
QgsServerApi: src/server/qgsserverapi.h#L80
QgsServerApiContext.apiRootPath: src/server/qgsserverapicontext.h#L97
QgsServerApiContext.handlerPath: src/server/qgsserverapicontext.h#L110
QgsServerApiContext.matchedPath: src/server/qgsserverapicontext.h#L92
QgsServerApiContext.project: src/server/qgsserverapicontext.h#L69
QgsServerApiContext.request: src/server/qgsserverapicontext.h#L58
QgsServerApiContext.response: src/server/qgsserverapicontext.h#L63
QgsServerApiContext.serverInterface: src/server/qgsserverapicontext.h#L80
QgsServerApiContext.setProject: src/server/qgsserverapicontext.h#L75
QgsServerApiContext.setRequest: src/server/qgsserverapicontext.h#L102
QgsServerApiContext: src/server/qgsserverapicontext.h#L38
QgsServerApiUtils.appendMapParameter: src/server/qgsserverapiutils.h#L236
QgsServerApiUtils.crsToOgcUri: src/server/qgsserverapiutils.h#L231
QgsServerApiUtils.fieldName: src/server/qgsserverapiutils.h#L93
QgsServerApiUtils.parseBbox: src/server/qgsserverapiutils.h#L63
QgsServerApiUtils.parseCrs: src/server/qgsserverapiutils.h#L160
QgsServerApiUtils.parseTemporalDateInterval: src/server/qgsserverapiutils.h#L77
QgsServerApiUtils.parseTemporalDateTimeInterval: src/server/qgsserverapiutils.h#L85
QgsServerApiUtils.publishedCrsList: src/server/qgsserverapiutils.h#L223
QgsServerApiUtils.sanitizedFieldValue: src/server/qgsserverapiutils.h#L217
QgsServerApiUtils.temporalExtentList: src/server/qgsserverapiutils.h#L155
QgsServerApiUtils.temporalFilterExpression: src/server/qgsserverapiutils.h#L113
QgsServerApiUtils: src/server/qgsserverapiutils.h#L53
QgsServerCacheFilter.deleteCachedDocument: src/server/qgsservercachefilter.h#L82
QgsServerCacheFilter.deleteCachedDocuments: src/server/qgsservercachefilter.h#L89
QgsServerCacheFilter.deleteCachedImage: src/server/qgsservercachefilter.h#L117
QgsServerCacheFilter.deleteCachedImages: src/server/qgsservercachefilter.h#L124
QgsServerCacheFilter.getCachedDocument: src/server/qgsservercachefilter.h#L63
QgsServerCacheFilter.getCachedImage: src/server/qgsservercachefilter.h#L98
QgsServerCacheFilter.setCachedDocument: src/server/qgsservercachefilter.h#L73
QgsServerCacheFilter.setCachedImage: src/server/qgsservercachefilter.h#L108
QgsServerCacheFilter: src/server/qgsservercachefilter.h#L42
QgsServerCacheManager.deleteCachedDocument: src/server/qgsservercachemanager.h#L87
QgsServerCacheManager.deleteCachedDocuments: src/server/qgsservercachemanager.h#L94
QgsServerCacheManager.deleteCachedImage: src/server/qgsservercachemanager.h#L122
QgsServerCacheManager.deleteCachedImages: src/server/qgsservercachemanager.h#L129
QgsServerCacheManager.getCachedDocument: src/server/qgsservercachemanager.h#L68
QgsServerCacheManager.getCachedImage: src/server/qgsservercachemanager.h#L103
QgsServerCacheManager.registerServerCache: src/server/qgsservercachemanager.h#L136
QgsServerCacheManager.setCachedDocument: src/server/qgsservercachemanager.h#L78
QgsServerCacheManager.setCachedImage: src/server/qgsservercachemanager.h#L113
QgsServerCacheManager: src/server/qgsservercachemanager.h#L41
QgsServerException.formatResponse: src/server/qgsserverexception.h#L64
QgsServerException.responseCode: src/server/qgsserverexception.h#L54
QgsServerException: src/server/qgsserverexception.h#L44
QgsServerFilter.onProjectReady: src/server/qgsserverfilter.h#L116
QgsServerFilter.onRequestReady: src/server/qgsserverfilter.h#L106
QgsServerFilter.onResponseComplete: src/server/qgsserverfilter.h#L127
QgsServerFilter.onSendResponse: src/server/qgsserverfilter.h#L141
QgsServerFilter.requestReady: src/server/qgsserverfilter.h#L69
QgsServerFilter.responseComplete: src/server/qgsserverfilter.h#L81
QgsServerFilter.sendResponse: src/server/qgsserverfilter.h#L96
QgsServerFilter.serverInterface: src/server/qgsserverfilter.h#L58
QgsServerFilter: src/server/qgsserverfilter.h#L43
QgsServerInterface.accessControls: src/server/qgsserverinterface.h#L122
QgsServerInterface.cacheManager: src/server/qgsserverinterface.h#L136
QgsServerInterface.capabilitiesCache: src/server/qgsserverinterface.h#L87
QgsServerInterface.configFilePath: src/server/qgsserverinterface.h#L145
QgsServerInterface.filters: src/server/qgsserverinterface.h#L112
QgsServerInterface.getEnv: src/server/qgsserverinterface.h#L139
QgsServerInterface.registerAccessControl: src/server/qgsserverinterface.h#L119
QgsServerInterface.registerFilter: src/server/qgsserverinterface.h#L100
QgsServerInterface.registerServerCache: src/server/qgsserverinterface.h#L130
QgsServerInterface.reloadSettings: src/server/qgsserverinterface.h#L178
QgsServerInterface.removeConfigCacheEntry: src/server/qgsserverinterface.h#L157
QgsServerInterface.requestHandler: src/server/qgsserverinterface.h#L93
QgsServerInterface.serviceRegistry: src/server/qgsserverinterface.h#L163
QgsServerInterface.setConfigFilePath: src/server/qgsserverinterface.h#L151
QgsServerInterface.setFilters: src/server/qgsserverinterface.h#L106
QgsServerInterface: src/server/qgsserverinterface.h#L60
QgsServerLogger.instance: src/server/qgsserverlogger.h#L42
QgsServerLogger.logLevel: src/server/qgsserverlogger.h#L48
QgsServerLogger.logMessage: src/server/qgsserverlogger.h#L76
QgsServerLogger.setLogFile: src/server/qgsserverlogger.h#L59
QgsServerLogger.setLogLevel: src/server/qgsserverlogger.h#L54
QgsServerLogger.setLogStderr: src/server/qgsserverlogger.h#L65
QgsServerLogger: src/server/qgsserverlogger.h#L34
QgsServerOgcApi.contenTypeFromExtension: src/server/qgsserverogcapi.h#L177
QgsServerOgcApi.contentTypeFromExtension: src/server/qgsserverogcapi.h#L183
QgsServerOgcApi.contentTypeToExtension: src/server/qgsserverogcapi.h#L171
QgsServerOgcApi.contentTypeToStdString: src/server/qgsserverogcapi.h#L166
QgsServerOgcApi.contentTypeToString: src/server/qgsserverogcapi.h#L161
QgsServerOgcApi.description: src/server/qgsserverogcapi.h#L105
QgsServerOgcApi.executeRequest: src/server/qgsserverogcapi.h#L114
QgsServerOgcApi.mimeType: src/server/qgsserverogcapi.h#L188
QgsServerOgcApi.name: src/server/qgsserverogcapi.h#L104
QgsServerOgcApi.registerHandler: src/server/qgsserverogcapi.h#L145
QgsServerOgcApi.relToString: src/server/qgsserverogcapi.h#L156
QgsServerOgcApi.rootPath: src/server/qgsserverogcapi.h#L107
QgsServerOgcApi.sanitizeUrl: src/server/qgsserverogcapi.h#L151
QgsServerOgcApi.version: src/server/qgsserverogcapi.h#L106
QgsServerOgcApi: src/server/qgsserverogcapi.h#L48
QgsServerOgcApiHandler.contentTypeForAccept: src/server/qgsserverogcapihandler.h#L195
QgsServerOgcApiHandler.contentTypeFromRequest: src/server/qgsserverogcapihandler.h#L351
QgsServerOgcApiHandler.defaultContentType: src/server/qgsserverogcapihandler.h#L150
QgsServerOgcApiHandler.description: src/server/qgsserverogcapihandler.h#L133
QgsServerOgcApiHandler.handleRequest: src/server/qgsserverogcapihandler.h#L168
QgsServerOgcApiHandler.href: src/server/qgsserverogcapihandler.h#L323
QgsServerOgcApiHandler.layerFromCollectionId: src/server/qgsserverogcapihandler.h#L362
QgsServerOgcApiHandler.linkTitle: src/server/qgsserverogcapihandler.h#L136
QgsServerOgcApiHandler.linkType: src/server/qgsserverogcapihandler.h#L139
QgsServerOgcApiHandler.operationId: src/server/qgsserverogcapihandler.h#L116
QgsServerOgcApiHandler.parentLink: src/server/qgsserverogcapihandler.h#L356
QgsServerOgcApiHandler.path: src/server/qgsserverogcapihandler.h#L113
QgsServerOgcApiHandler.setContentTypesInt: src/server/qgsserverogcapihandler.h#L385
QgsServerOgcApiHandler.staticPath: src/server/qgsserverogcapihandler.h#L340
QgsServerOgcApiHandler.summary: src/server/qgsserverogcapihandler.h#L130
QgsServerOgcApiHandler.tags: src/server/qgsserverogcapihandler.h#L142
QgsServerOgcApiHandler.templatePath: src/server/qgsserverogcapihandler.h#L333
QgsServerOgcApiHandler.values: src/server/qgsserverogcapihandler.h#L189
QgsServerOgcApiHandler.write: src/server/qgsserverogcapihandler.h#L314
QgsServerOgcApiHandler: src/server/qgsserverogcapihandler.h#L94
QgsServerParameter.name: src/server/qgsserverparameters.h#L247
QgsServerParameter.name: src/server/qgsserverparameters.h#L253
QgsServerParameter.raiseError: src/server/qgsserverparameters.h#L242
QgsServerParameter: src/server/qgsserverparameters.h#L200
QgsServerParameterDefinition.isValid: src/server/qgsserverparameters.h#L70
QgsServerParameterDefinition.loadUrl: src/server/qgsserverparameters.h#L180
QgsServerParameterDefinition.raiseError: src/server/qgsserverparameters.h#L187
QgsServerParameterDefinition.toBool: src/server/qgsserverparameters.h#L157
QgsServerParameterDefinition.toColor: src/server/qgsserverparameters.h#L164
QgsServerParameterDefinition.toDouble: src/server/qgsserverparameters.h#L151
QgsServerParameterDefinition.toExpressionList: src/server/qgsserverparameters.h#L130
QgsServerParameterDefinition.toInt: src/server/qgsserverparameters.h#L144
QgsServerParameterDefinition.toOgcFilterList: src/server/qgsserverparameters.h#L123
QgsServerParameterDefinition.toRectangle: src/server/qgsserverparameters.h#L137
QgsServerParameterDefinition.toString: src/server/qgsserverparameters.h#L76
QgsServerParameterDefinition.toStringList: src/server/qgsserverparameters.h#L84
QgsServerParameterDefinition.toUrl: src/server/qgsserverparameters.h#L172
QgsServerParameterDefinition.typeName: src/server/qgsserverparameters.h#L65
QgsServerParameterDefinition: src/server/qgsserverparameters.h#L34
QgsServerParameters.add: src/server/qgsserverparameters.h#L298
QgsServerParameters.clear: src/server/qgsserverparameters.h#L291
QgsServerParameters.fileName: src/server/qgsserverparameters.h#L355
QgsServerParameters.load: src/server/qgsserverparameters.h#L286
QgsServerParameters.loadParameter: src/server/qgsserverparameters.h#L370
QgsServerParameters.map: src/server/qgsserverparameters.h#L348
QgsServerParameters.remove: src/server/qgsserverparameters.h#L304
QgsServerParameters.remove: src/server/qgsserverparameters.h#L311
QgsServerParameters.request: src/server/qgsserverparameters.h#L341
QgsServerParameters.service: src/server/qgsserverparameters.h#L334
QgsServerParameters.urlQuery: src/server/qgsserverparameters.h#L322
QgsServerParameters.value: src/server/qgsserverparameters.h#L317
QgsServerParameters.version: src/server/qgsserverparameters.h#L362
QgsServerParameters: src/server/qgsserverparameters.h#L264
QgsServerQueryStringParameter.description: src/server/qgsserverquerystringparameter.h#L126
QgsServerQueryStringParameter.hidden: src/server/qgsserverquerystringparameter.h#L151
QgsServerQueryStringParameter.name: src/server/qgsserverquerystringparameter.h#L136
QgsServerQueryStringParameter.setDescription: src/server/qgsserverquerystringparameter.h#L141
QgsServerQueryStringParameter.setHidden: src/server/qgsserverquerystringparameter.h#L158
QgsServerQueryStringParameter.typeName: src/server/qgsserverquerystringparameter.h#L131
QgsServerQueryStringParameter.value: src/server/qgsserverquerystringparameter.h#L103
QgsServerQueryStringParameter: src/server/qgsserverquerystringparameter.h#L47
QgsServerRequest.baseUrl: src/server/qgsserverrequest.h#L237
QgsServerRequest.data: src/server/qgsserverrequest.h#L213
QgsServerRequest.header: src/server/qgsserverrequest.h#L179
QgsServerRequest.header: src/server/qgsserverrequest.h#L186
QgsServerRequest.method: src/server/qgsserverrequest.h#L146
QgsServerRequest.methodToString: src/server/qgsserverrequest.h#L132
QgsServerRequest.originalUrl: src/server/qgsserverrequest.h#L227
QgsServerRequest.parameter: src/server/qgsserverrequest.h#L167
QgsServerRequest.parameters: src/server/qgsserverrequest.h#L152
QgsServerRequest.queryParameter: src/server/qgsserverrequest.h#L248
QgsServerRequest.removeHeader: src/server/qgsserverrequest.h#L206
QgsServerRequest.removeParameter: src/server/qgsserverrequest.h#L172
QgsServerRequest.serverParameters: src/server/qgsserverrequest.h#L157
QgsServerRequest.setBaseUrl: src/server/qgsserverrequest.h#L265
QgsServerRequest.setHeader: src/server/qgsserverrequest.h#L193
QgsServerRequest.setMethod: src/server/qgsserverrequest.h#L242
QgsServerRequest.setOriginalUrl: src/server/qgsserverrequest.h#L258
QgsServerRequest.setParameter: src/server/qgsserverrequest.h#L162
QgsServerRequest.setUrl: src/server/qgsserverrequest.h#L218
QgsServerRequest.url: src/server/qgsserverrequest.h#L141
QgsServerRequest: src/server/qgsserverrequest.h#L37
QgsServerResponse.clear: src/server/qgsserverresponse.h#L179
QgsServerResponse.data: src/server/qgsserverresponse.h#L190
QgsServerResponse.feedback: src/server/qgsserverresponse.h#L203
QgsServerResponse.finish: src/server/qgsserverresponse.h#L165
QgsServerResponse.flush: src/server/qgsserverresponse.h#L174
QgsServerResponse.header: src/server/qgsserverresponse.h#L69
QgsServerResponse.headersSent: src/server/qgsserverresponse.h#L79
QgsServerResponse.io: src/server/qgsserverresponse.h#L160
QgsServerResponse.removeHeader: src/server/qgsserverresponse.h#L64
QgsServerResponse.sendError: src/server/qgsserverresponse.h#L102
QgsServerResponse.setHeader: src/server/qgsserverresponse.h#L58
QgsServerResponse.setStatusCode: src/server/qgsserverresponse.h#L86
QgsServerResponse.statusCode: src/server/qgsserverresponse.h#L91
QgsServerResponse.truncate: src/server/qgsserverresponse.h#L197
QgsServerResponse.write: src/server/qgsserverresponse.h#L109
QgsServerResponse.write: src/server/qgsserverresponse.h#L117
QgsServerResponse.write: src/server/qgsserverresponse.h#L155
QgsServerResponse: src/server/qgsserverresponse.h#L43
QgsServerSettings.allowedExtraSqlTokens: src/server/qgsserversettings.h#L340
QgsServerSettings.apiResourcesDirectory: src/server/qgsserversettings.h#L251
QgsServerSettings.apiWfs3MaxLimit: src/server/qgsserversettings.h#L261
QgsServerSettings.applicationName: src/server/qgsserversettings.h#L350
QgsServerSettings.cacheDirectory: src/server/qgsserversettings.h#L191
QgsServerSettings.cacheSize: src/server/qgsserversettings.h#L185
QgsServerSettings.capabilitiesCacheSize: src/server/qgsserversettings.h#L365
QgsServerSettings.forceReadOnlyLayers: src/server/qgsserversettings.h#L292
QgsServerSettings.getPrintDisabled: src/server/qgsserversettings.h#L303
QgsServerSettings.ignoreBadLayers: src/server/qgsserversettings.h#L272
QgsServerSettings.iniFile: src/server/qgsserversettings.h#L133
QgsServerSettings.landingPageBaseUrlPrefix: src/server/qgsserversettings.h#L241
QgsServerSettings.landingPageProjectsDirectories: src/server/qgsserversettings.h#L227
QgsServerSettings.landingPageProjectsPgConnections: src/server/qgsserversettings.h#L235
QgsServerSettings.load: src/server/qgsserversettings.h#L116
QgsServerSettings.load: src/server/qgsserversettings.h#L122
QgsServerSettings.logFile: src/server/qgsserversettings.h#L172
QgsServerSettings.logLevel: src/server/qgsserversettings.h#L151
QgsServerSettings.logProfile: src/server/qgsserversettings.h#L160
QgsServerSettings.logStderr: src/server/qgsserversettings.h#L179
QgsServerSettings.logSummary: src/server/qgsserversettings.h#L127
QgsServerSettings.maxThreads: src/server/qgsserversettings.h#L145
QgsServerSettings.name: src/server/qgsserversettings.h#L356
QgsServerSettings.overrideSystemLocale: src/server/qgsserversettings.h#L198
QgsServerSettings.parallelRendering: src/server/qgsserversettings.h#L139
QgsServerSettings.projectCacheCheckInterval: src/server/qgsserversettings.h#L315
QgsServerSettings.projectCacheStrategy: src/server/qgsserversettings.h#L330
QgsServerSettings.projectFile: src/server/qgsserversettings.h#L166
QgsServerSettings.serviceUrl: src/server/qgsserversettings.h#L309
QgsServerSettings.showGroupSeparator: src/server/qgsserversettings.h#L205
QgsServerSettings.trustLayerMetadata: src/server/qgsserversettings.h#L282
QgsServerSettings.wmsMaxHeight: src/server/qgsserversettings.h#L212
QgsServerSettings.wmsMaxWidth: src/server/qgsserversettings.h#L219
QgsServerSettings: src/server/qgsserversettings.h#L94
QgsServerSettingsEnv: src/server/qgsserversettings.h#L35
QgsServerStaticHandler.description: src/server/qgsserverstatichandler.h#L47
QgsServerStaticHandler.handleRequest: src/server/qgsserverstatichandler.h#L41
QgsServerStaticHandler.linkTitle: src/server/qgsserverstatichandler.h#L48
QgsServerStaticHandler.linkType: src/server/qgsserverstatichandler.h#L49
QgsServerStaticHandler.operationId: src/server/qgsserverstatichandler.h#L45
QgsServerStaticHandler.path: src/server/qgsserverstatichandler.h#L44
QgsServerStaticHandler.summary: src/server/qgsserverstatichandler.h#L46
QgsServerStaticHandler: src/server/qgsserverstatichandler.h#L28
QgsService.executeRequest: src/server/qgsservice.h#L66
QgsService.name: src/server/qgsservice.h#L56
QgsService.version: src/server/qgsservice.h#L61
QgsService: src/server/qgsservice.h#L38
QgsServiceModule.registerSelf: src/server/qgsservicemodule.h#L60
QgsServiceModule: src/server/qgsservicemodule.h#L40
QgsServiceRegistry.cleanUp: src/server/qgsserviceregistry.h#L142
QgsServiceRegistry.getApi: src/server/qgsserviceregistry.h#L118
QgsServiceRegistry.getService: src/server/qgsserviceregistry.h#L67
QgsServiceRegistry.init: src/server/qgsserviceregistry.h#L137
QgsServiceRegistry.registerApi: src/server/qgsserviceregistry.h#L87
QgsServiceRegistry.registerService: src/server/qgsserviceregistry.h#L79
QgsServiceRegistry.unregisterApi: src/server/qgsserviceregistry.h#L100
QgsServiceRegistry.unregisterService: src/server/qgsserviceregistry.h#L130
QgsServiceRegistry: src/server/qgsserviceregistry.h#L48
QgsStoreBadLayerInfo.badLayers: src/server/qgsstorebadlayerinfo.h#L50
QgsStoreBadLayerInfo.handleBadLayers: src/server/qgsstorebadlayerinfo.h#L44
QgsStoreBadLayerInfo: src/server/qgsstorebadlayerinfo.h#L31

View File

@ -34,10 +34,11 @@ my $debug = 0;
my $sip_output = '';
my $is_qt6 = 0;
my $python_output = '';
my $class_map_file = '';
#my $SUPPORT_TEMPLATE_DOCSTRING = 0;
#die("usage: $0 [-debug] [-template-doc] headerfile\n") unless GetOptions ("debug" => \$debug, "template-doc" => \$SUPPORT_TEMPLATE_DOCSTRING) && @ARGV == 1;
die("usage: $0 [-debug] [-qt6] [-sip_output FILE] [-python_output FILE] headerfile\n")
unless GetOptions ("debug" => \$debug, "sip_output=s" => \$sip_output, "python_output=s" => \$python_output, "qt6" => \$is_qt6) && @ARGV == 1;
die("usage: $0 [-debug] [-qt6] [-sip_output FILE] [-python_output FILE] [-class_map FILE] headerfile\n")
unless GetOptions ("debug" => \$debug, "sip_output=s" => \$sip_output, "python_output=s" => \$python_output, "qt6" => \$is_qt6, "class_map=s" => \$class_map_file) && @ARGV == 1;
my $headerfile = $ARGV[0];
# read file
@ -1400,6 +1401,12 @@ while ($LINE_IDX < $LINE_COUNT){
}
};
$LINE = "$1 $+{classname}";
# append to class map file
if ( $class_map_file ne '' ){
open(FH3, '>>', $class_map_file) or die $!;
print FH3 join(".", @CLASSNAME) . ": $headerfile#L".$LINE_IDX."\n";
close(FH3);
}
# Inheritance
if (defined $+{domain}){
my $m = $+{domain};
@ -2001,6 +2008,15 @@ typedef QgsSettingsEntryEnumFlag<$2> QgsSettingsEntryEnumFlag_$3;
write_output("NOR", "$LINE\n");
# append to class map file
if ( $class_map_file ne '' && defined $ACTUAL_CLASS && $ACTUAL_CLASS ne '' ){
if ($LINE =~ m/^ *(const |virtual |static )* *[\w:]+ +\*?(?<method>\w+)\(.*$/){
open(FH3, '>>', $class_map_file) or die $!;
print FH3 join(".", @CLASSNAME) . "." . $+{method} .": $headerfile#L".$LINE_IDX."\n";
close(FH3);
}
}
if ($PYTHON_SIGNATURE ne '') {
write_output("PSI", "$PYTHON_SIGNATURE\n");
}

View File

@ -15,15 +15,19 @@
###########################################################################
set -e
# TEMPLATE_DOC=""
# while :; do
# case $1 in
# -t|--template-doc) TEMPLATE_DOC="-template-doc"
# ;;
# *) break
# esac
# shift
# done
CLASS_MAP=0
while getopts "m" opt; do
case $opt in
m)
CLASS_MAP=1
;;
\?)
echo "Invalid option: -$OPTARG" >&2
exit 1
;;
esac
done
shift $((OPTIND-1))
DIR=$(git rev-parse --show-toplevel)
@ -50,9 +54,11 @@ for root_dir in python python/PyQt6; do
fi
for module in "${modules[@]}"; do
module_dir=${root_dir}/${module}
rm ${module_dir}/class_map.yaml || true
touch ${module_dir}/class_map.yaml
# clean auto_additions and auto_generated folders
rm -rf ${module_dir}/auto_additions/*.py
rm -rf ${module_dir}/auto_generated/*.py
@ -71,7 +77,11 @@ It is not aimed to be manually edited
else
path=$(${GP}sed -r 's@/[^/]+$@@' <<< $sipfile)
mkdir -p python/$path
./scripts/sipify.pl $IS_QT6 -s ${root_dir}/$sipfile.in -p ${module_dir}/auto_additions/${pyfile} $header &
CLASS_MAP_CALL=
if [[ ${CLASS_MAP} -eq 1 ]]; then
CLASS_MAP_CALL="-c ${module_dir}/class_map.yaml"
fi
./scripts/sipify.pl $IS_QT6 -s ${root_dir}/${sipfile}.in -p ${module_dir}/auto_additions/${pyfile} ${CLASS_MAP_CALL} ${header} &
fi
count=$((count+1))
done < <( ${GP}sed -n -r "s@^%Include auto_generated/(.*\.sip)@${module}/auto_generated/\1@p" python/${module}/${module}_auto.sip )
@ -79,6 +89,16 @@ It is not aimed to be manually edited
done
wait # wait for sipify processes to finish
if [[ ${CLASS_MAP} -eq 1 ]]; then
for root_dir in python python/PyQt6; do
for module in "${modules[@]}"; do
module_dir=${root_dir}/${module}
echo "sorting ${module_dir}/class_map.yaml"
sort -n -o ${module_dir}/class_map.yaml ${module_dir}/class_map.yaml
done
done
fi
echo " => $count files sipified! 🍺"
popd > /dev/null

View File

@ -26,7 +26,7 @@
EXCLUDE_SCRIPT_LIST='(\.(xml|sip|pl|sh|badquote|cmake(\.in)?)|^(debian/copyright|cmake_templates/.*|tests/testdata/labeling/README.rst|tests/testdata/font/QGIS-Vera/COPYRIGHT.TXT|doc/debian/build/))$'
# always exclude these files
EXCLUDE_EXTERNAL_LIST='((\.(svg|qgs|laz|las|png|lock|sip\.in))|resources/cpt-city-qgis-min/.*|resources/server/src/.*|resources/server/api/ogc/static/landingpage/js/.*|tests/testdata/.*|doc/api_break.dox|NEWS.md)$'
EXCLUDE_EXTERNAL_LIST='((\.(svg|qgs|laz|las|png|lock|sip\.in))|resources/cpt-city-qgis-min/.*|resources/server/src/.*|resources/server/api/ogc/static/landingpage/js/.*|tests/testdata/.*|doc/api_break.dox|NEWS.md|python/.*/class_map.yaml)$'
DIR=$(git rev-parse --show-toplevel)/scripts/spell_check