GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
gui_modules.prompt.GPromptPopUp Class Reference

Interactive wxGUI prompt - popup version. More...

Inheritance diagram for gui_modules.prompt.GPromptPopUp:
Collaboration diagram for gui_modules.prompt.GPromptPopUp:

Public Member Functions

def __init__
def OnCmdErase
 Erase command prompt.
- Public Member Functions inherited from gui_modules.prompt.GPrompt
def GetCommandDesc
 Get description for given command.
def GetCommandItems
 Get list of available commands.
def OnRunCmd
 Run command.
def OnUpdateStatusBar
 Update Layer Manager status bar.
def GetPanel
 Get main widget panel.
def GetInput
 Get main prompt widget.
def SetFilter
 Set filter.
- Public Member Functions inherited from gui_modules.prompt.TextCtrlAutoComplete
def __init__
 Constructor works just like wx.TextCtrl except you can pass in a list of choices.
def GetListCtrl
 Method required by listmix.ColumnSorterMixin.
def SetChoices
 Sets the choices available in the popup wx.ListBox.
def OnClick
def OnCommandSelect
 Command selected from history.
def OnListClick
 Left mouse button pressed.
def OnListDClick
 Mouse button double click.
def OnListColClick
 Left mouse button pressed on column.
def OnListItemSelected
 Item selected.
def OnEnteredText
 Text entered.
def OnKeyDown
 Do some work when the user press on the keys: up and down: move the cursor left and right: move the search.
def OnControlChanged
 Control changed.

Additional Inherited Members

- Data Fields inherited from gui_modules.prompt.GPrompt
 parent
 panel
 standAlone
 moduleDesc
 moduleList
 mapList
 autoCompList
 autoCompFilter
 cmdDesc
 cmdbuffer
 cmdindex
 dataList
- Data Fields inherited from gui_modules.prompt.TextCtrlAutoComplete
 statusbar
 itemDataMap
 dropdown
 dropdownlistbox
 popupsize

Detailed Description

Interactive wxGUI prompt - popup version.

Definition at line 647 of file prompt.py.

Constructor & Destructor Documentation

Member Function Documentation

def gui_modules.prompt.GPromptPopUp.OnCmdErase (   self,
  event 
)

Erase command prompt.

Definition at line 678 of file prompt.py.

Referenced by gui_modules.prompt.GPromptSTC.OnItemSelected().


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