QGIS/python/gui/auto_additions/qgsgpstoolsinterface.py
Germán Carrillo cb8d1aacaa Refactor of GPS tools exposed via iface:
Introduce abstract QgsGpsToolsInterface and its subclass QgsAppGpsTools, which can be accessed via iface.gpsTools()
Deprecate existent GPS method in iface and move it to GPS tools.
2025-05-06 13:21:26 -05:00

6 lines
263 B
Python

# The following has been generated automatically from src/gui/qgsgpstoolsinterface.h
try:
QgsGpsToolsInterface.__abstract_methods__ = ['setGpsPanelConnection', 'createFeatureFromGpsTrack', 'setGpsTrackLineSymbol']
except (NameError, AttributeError):
pass