|
GRASS Programmer's Manual
6.5.svn(2012)-r51648
|
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 ghelp.SearchModuleWindow.__init__ | ( | self, | |
| parent, | |||
id = wx.ID_ANY, |
|||
cmdPrompt = None, |
|||
showChoice = True, |
|||
showTip = False, |
|||
| kwargs | |||
| ) |
| def ghelp.SearchModuleWindow.GetSelection | ( | self | ) |
Get selected element.
Definition at line 111 of file ghelp.py.
References ghelp.SearchModuleWindow._searchDict.
Referenced by dialogs.TransList.OnDrawItem(), widgets.ItemTree.OnShowItem(), and widgets.GNotebook.SetSelectionByName().
| def ghelp.SearchModuleWindow.OnSearchModule | ( | self, | |
| event | |||
| ) |
Search module by keywords or description.
Definition at line 121 of file ghelp.py.
References ghelp.SearchModuleWindow.cmdPrompt, and ghelp.SearchModuleWindow.showTip.
| def ghelp.SearchModuleWindow.OnSelectModule | ( | self, | |
| event | |||
| ) |
Module selected from choice, update command prompt.
Definition at line 170 of file ghelp.py.
References ghelp.SearchModuleWindow.cmdPrompt, ghelp.SearchModuleWindow.showTip, and utils.split().
| def ghelp.SearchModuleWindow.Reset | ( | self | ) |
| def ghelp.SearchModuleWindow.SetSelection | ( | self, | |
| i | |||
| ) |
Set selection element.
Definition at line 117 of file ghelp.py.
Referenced by gselect.LayerSelect.Reset(), and widgets.GNotebook.SetSelectionByName().
Definition at line 52 of file ghelp.py.
Referenced by goutput.GMConsole.MakeSearchPaneContent(), ghelp.SearchModuleWindow.OnSearchModule(), and ghelp.SearchModuleWindow.OnSelectModule().
Definition at line 69 of file ghelp.py.
Referenced by goutput.GMConsole.MakeSearchPaneContent().
Definition at line 50 of file ghelp.py.
Referenced by ghelp.SearchModuleWindow.OnSearchModule(), ghelp.SearchModuleWindow.OnSelectModule(), and ghelp.SearchModuleWindow.Reset().