GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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 72 of file ghelp.py.


Member Function Documentation

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 
)

Field Documentation

gui_modules.ghelp.SearchModuleWindow.box

Definition at line 83 of file ghelp.py.

gui_modules.ghelp.SearchModuleWindow.cmdPrompt
gui_modules.ghelp.SearchModuleWindow.search

Definition at line 92 of file ghelp.py.

Referenced by gui_modules.goutput.GMConsole.MakeSearchPaneContent().

gui_modules.ghelp.SearchModuleWindow.searchBy

Definition at line 86 of file ghelp.py.

gui_modules.ghelp.SearchModuleWindow.searchChoice

Definition at line 102 of file ghelp.py.

gui_modules.ghelp.SearchModuleWindow.searchTip

Definition at line 98 of file ghelp.py.

gui_modules.ghelp.SearchModuleWindow.showChoice

Definition at line 74 of file ghelp.py.


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