|
GRASS Programmer's Manual
6.4.2(2012)
|
Search module window (used in MenuTreeWindow) More...
Public Member Functions | |
| def | __init__ |
| def | GetSelection |
| Get selected element. | |
| def | SetSelection |
| Set selection element. | |
| def | OnSearchModule |
| Search module by keywords or description. | |
| def | OnSelectModule |
| Module selected from choice, update command prompt. | |
| def | Reset |
| Reset widget. | |
Data Fields | |
| showTip | |
| showChoice | |
| cmdPrompt | |
| box | |
| searchBy | |
| search | |
| searchTip | |
| searchChoice | |
Search module window (used in MenuTreeWindow)
| def gui_modules.ghelp.SearchModuleWindow.GetSelection | ( | self | ) |
Get selected element.
Definition at line 134 of file ghelp.py.
References gui_modules.ghelp.SearchModuleWindow._searchDict.
Referenced by gui_modules.location_wizard.TransList.OnDrawItem(), gui_modules.nviz_preferences.NvizPreferencesDialog.OnSave(), gui_modules.nviz_tools.NvizPreferencesDialog.OnSave(), gui_modules.ghelp.ItemTree.OnShowItem(), and gui_modules.menuform.GNotebook.SetSelectionByName().
| def gui_modules.ghelp.SearchModuleWindow.OnSearchModule | ( | self, | |
| event | |||
| ) |
Search module by keywords or description.
Definition at line 144 of file ghelp.py.
References gui_modules.ghelp.SearchModuleWindow.cmdPrompt, and gui_modules.ghelp.SearchModuleWindow.showTip.
| def gui_modules.ghelp.SearchModuleWindow.OnSelectModule | ( | self, | |
| event | |||
| ) |
Module selected from choice, update command prompt.
Definition at line 193 of file ghelp.py.
References gui_modules.ghelp.SearchModuleWindow.cmdPrompt, gui_modules.ghelp.SearchModuleWindow.showTip, and gui_modules.utils.split().
| def gui_modules.ghelp.SearchModuleWindow.Reset | ( | self | ) |
Reset widget.
Definition at line 209 of file ghelp.py.
References gui_modules.ghelp.SearchModuleWindow.showTip.
Referenced by gui_modules.nviz_mapdisp.GLWindow.OnClose().
| def gui_modules.ghelp.SearchModuleWindow.SetSelection | ( | self, | |
| i | |||
| ) |
Set selection element.
Definition at line 140 of file ghelp.py.
Referenced by gui_modules.gselect.LayerSelect.Reset(), gui_modules.nviz_tools.NvizToolWindow.SetPage(), and gui_modules.menuform.GNotebook.SetSelectionByName().
| gui_modules.ghelp.SearchModuleWindow.cmdPrompt |
Definition at line 75 of file ghelp.py.
Referenced by gui_modules.ghelp.SearchModuleWindow.OnSearchModule(), and gui_modules.ghelp.SearchModuleWindow.OnSelectModule().
| gui_modules.ghelp.SearchModuleWindow.search |
Definition at line 92 of file ghelp.py.
Referenced by gui_modules.goutput.GMConsole.MakeSearchPaneContent().
| gui_modules.ghelp.SearchModuleWindow.showTip |
Definition at line 73 of file ghelp.py.
Referenced by gui_modules.ghelp.SearchModuleWindow.OnSearchModule(), gui_modules.ghelp.SearchModuleWindow.OnSelectModule(), and gui_modules.ghelp.SearchModuleWindow.Reset().