QGIS/python/core/auto_additions/qgscptcityarchive.py
Nyall Dawson f21722a0f1 [sipify] Minor cleanup to auto additions
Condense injections into a single block instead of multiple
separate blocks
2024-09-09 16:56:29 +10:00

48 lines
3.2 KiB
Python

# The following has been generated automatically from src/core/symbology/qgscptcityarchive.h
try:
QgsCptCityDataItem.__attribute_docs__ = {'beginInsertItems': 'Emitted before child items are added to this item.\n\nThis signal *must* be followed by :py:func:`~QgsCptCityDataItem.endInsertItems`.\n\n:param parent: the parent item having children added\n:param first: index of first child item to be added\n:param last: index last child item, after the addition has occurred\n\n.. seealso:: :py:func:`endInsertItems`\n', 'endInsertItems': 'Emitted after child items have been added to this data item.\n\nThis signal will always be preceded by :py:func:`~QgsCptCityDataItem.beginInsertItems`.\n\n.. seealso:: :py:func:`beginInsertItems`\n', 'beginRemoveItems': 'Emitted before child items are removed from this data item.\n\nThis signal *must* be followed by :py:func:`~QgsCptCityDataItem.endRemoveItems`.\n\n:param parent: the parent item having children removed\n:param first: index of first child item to be removed\n:param last: index of the last child item to be removed\n\n.. seealso:: :py:func:`endRemoveItems`\n', 'endRemoveItems': 'Emitted after child items have been removed from this data item.\n\nThis signal will always be preceded by :py:func:`~QgsCptCityDataItem.beginRemoveItems`.\n\n.. seealso:: :py:func:`beginRemoveItems`\n'}
QgsCptCityDataItem.findItem = staticmethod(QgsCptCityDataItem.findItem)
QgsCptCityDataItem.__signal_arguments__ = {'beginInsertItems': ['parent: QgsCptCityDataItem', 'first: int', 'last: int'], 'beginRemoveItems': ['parent: QgsCptCityDataItem', 'first: int', 'last: int']}
QgsCptCityDataItem.__group__ = ['symbology']
except NameError:
pass
try:
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)
QgsCptCityArchive.__group__ = ['symbology']
except NameError:
pass
try:
QgsCptCityDirectoryItem.dataItem = staticmethod(QgsCptCityDirectoryItem.dataItem)
QgsCptCityDirectoryItem.__group__ = ['symbology']
except NameError:
pass
try:
QgsCptCityColorRampItem.__group__ = ['symbology']
except NameError:
pass
try:
QgsCptCityCollectionItem.__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