From 94eff7a1bca663da3555d1306a3d3d1727c1e5b0 Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Thu, 29 Aug 2024 16:51:14 +1000 Subject: [PATCH] Skip the global objects from qgsstyle.h (#173) These aren't useful for plugins, and because they are in the global space they clutter up the core class list --- pyqgis_conf.yml | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/pyqgis_conf.yml b/pyqgis_conf.yml index b4d695847ba0..f4a8c64e81cd 100644 --- a/pyqgis_conf.yml +++ b/pyqgis_conf.yml @@ -8,7 +8,36 @@ current_ltr: '3.34' skipped: - PyProviderMetadata - Enum - + - SymbolTable + - SymbolId + - SymbolName + - SymbolXML + - SymbolFavoriteId + - TagTable + - TagId + - TagName + - TagmapTable + - TagmapTagId + - TagmapSymbolId + - ColorrampTable + - ColorrampId + - ColorrampName + - ColorrampXML + - ColorrampFavoriteId + - TextFormatTable + - TextFormatId + - TextFormatName + - TextFormatXML + - TextFormatFavoriteId + - LabelSettingsTable + - LabelSettingsId + - LabelSettingsName + - LabelSettingsXML + - LabelSettingsFavoriteId + - SmartgroupTable + - SmartgroupId + - SmartgroupName + - SmartgroupXML non-instantiable: - qgis.core.QgsRunProcess