コード例 #1
0
 def show_help(self):
     """Load the help text for the dialog."""
     show_context_help(self.help_context)
コード例 #2
0
 def show_help(self):
     """Load the help text for the impact functions dialog."""
     show_context_help('impact_functions')
コード例 #3
0
ファイル: test_help.py プロジェクト: feyeandal/inasafe
    def test_keywords_help(self):
        """Test help works with context set to 'keywords'"""

        # TODO this test is largely meaningless - try to come up with a
        # better approach...
        show_context_help(context='keywords')
コード例 #4
0
    def test_keywords_help(self):
        """Test help works with context set to 'keywords'"""

        # TODO this test is largely meaningless - try to come up with a
        # better approach...
        show_context_help(context='keywords')
コード例 #5
0
 def show_help(self):
     """Load the help text for the keywords dialog."""
     show_context_help(context="keywords")
コード例 #6
0
 def show_help():
     """Load the help text for the dialog."""
     show_context_help('impact_layer_merge_tool')
コード例 #7
0
ファイル: options_dialog.py プロジェクト: feyeandal/inasafe
 def show_help(self):
     """Show context help for the options dialog."""
     show_context_help('options')
コード例 #8
0
ファイル: impact_report_dialog.py プロジェクト: essc/inasafe
 def show_help(self):
     """Show context help for the impact report dialog."""
     show_context_help('reports')
コード例 #9
0
 def show_help(self):
     """Load the help text for the keywords dialog."""
     show_context_help(context='keywords')
コード例 #10
0
ファイル: keywords_dialog.py プロジェクト: cccs-ip/inasafe
 def show_help(self):
     """Load the help text for the keywords dialog."""
     show_context_help(context='keywords_editor')
コード例 #11
0
 def show_help():
     """Load the help text for the dialog."""
     show_context_help('impact_layer_merge_tool')
コード例 #12
0
 def show_help():
     """Load the help text for the minimum needs dialog."""
     show_context_help('minimum_needs')
コード例 #13
0
 def show_help():
     """Show context help for the converter dialog."""
     show_context_help('converter')
コード例 #14
0
ファイル: minimum_needs.py プロジェクト: essc/inasafe
 def show_help():
     """Load the help text for the minimum needs dialog."""
     show_context_help('minimum_needs')
コード例 #15
0
 def show_help(self):
     """Show context help for the batch dialog."""
     show_context_help('batch_runner')
コード例 #16
0
 def show_help(self):
     """Show context help for the converter dialog."""
     show_context_help('converter')
コード例 #17
0
ファイル: function_browser.py プロジェクト: essc/inasafe
 def show_help(self):
     """Load the help text for the impact functions dialog."""
     show_context_help('impact_functions')
コード例 #18
0
ファイル: batch_dialog.py プロジェクト: opengeogroep/inasafe
 def show_help(self):
     """Show context help for the batch dialog."""
     show_context_help('batch_runner')
コード例 #19
0
ファイル: osm_downloader.py プロジェクト: borysiasty/inasafe
 def show_help(self):
     """Load the help text for the dialog."""
     show_context_help(self.help_context)
コード例 #20
0
 def show_help(self):
     """Show context help for the impact report dialog."""
     show_context_help('reports')
コード例 #21
0
ファイル: osm_downloader.py プロジェクト: danylaksono/inasafe
 def show_help(self):
     """Load the help text for the dialog."""
     show_context_help('openstreetmap_downloader')
コード例 #22
0
 def show_help(self):
     """Show context help for the options dialog."""
     show_context_help('options')
コード例 #23
0
 def show_help(self):
     """Load the help text for the dialog."""
     show_context_help('openstreetmap_downloader')