Module: safe_qgis.options_dialog

InaSAFE Disaster risk assessment tool developed by AusAid - Options Dialog.

Contact : ole.moller.nielsen@gmail.com

Note

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

Todo

Check raster is single band

class safe_qgis.options_dialog.OptionsDialog(parent, iface, theDock=None)[source]

Options dialog for the InaSAFE plugin.

accept()[source]

Method invoked when ok button is clicked Args:

None
Returns:
None

Raises:

on_toolKeywordCachePath_clicked()[source]

Autoconnect slot activated when the select cache file tool button is clicked, Args:

None
Returns:
None
Raises:
None
restoreState()[source]
Args: Reinstate the options based on the user’s stored session info
None
Returns:
None

Raises:

saveState()[source]
Args: Store the options into the user’s stored session info
None
Returns:
None

Raises:

showHelp()[source]

Load the help text for the options safe_qgis

This module forms part of the InaSAFE tool.

Previous topic

Module: safe_qgis.impact_calculator_thread

Next topic

Module: safe_qgis.map

This Page