mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
This will allow us to logically create subgroups for PyQGIS modules in the API reference guide
19 lines
1.0 KiB
Python
19 lines
1.0 KiB
Python
# The following has been generated automatically from src/core/browser/qgslayeritem.h
|
|
QgsLayerItem.typeFromMapLayer = staticmethod(QgsLayerItem.typeFromMapLayer)
|
|
QgsLayerItem.layerTypeAsString = staticmethod(QgsLayerItem.layerTypeAsString)
|
|
QgsLayerItem.iconName = staticmethod(QgsLayerItem.iconName)
|
|
QgsLayerItem.iconForWkbType = staticmethod(QgsLayerItem.iconForWkbType)
|
|
QgsLayerItem.iconPoint = staticmethod(QgsLayerItem.iconPoint)
|
|
QgsLayerItem.iconLine = staticmethod(QgsLayerItem.iconLine)
|
|
QgsLayerItem.iconPolygon = staticmethod(QgsLayerItem.iconPolygon)
|
|
QgsLayerItem.iconTable = staticmethod(QgsLayerItem.iconTable)
|
|
QgsLayerItem.iconRaster = staticmethod(QgsLayerItem.iconRaster)
|
|
QgsLayerItem.iconDefault = staticmethod(QgsLayerItem.iconDefault)
|
|
QgsLayerItem.iconMesh = staticmethod(QgsLayerItem.iconMesh)
|
|
QgsLayerItem.iconVectorTile = staticmethod(QgsLayerItem.iconVectorTile)
|
|
QgsLayerItem.iconPointCloud = staticmethod(QgsLayerItem.iconPointCloud)
|
|
try:
|
|
QgsLayerItem.__group__ = ['browser']
|
|
except NameError:
|
|
pass
|