MacroPlugin

Main QGIS plugin class that registers the macro dev tool.

class macro_plugin.plugin.MacroPlugin[source]

Bases: _QObjectStub

QGIS plugin that provides macro recording and playback in dev tools.

name = 'Macros'
initGui()[source]

Set up loggers and register the macro panel factory.

Return type:

None

unload()[source]

Tear down loggers and unregister the macro panel factory.

Return type:

None