mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-05 00:09:32 -04:00
10 lines
811 B
Python
10 lines
811 B
Python
# The following has been generated automatically from src/core/layout/qgslayoutmultiframe.h
|
|
try:
|
|
QgsLayoutMultiFrame.__attribute_docs__ = {'contentsChanged': 'Emitted when the contents of the multi frame have changed and the frames\nmust be redrawn.\n'}
|
|
QgsLayoutMultiFrame.__virtual_methods__ = ['icon', 'fixedFrameSize', 'minFrameSize', 'addFrame', 'findNearbyPageBreak', 'displayName', 'finalizeRestoreFromXml', 'recalculateFrameSizes', 'refreshDataDefinedProperty', 'writePropertiesToElement', 'readPropertiesFromElement']
|
|
QgsLayoutMultiFrame.__abstract_methods__ = ['totalSize', 'type', 'render']
|
|
QgsLayoutMultiFrame.__overridden_methods__ = ['createCommand', 'createExpressionContext', 'refresh']
|
|
QgsLayoutMultiFrame.__group__ = ['layout']
|
|
except (NameError, AttributeError):
|
|
pass
|