|
GRASS Programmer's Manual
6.4.2(2012)
|
Interactive wxGUI prompt - popup version. More...


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 | |
| def gui_modules.prompt.GPromptPopUp.__init__ | ( | self, | |
| parent | |||
| ) |
Reimplemented from gui_modules.prompt.GPrompt.
Definition at line 649 of file prompt.py.
References gui_modules.prompt.GPrompt._readHistory(), gui_modules.prompt.GPrompt.OnRunCmd(), gui_modules.ghelp.MenuTreeWindow.OnUpdateStatusBar(), gui_modules.mcalc_builder.MapCalcFrame.OnUpdateStatusBar(), gui_modules.prompt.GPrompt.OnUpdateStatusBar(), gui_modules.goutput.GMConsole.OnUpdateStatusBar(), gui_modules.ghelp.InstallExtensionWindow.OnUpdateStatusBar(), gui_modules.ogc_services.WMSDialog.panel, gui_modules.mcalc_builder.MapCalcFrame.panel, gui_modules.gdialogs.ElementDialog.panel, gis_set.GRASSStartup.panel, gui_modules.menuform.mainFrame.panel, gui_modules.prompt.GPrompt.panel, gui_modules.dbm.AttributeManager.panel, gui_modules.location_wizard.ProjParamsPage.panel, gui_modules.ghelp.InstallExtensionWindow.panel, gui_modules.gdialogs.ImportDialog.panel, gui_modules.ghelp.UninstallExtensionWindow.panel, gui_modules.gdialogs.ImageSizeDialog.panel, gui_modules.gmodeler.ModelSearchDialog.panel, gui_modules.gmodeler.ModelRelationDialog.panel, gui_modules.gmodeler.ModelItemDialog.panel, gui_modules.gmodeler.ModelLoop.SetItems(), and gui_modules.gmodeler.ModelCondition.SetItems().
| 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().