mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-04 00:04:03 -04:00
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.
6 lines
263 B
Python
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
|