GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
prompt.GPromptPopUp Class Reference

Interactive wxGUI prompt - popup version. More...

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

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

Interactive wxGUI prompt - popup version.

Definition at line 674 of file prompt.py.

Constructor & Destructor Documentation

Member Function Documentation

def prompt.GPromptPopUp.OnCmdErase (   self,
  event 
)

Erase command prompt.

Definition at line 705 of file prompt.py.

Referenced by prompt.GPrompt.GetCommandItems(), and prompt.GPromptSTC.OnItemSelected().

def prompt.GPromptPopUp.OnRunCmd (   self,
  event 
)

Run command.

Definition at line 709 of file prompt.py.

References prompt.GPrompt._runCmd().

Referenced by prompt.GPromptPopUp.__init__().


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