stratified_packager.main

Main plugin module.

Classes

StratifiedPackager(iface)

The plugin entry object: wires the provider, settings UI and defaults pages.

class stratified_packager.main.StratifiedPackager(iface)[source]

The plugin entry object: wires the provider, settings UI and defaults pages.

Parameters:

iface (QgisInterface)

__init__(iface)[source]

Initialize the plugin and install its translator.

Parameters:

iface (QgisInterface) – The running QGIS interface handle.

_open_layers_dialog()[source]

Open the all-layers packaging-settings dialog.

Return type:

int

_teardown_factories()[source]

Unregister the Options, Project and Layer widget factories.

Return type:

None

_teardown_menu_actions()[source]

Remove and delete every menu action added in initGui().

Return type:

None

_teardown_provider()[source]

Disconnect the §5 refresh hookups, then unregister the Processing provider.

Return type:

None

initGui()[source]

Set up plugin UI elements.

Return type:

None

initProcessing()[source]

Initialize the processing provider.

Return type:

None

unload()[source]

Clean up when plugin is disabled/uninstalled.

Return type:

None

_abc_impl = <_abc._abc_data object>
_is_protocol = False