GRASS Programmer's Manual  6.4.2(2012)
gui_modules.ghelp.SearchModuleWindow Class Reference

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

Detailed Description

Search module window (used in MenuTreeWindow)

Definition at line 69 of file ghelp.py.


Constructor & Destructor Documentation

def gui_modules.ghelp.SearchModuleWindow.__init__ (   self,
  parent,
  id = wx.ID_ANY,
  cmdPrompt = None,
  showChoice = True,
  showTip = False,
  kwargs 
)

Definition at line 71 of file ghelp.py.


Member Function Documentation

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.

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().


Field Documentation


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines