mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-01 00:09:14 -04:00
8 lines
319 B
Python
8 lines
319 B
Python
# The following has been generated automatically from src/gui/qgsmapcanvasitem.h
|
|
try:
|
|
QgsMapCanvasItem.__virtual_methods__ = ['updatePosition']
|
|
QgsMapCanvasItem.__abstract_methods__ = ['paint']
|
|
QgsMapCanvasItem.__overridden_methods__ = ['paint', 'boundingRect']
|
|
except (NameError, AttributeError):
|
|
pass
|