|
GRASS Programmer's Manual
6.5.svn(2012)-r51648
|
Show menu tree. More...
Public Member Functions | |
| def | __init__ |
| def | OnCloseWindow |
| Close window. | |
| def | OnRun |
| Run selected command. | |
| def | OnShowItem |
| Show selected item. | |
| def | OnItemActivated |
| Item activated (double-click) | |
| def | OnItemSelected |
| Item selected. | |
| def | OnUpdateStatusBar |
| Update statusbar text. | |
Data Fields | |
| parent | |
| dataBox | |
| tree | |
| search | |
| btnRun | |
| def ghelp.MenuTreeWindow.__init__ | ( | self, | |
| parent, | |||
id = wx.ID_ANY, |
|||
| kwargs | |||
| ) |
| def ghelp.MenuTreeWindow.OnCloseWindow | ( | self, | |
| event | |||
| ) |
| def ghelp.MenuTreeWindow.OnItemActivated | ( | self, | |
| event | |||
| ) |
Item activated (double-click)
Definition at line 288 of file ghelp.py.
References ghelp.MenuTreeWindow.OnRun(), forms.TaskFrame.OnRun(), frame.PythonPanel.OnRun(), dialogs.ImportDialog.OnRun(), dialogs.GdalImportDialog.OnRun(), and dialogs.DxfImportDialog.OnRun().
| def ghelp.MenuTreeWindow.OnItemSelected | ( | self, | |
| event | |||
| ) |
| def ghelp.MenuTreeWindow.OnRun | ( | self, | |
| event | |||
| ) |
Run selected command.
Definition at line 260 of file ghelp.py.
References utils.split().
Referenced by ghelp.MenuTreeWindow.OnItemActivated().
| def ghelp.MenuTreeWindow.OnShowItem | ( | self, | |
| event | |||
| ) |
| def ghelp.MenuTreeWindow.OnUpdateStatusBar | ( | self, | |
| event | |||
| ) |
Update statusbar text.
Definition at line 319 of file ghelp.py.
Referenced by prompt.GPromptPopUp.__init__(), and prompt.GPrompt.OnRunCmd().
Definition at line 196 of file ghelp.py.
Referenced by wxdigit.VDigitError.Database(), wxdigit.VDigitError.DbExecute(), wxdigit.VDigitError.DbLink(), wxdigit.VDigitError.DeadLine(), wxdigit.VDigitError.Driver(), wxdigit.VDigitError.FeatureType(), colorrules.RulesPanel.LoadRules(), wxdigit.VDigitError.NoMap(), frame.PsMapBufferedWindow.OnLeftUp(), toolbars.VDigitToolbar.OnSelectMap(), gselect.GdalSelect.OnSetDsn(), toolbars.LMNvizToolbar.OnSettings(), toolbars.VDigitToolbar.OnSettings(), toolbars.BaseToolbar.OnTool(), toolbars.VDigitToolbar.OnZBulk(), wxdigit.VDigitError.ReadLine(), goutput.CmdThread.run(), goutput.GMConsole.RunCmd(), toolbars.VDigitToolbar.StopEditing(), colorrules.VectorColorTable.UpdateColorColumn(), mapwindow.BufferedWindow.UpdateMap(), and wxdigit.VDigitError.WriteLine().
Definition at line 207 of file ghelp.py.
Referenced by goutput.GMConsole.MakeSearchPaneContent().
Definition at line 203 of file ghelp.py.
Referenced by frame.MapFrame.AddNviz(), mapwindow.MapWindow.GetLayerByName(), frame.MapFrame.GetMapWindow(), mapwindow.MapWindow.GetSelectedLayer(), mapwindow.GLWindow.LoadDataLayers(), mapwindow.GLWindow.UnloadDataLayers(), and mapwindow.BufferedWindow.UpdateMap().