GRASS Programmer's Manual  6.5.svn(2012)-r51648
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
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 46 of file ghelp.py.


Constructor & Destructor Documentation

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

Definition at line 49 of file ghelp.py.


Member Function Documentation

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

Reset widget.

Definition at line 186 of file ghelp.py.

References ghelp.SearchModuleWindow.showTip.

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


Field Documentation

Definition at line 60 of file ghelp.py.

Definition at line 63 of file ghelp.py.

Definition at line 79 of file ghelp.py.

Definition at line 75 of file ghelp.py.

Definition at line 51 of file ghelp.py.


The documentation for this class was generated from the following file: