Module: safe_qgis.impact_functions_doc

InaSAFE Disaster risk assessment tool developed by AusAid - Impact Functions 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.

class safe_qgis.impact_functions_doc.ImpactFunctionsDoc(theParent=None, dict_filter=None)[source]

ImpactFunctions Dialog for InaSAFE.

displayHtml(theMessage)[source]

Given an html snippet, wrap it in a page header and footer and display it in the wvResults widget.

generate_combo_box_content()[source]

Generate list for each combo box’s content.

htmlFooter()[source]

Get a standard html footer for wrapping content in.

htmlHeader()[source]

Get a standard html header for wrapping content in.

populate_combo_box()[source]

Populate item in each combo box.

reset_button_clicked()[source]

Function when reset button is clicked. All combo box become No Filter. Updating table according to the filter.

showHelp()[source]

Load the help text for the keywords safe_qgis

showImpactFunctionsTable()[source]

Show table of impact functions.

update_table()[source]

Updating table according to the filter.

This module forms part of the InaSAFE tool.

Previous topic

Module: safe_qgis.function_options_dialog_base

Next topic

Module: safe_qgis.utilities_test

This Page