mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-01 00:09:14 -04:00
This will allow us to logically create subgroups for PyQGIS modules in the API reference guide
54 lines
2.2 KiB
Python
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
|