!_TAG_FILE_FORMAT	2	/extended format; --format=1 will not append ;" to lines/
!_TAG_FILE_SORTED	1	/0=unsorted, 1=sorted, 2=foldcase/
!_TAG_OUTPUT_EXCMD	mixed	/number, pattern, mixed, or combineV2/
!_TAG_OUTPUT_FILESEP	slash	/slash or backslash/
!_TAG_OUTPUT_MODE	u-ctags	/u-ctags or e-ctags/
!_TAG_PATTERN_LENGTH_LIMIT	96	/0 for no limit/
!_TAG_PROC_CWD	/home/jschnell/src/orstools-qgis-plugin/ORStools/utils/	//
!_TAG_PROGRAM_AUTHOR	Universal Ctags Team	//
!_TAG_PROGRAM_NAME	Universal Ctags	/Derived from Exuberant Ctags/
!_TAG_PROGRAM_URL	https://ctags.io/	/official site/
!_TAG_PROGRAM_VERSION	5.9.0	//
ApiError	exceptions.py	/^class ApiError(Exception):$/;"	c
DuplicateError	exceptions.py	/^class DuplicateError(Exception):$/;"	c
GenericServerError	exceptions.py	/^class GenericServerError(Exception):$/;"	c
GuiUtils	gui.py	/^class GuiUtils:$/;"	c
InvalidKey	exceptions.py	/^class InvalidKey(Exception):$/;"	c
LineTool	maptools.py	/^class LineTool(QgsMapToolEmitPoint):$/;"	c
OverQueryLimit	exceptions.py	/^class OverQueryLimit(Exception):$/;"	c
Timeout	exceptions.py	/^class Timeout(Exception):$/;"	c
__author__	gui.py	/^__author__ = "(C) 2018 by Nyall Dawson"$/;"	v
__copyright__	gui.py	/^__copyright__ = "Copyright 2018, North Road"$/;"	v
__date__	gui.py	/^__date__ = "20\/04\/2018"$/;"	v
__init__	exceptions.py	/^    def __init__(self, message=None):$/;"	m	class:DuplicateError
__init__	exceptions.py	/^    def __init__(self, status, message):$/;"	m	class:InvalidKey
__init__	exceptions.py	/^    def __init__(self, status, message=None):$/;"	m	class:ApiError
__init__	exceptions.py	/^    def __init__(self, status, message=None):$/;"	m	class:GenericServerError
__init__	exceptions.py	/^    def __init__(self, status, message=None):$/;"	m	class:OverQueryLimit
__init__	maptools.py	/^    def __init__(self, dlg):$/;"	m	class:LineTool
__revision__	gui.py	/^__revision__ = "$Format:%H$"$/;"	v
__source__	gui.py	/^__source__ = "https:\/\/github.com\/felt\/qgis-plugin\/blob\/main\/felt\/gui\/gui_utils.py"$/;"	v
__str__	exceptions.py	/^    def __str__(self):$/;"	m	class:ApiError
__str__	exceptions.py	/^    def __str__(self):$/;"	m	class:DuplicateError
__str__	exceptions.py	/^    def __str__(self):$/;"	m	class:GenericServerError
__str__	exceptions.py	/^    def __str__(self):$/;"	m	class:InvalidKey
__str__	exceptions.py	/^    def __str__(self):$/;"	m	class:OverQueryLimit
_toggle_preview	maptools.py	/^    def _toggle_preview(self) -> None:$/;"	m	class:LineTool	typeref:typename:None
api_key_message_bar	maptools.py	/^    def api_key_message_bar(self) -> None:$/;"	m	class:LineTool	typeref:typename:None
canvasDoubleClickEvent	maptools.py	/^    def canvasDoubleClickEvent(self, e: QEvent) -> None:$/;"	m	class:LineTool	typeref:typename:None
canvasMoveEvent	maptools.py	/^    def canvasMoveEvent(self, e: QEvent) -> None:$/;"	m	class:LineTool	typeref:typename:None
canvasPressEvent	maptools.py	/^    def canvasPressEvent(self, event: QEvent) -> None:$/;"	m	class:LineTool	typeref:typename:None
canvasReleaseEvent	maptools.py	/^    def canvasReleaseEvent(self, event: QEvent) -> None:$/;"	m	class:LineTool	typeref:typename:None
check_annotation_hover	maptools.py	/^    def check_annotation_hover(self, pos: QMouseEvent) -> int:$/;"	m	class:LineTool	typeref:typename:int
create_field_legacy_qgis	wrapper.py	/^def create_field_legacy_qgis($/;"	f	typeref:typename:QgsField
create_field_qgis_3_38_plus	wrapper.py	/^def create_field_qgis_3_38_plus($/;"	f	typeref:typename:QgsField
create_qgs_field	wrapper.py	/^def create_qgs_field($/;"	f	typeref:typename:QgsField
create_rubber_band	maptools.py	/^    def create_rubber_band(self) -> None:$/;"	m	class:LineTool	typeref:typename:None
deactivate	maptools.py	/^    def deactivate(self):$/;"	m	class:LineTool
decode_extrainfo	convert.py	/^def decode_extrainfo(extra_info: str, key: int) -> Union[int, str]:$/;"	f	typeref:typename:Union[int,str]
decode_polyline	convert.py	/^def decode_polyline(polyline: str, is3d: bool = False) -> list:$/;"	f	typeref:typename:list
doubleClicked	maptools.py	/^    doubleClicked = pyqtSignal()$/;"	v	class:LineTool
get_error_code	maptools.py	/^    def get_error_code(self, e: QEvent) -> int:$/;"	m	class:LineTool	typeref:typename:int
get_icon	gui.py	/^    def get_icon(icon: str) -> QIcon:$/;"	m	class:GuiUtils	typeref:typename:QIcon
get_params_optimize	processing.py	/^def get_params_optimize(point_list: List[QgsPointXY], ors_profile: str, mode: int) -> dict:$/;"	f	typeref:typename:dict
get_snapped_point_features	processing.py	/^def get_snapped_point_features(response: dict, og_features=None, feedback=None) -> list:$/;"	f	typeref:typename:list
get_ui_file_path	gui.py	/^    def get_ui_file_path(file: str) -> str:$/;"	m	class:GuiUtils	typeref:typename:str
keyPressEvent	maptools.py	/^    def keyPressEvent(self, event: QEvent) -> None:$/;"	m	class:LineTool	typeref:typename:None
log	logger.py	/^def log(message: str, level_in: int = 0):$/;"	f
mouseMoved	maptools.py	/^    mouseMoved = pyqtSignal(["QPoint"])$/;"	v	class:LineTool
pointPressed	maptools.py	/^    pointPressed = pyqtSignal(["QPoint"])$/;"	v	class:LineTool
pointReleased	maptools.py	/^    pointReleased = pyqtSignal(["QEvent", "int"])$/;"	v	class:LineTool
radius_message_box	maptools.py	/^    def radius_message_box(self, e) -> None:$/;"	m	class:LineTool	typeref:typename:None
read_config	configmanager.py	/^def read_config() -> dict:$/;"	f	typeref:typename:dict
read_help_file	processing.py	/^def read_help_file(algorithm: str, locale: str = ""):$/;"	f
reset	maptools.py	/^    def reset(self):$/;"	m	class:LineTool
route_as_layer	router.py	/^def route_as_layer(dlg):$/;"	f
save_last_point	maptools.py	/^    def save_last_point(self, point: QgsPointXY, annotation: QgsAnnotation) -> None:$/;"	m	class:LineTool	typeref:typename:None
tr	processing.py	/^def tr(string: str) -> str:$/;"	f	typeref:typename:str
tr	router.py	/^def tr(string: str) -> str:$/;"	f	typeref:typename:str
transformToWGS	transform.py	/^def transformToWGS(old_crs: QgsCoordinateReferenceSystem) -> QgsCoordinateTransform:$/;"	f	typeref:typename:QgsCoordinateTransform
write_config	configmanager.py	/^def write_config(new_config: dict) -> None:$/;"	f	typeref:typename:None
write_env_var	configmanager.py	/^def write_env_var(key: str, value: str) -> None:$/;"	f	typeref:typename:None
