|
GRASS Programmer's Manual
6.4.2(2012)
|
Public Member Functions | |
| def | __init__ |
| def | OnUpdateStatusBar |
| Update statusbar text. | |
| def | OnCloseWindow |
| Close window. | |
| def | OnFetch |
| Fetch list of available extensions. | |
| def | OnItemActivated |
| def | OnInstall |
| Install selected extension. | |
| def | OnDone |
| def | OnItemSelected |
| Item selected. | |
| def | OnShowItem |
| Show selected item. | |
| def | OnCmdDialog |
| Shows command dialog. | |
Data Fields | |
| parent | |
| options | |
| panel | |
| repoBox | |
| treeBox | |
| repo | |
| fullDesc | |
| search | |
| tree | |
| optionBox | |
| statusbar | |
| btnFetch | |
| btnClose | |
| btnInstall | |
| btnCmd | |
| def gui_modules.ghelp.InstallExtensionWindow.__init__ | ( | self, | |
| parent, | |||
id = wx.ID_ANY, |
|||
title = _("Fetch & install extension from GRASS Addons"), |
|||
| kwargs | |||
| ) |
| def gui_modules.ghelp.InstallExtensionWindow.OnCloseWindow | ( | self, | |
| event | |||
| ) |
| def gui_modules.ghelp.InstallExtensionWindow.OnCmdDialog | ( | self, | |
| event | |||
| ) |
Shows command dialog.
Definition at line 1008 of file ghelp.py.
References gui_modules.ghelp.InstallExtensionWindow._getCmd().
| def gui_modules.ghelp.InstallExtensionWindow.OnDone | ( | self, | |
| cmd, | |||
| returncode | |||
| ) |
Definition at line 978 of file ghelp.py.
Referenced by gui_modules.ghelp.InstallExtensionWindow.OnInstall(), gui_modules.mcalc_builder.MapCalcFrame.OnMCalcRun(), gui_modules.menuform.mainFrame.OnRun(), and gui_modules.gmodeler.ModelFrame.OnRunModel().
| def gui_modules.ghelp.InstallExtensionWindow.OnFetch | ( | self, | |
| event | |||
| ) |
| def gui_modules.ghelp.InstallExtensionWindow.OnInstall | ( | self, | |
| event | |||
| ) |
Install selected extension.
Definition at line 973 of file ghelp.py.
References gui_modules.ghelp.InstallExtensionWindow._getCmd(), and gui_modules.ghelp.InstallExtensionWindow.OnDone().
Referenced by gui_modules.ghelp.InstallExtensionWindow.OnItemActivated().
| def gui_modules.ghelp.InstallExtensionWindow.OnItemActivated | ( | self, | |
| event | |||
| ) |
Definition at line 967 of file ghelp.py.
References gui_modules.ghelp.InstallExtensionWindow.OnInstall().
| def gui_modules.ghelp.InstallExtensionWindow.OnItemSelected | ( | self, | |
| event | |||
| ) |
Item selected.
Definition at line 988 of file ghelp.py.
Referenced by gui_modules.prompt.GPromptSTC.__init__().
| def gui_modules.ghelp.InstallExtensionWindow.OnShowItem | ( | self, | |
| event | |||
| ) |
| def gui_modules.ghelp.InstallExtensionWindow.OnUpdateStatusBar | ( | self, | |
| event | |||
| ) |
Update statusbar text.
Definition at line 937 of file ghelp.py.
Referenced by gui_modules.prompt.GPromptPopUp.__init__(), and gui_modules.prompt.GPrompt.OnRunCmd().
| gui_modules.ghelp.InstallExtensionWindow.panel |
Definition at line 805 of file ghelp.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.ghelp.InstallExtensionWindow.parent |
Definition at line 799 of file ghelp.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(), gui_modules.gmodeler.ModelFrame.OnHelp(), 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.ghelp.InstallExtensionWindow.search |
Definition at line 817 of file ghelp.py.
Referenced by gui_modules.goutput.GMConsole.MakeSearchPaneContent().
| gui_modules.ghelp.InstallExtensionWindow.tree |
Definition at line 820 of file ghelp.py.
Referenced by gui_modules.mapdisp_window.MapWindow.GetLayerByName(), gui_modules.mapdisp_window.MapWindow.GetSelectedLayer(), gui_modules.nviz_mapdisp.GLWindow.LoadDataLayers(), gui_modules.nviz_mapdisp.GLWindow.UnloadDataLayers(), and gui_modules.mapdisp_window.BufferedWindow.UpdateMap().