Home
last modified time | relevance | path

Searched refs:ProviderContextMenuActions (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/qgis/qgis-3.22.3/python/plugins/processing/gui/
H A DProviderActions.py40 class ProviderContextMenuActions(object): class
47 ProviderContextMenuActions.actions.extend(actions)
53 ProviderContextMenuActions.actions.remove(act)
H A DProcessingToolbox.py49 ProviderContextMenuActions)
202 actions = ProviderContextMenuActions.actions
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/processing/gui/
H A DProviderActions.py40 class ProviderContextMenuActions(object): class
47 ProviderContextMenuActions.actions.extend(actions)
53 ProviderContextMenuActions.actions.remove(act)
H A DProcessingToolbox.py49 ProviderContextMenuActions)
202 actions = ProviderContextMenuActions.actions
/dports/graphics/qgis/qgis-3.22.3/python/plugins/processing/preconfigured/
H A DPreconfiguredAlgorithmProvider.py31 from processing.gui.ProviderActions import ProviderContextMenuActions
55 ProviderContextMenuActions.registerProviderContextMenuActions(self.contextMenuActions)
60 ProviderContextMenuActions.deregisterProviderContextMenuActions(self.contextMenuActions)
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/processing/preconfigured/
H A DPreconfiguredAlgorithmProvider.py31 from processing.gui.ProviderActions import ProviderContextMenuActions
55 ProviderContextMenuActions.registerProviderContextMenuActions(self.contextMenuActions)
60 ProviderContextMenuActions.deregisterProviderContextMenuActions(self.contextMenuActions)
/dports/graphics/qgis/qgis-3.22.3/python/plugins/processing/script/
H A DScriptAlgorithmProvider.py35 ProviderContextMenuActions)
71 ProviderContextMenuActions.registerProviderContextMenuActions(self.contextMenuActions)
82 ProviderContextMenuActions.deregisterProviderContextMenuActions(self.contextMenuActions)
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/processing/script/
H A DScriptAlgorithmProvider.py35 ProviderContextMenuActions)
71 ProviderContextMenuActions.registerProviderContextMenuActions(self.contextMenuActions)
82 ProviderContextMenuActions.deregisterProviderContextMenuActions(self.contextMenuActions)
/dports/graphics/qgis/qgis-3.22.3/python/plugins/processing/modeler/
H A DModelerAlgorithmProvider.py37 ProviderContextMenuActions)
75 ProviderContextMenuActions.registerProviderContextMenuActions(self.contextMenuActions)
83 ProviderContextMenuActions.deregisterProviderContextMenuActions(self.contextMenuActions)
/dports/graphics/qgis-ltr/qgis-3.16.16/python/plugins/processing/modeler/
H A DModelerAlgorithmProvider.py37 ProviderContextMenuActions)
75 ProviderContextMenuActions.registerProviderContextMenuActions(self.contextMenuActions)
83 ProviderContextMenuActions.deregisterProviderContextMenuActions(self.contextMenuActions)