GRASS Programmer's Manual
6.4.4(2014)-r
|
Show menu tree. More...
Public Member Functions | |
def | __init__ (self, parent, id=wx.ID_ANY, kwargs) |
def | OnCloseWindow (self, event) |
Close window. More... | |
def | OnRun (self, event) |
Run selected command. More... | |
def | OnShowItem (self, event) |
Show selected item. More... | |
def | OnItemActivated (self, event) |
Item activated (double-click) More... | |
def | OnItemSelected (self, event) |
Item selected. More... | |
def | OnUpdateStatusBar (self, event) |
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 290 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 262 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 321 of file ghelp.py.
Referenced by prompt.GPromptPopUp.__init__().
ghelp.MenuTreeWindow.parent |
Definition at line 198 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 209 of file ghelp.py.
Referenced by goutput.GMConsole.MakeSearchPaneContent().
ghelp.MenuTreeWindow.tree |
Definition at line 205 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().