mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-16 00:05:45 -04:00
11 lines
913 B
Python
11 lines
913 B
Python
# The following has been generated automatically from src/core/layout/qgslayoutitemattributetable.h
|
|
QgsLayoutItemAttributeTable.LayerAttributes = QgsLayoutItemAttributeTable.ContentSource.LayerAttributes
|
|
QgsLayoutItemAttributeTable.AtlasFeature = QgsLayoutItemAttributeTable.ContentSource.AtlasFeature
|
|
QgsLayoutItemAttributeTable.RelationChildren = QgsLayoutItemAttributeTable.ContentSource.RelationChildren
|
|
try:
|
|
QgsLayoutItemAttributeTable.create = staticmethod(QgsLayoutItemAttributeTable.create)
|
|
QgsLayoutItemAttributeTable.__overridden_methods__ = ['type', 'icon', 'displayName', 'getTableContents', 'conditionalCellStyle', 'textFormatForCell', 'scopeForCell', 'createExpressionContext', 'finalizeRestoreFromXml', 'refreshDataDefinedProperty', 'writePropertiesToElement', 'readPropertiesFromElement']
|
|
QgsLayoutItemAttributeTable.__group__ = ['layout']
|
|
except (NameError, AttributeError):
|
|
pass
|