|
GRASS Programmer's Manual
6.4.2(2012)
|
Public Member Functions | |
| def | __init__ |
| Graphical modeler module search window. | |
| def | GetPanel |
| Get dialog panel. | |
| def | GetCmd |
| Get command. | |
| def | OnOk |
| Button 'OK' pressed. | |
| def | OnText |
| Text in prompt changed. | |
| def | Reset |
| Reset dialog. | |
Data Fields | |
| parent | |
| panel | |
| cmdBox | |
| cmd_prompt | |
| search | |
| btnCancel | |
| btnOk | |
Definition at line 2406 of file gmodeler.py.
| def gui_modules.gmodeler.ModelSearchDialog.__init__ | ( | self, | |
| parent, | |||
id = wx.ID_ANY, |
|||
title = _("Add new GRASS module to the model"), |
|||
style = wx.DEFAULT_DIALOG_STYLE | wx.RESIZE_BORDER, |
|||
| kwargs | |||
| ) |
Graphical modeler module search window.
| parent | parent window |
| id | window id |
| title | window title |
| kwargs | wx.Dialogs' arguments |
Definition at line 2408 of file gmodeler.py.
| def gui_modules.gmodeler.ModelSearchDialog.GetCmd | ( | self | ) |
Get command.
Definition at line 2474 of file gmodeler.py.
Referenced by gui_modules.render.Layer.__del__(), gui_modules.gmodeler.ModelSearchDialog.OnOk(), and gui_modules.render.Layer.SetCmd().
| def gui_modules.gmodeler.ModelSearchDialog.GetPanel | ( | self | ) |
Get dialog panel.
Definition at line 2470 of file gmodeler.py.
References gui_modules.gdialogs.ElementDialog.panel, gis_set.GRASSStartup.panel, gui_modules.dbm.AttributeManager.panel, gui_modules.ghelp.InstallExtensionWindow.panel, gui_modules.gdialogs.ImportDialog.panel, gui_modules.ghelp.UninstallExtensionWindow.panel, gui_modules.gdialogs.ImageSizeDialog.panel, and gui_modules.gmodeler.ModelSearchDialog.panel.
| def gui_modules.gmodeler.ModelSearchDialog.OnOk | ( | self, | |
| event | |||
| ) |
Button 'OK' pressed.
Definition at line 2487 of file gmodeler.py.
References gui_modules.gmodeler.ModelSearchDialog.GetCmd().
| def gui_modules.gmodeler.ModelSearchDialog.OnText | ( | self, | |
| event | |||
| ) |
Text in prompt changed.
Definition at line 2506 of file gmodeler.py.
Referenced by gui_modules.menuform.FloatValidator.__init__().
| def gui_modules.gmodeler.ModelSearchDialog.Reset | ( | self | ) |
Reset dialog.
Definition at line 2526 of file gmodeler.py.
Referenced by gui_modules.nviz_mapdisp.GLWindow.OnClose().
| gui_modules.gmodeler.ModelSearchDialog.btnCancel |
Definition at line 2434 of file gmodeler.py.
| gui_modules.gmodeler.ModelSearchDialog.btnOk |
Definition at line 2435 of file gmodeler.py.
| gui_modules.gmodeler.ModelSearchDialog.cmd_prompt |
Definition at line 2427 of file gmodeler.py.
Referenced by gui_modules.goutput.GMConsole.MakeSearchPaneContent().
| gui_modules.gmodeler.ModelSearchDialog.cmdBox |
Definition at line 2424 of file gmodeler.py.
| gui_modules.gmodeler.ModelSearchDialog.panel |
Definition at line 2422 of file gmodeler.py.
Referenced by gui_modules.prompt.GPromptPopUp.__init__(), gui_modules.prompt.GPromptSTC.__init__(), gui_modules.prompt.GPrompt.GetPanel(), and gui_modules.gmodeler.ModelSearchDialog.GetPanel().
| gui_modules.gmodeler.ModelSearchDialog.parent |
Definition at line 2416 of file gmodeler.py.
Referenced by gui_modules.gmodeler.ModelLoop.__init__(), gui_modules.wxvdigit.VDigitError.Database(), gui_modules.wxvdigit.VDigitError.DbExecute(), gui_modules.wxvdigit.VDigitError.DbLink(), gui_modules.wxvdigit.VDigitError.DeadLine(), gui_modules.wxvdigit.VDigitError.Driver(), gui_modules.wxvdigit.VDigitError.FeatureType(), gui_modules.wxvdigit.VDigitError.NoMap(), gui_modules.menuform.mainFrame.OnCancel(), gui_modules.menuform.mainFrame.OnDone(), wxgui.GMFrame.OnPsMap(), gui_modules.menuform.mainFrame.OnRun(), gui_modules.toolbars.VDigitToolbar.OnSelectMap(), gui_modules.gselect.GdalSelect.OnSetDsn(), gui_modules.toolbars.VDigitToolbar.OnSettings(), gui_modules.toolbars.NvizToolbar.OnSettings(), gui_modules.toolbars.AbstractToolbar.OnTool(), gui_modules.menuform.cmdPanel.OnUpdateSelection(), gui_modules.toolbars.VDigitToolbar.OnZBulk(), gui_modules.wxvdigit.VDigitError.ReadLine(), gui_modules.goutput.CmdThread.run(), gui_modules.menuform.UpdateQThread.run(), gui_modules.goutput.GMConsole.RunCmd(), gui_modules.toolbars.VDigitToolbar.StopEditing(), gui_modules.mapdisp_window.BufferedWindow.UpdateMap(), and gui_modules.wxvdigit.VDigitError.WriteLine().
| gui_modules.gmodeler.ModelSearchDialog.search |
Definition at line 2428 of file gmodeler.py.
Referenced by gui_modules.goutput.GMConsole.MakeSearchPaneContent().