GRASS Programmer's Manual
6.4.3(2013)-r
|
Show menu tree. More...
Public Member Functions | |
def | __init__ |
def | OnCloseWindow |
Close window. More... | |
def | OnRun |
Run selected command. More... | |
def | OnShowItem |
Show selected item. More... | |
def | OnItemActivated |
Item activated (double-click) More... | |
def | OnItemSelected |
Item selected. More... | |
def | OnUpdateStatusBar |
Update statusbar text. More... | |
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 289 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 261 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 320 of file ghelp.py.
Referenced by prompt.GPromptPopUp.__init__().
ghelp.MenuTreeWindow.parent |
Definition at line 197 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(), mapwindow.GLWindow.OnLeftUp(), mapwindow.BufferedWindow.OnLeftUp(), frame.PsMapBufferedWindow.OnLeftUp(), goutput.GMConsole.OnOutputSave(), 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().
ghelp.MenuTreeWindow.search |
Definition at line 208 of file ghelp.py.
Referenced by goutput.GMConsole.MakeSearchPaneContent().
ghelp.MenuTreeWindow.tree |
Definition at line 204 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().