QGIS/python/PyQt6/core/auto_additions/qgscptcityarchive.py
Nyall Dawson 3f481b568e Record header subfolders as __group__ attribute in PyQGIS classes
This will allow us to logically create subgroups for PyQGIS modules
in the API reference guide
2024-08-17 20:13:12 +10:00

54 lines
2.2 KiB
Python

# The following has been generated automatically from src/core/symbology/qgscptcityarchive.h
QgsCptCityDataItem.ColorRamp = QgsCptCityDataItem.Type.ColorRamp
QgsCptCityDataItem.Collection = QgsCptCityDataItem.Type.Collection
QgsCptCityDataItem.Directory = QgsCptCityDataItem.Type.Directory
QgsCptCityDataItem.Selection = QgsCptCityDataItem.Type.Selection
QgsCptCityDataItem.AllRamps = QgsCptCityDataItem.Type.AllRamps
QgsCptCityBrowserModel.Authors = QgsCptCityBrowserModel.ViewType.Authors
QgsCptCityBrowserModel.Selections = QgsCptCityBrowserModel.ViewType.Selections
QgsCptCityBrowserModel.List = QgsCptCityBrowserModel.ViewType.List
QgsCptCityArchive.defaultBaseDir = staticmethod(QgsCptCityArchive.defaultBaseDir)
QgsCptCityArchive.findFileName = staticmethod(QgsCptCityArchive.findFileName)
QgsCptCityArchive.copyingInfo = staticmethod(QgsCptCityArchive.copyingInfo)
QgsCptCityArchive.description = staticmethod(QgsCptCityArchive.description)
QgsCptCityArchive.initArchives = staticmethod(QgsCptCityArchive.initArchives)
QgsCptCityArchive.initArchive = staticmethod(QgsCptCityArchive.initArchive)
QgsCptCityArchive.initDefaultArchive = staticmethod(QgsCptCityArchive.initDefaultArchive)
QgsCptCityArchive.clearArchives = staticmethod(QgsCptCityArchive.clearArchives)
QgsCptCityArchive.defaultArchive = staticmethod(QgsCptCityArchive.defaultArchive)
QgsCptCityArchive.archiveRegistry = staticmethod(QgsCptCityArchive.archiveRegistry)
QgsCptCityDataItem.findItem = staticmethod(QgsCptCityDataItem.findItem)
QgsCptCityDirectoryItem.dataItem = staticmethod(QgsCptCityDirectoryItem.dataItem)
try:
QgsCptCityArchive.__group__ = ['symbology']
except NameError:
pass
try:
QgsCptCityDataItem.__group__ = ['symbology']
except NameError:
pass
try:
QgsCptCityColorRampItem.__group__ = ['symbology']
except NameError:
pass
try:
QgsCptCityCollectionItem.__group__ = ['symbology']
except NameError:
pass
try:
QgsCptCityDirectoryItem.__group__ = ['symbology']
except NameError:
pass
try:
QgsCptCitySelectionItem.__group__ = ['symbology']
except NameError:
pass
try:
QgsCptCityAllRampsItem.__group__ = ['symbology']
except NameError:
pass
try:
QgsCptCityBrowserModel.__group__ = ['symbology']
except NameError:
pass