GRASS Programmer's Manual
6.4.2(2012)
|
Python Shell Window. More...
Public Member Functions | |
def | __init__ |
def | AddLayer |
Add selected map to the layer tree. | |
def | OnClear |
Delete all text from the shell. |
Data Fields | |
parent | |
intro | |
shell | |
btnClear |
Python Shell Window.
Definition at line 29 of file gpyshell.py.
def gui_modules.gpyshell.PyShellWindow.__init__ | ( | self, | |
parent, | |||
id = wx.ID_ANY , |
|||
kwargs | |||
) |
Definition at line 31 of file gpyshell.py.
def gui_modules.gpyshell.PyShellWindow.AddLayer | ( | self, | |
name, | |||
ltype = 'auto' |
|||
) |
Add selected map to the layer tree.
name | name of raster/vector map to be added |
type | map type ('raster', 'vector', 'auto' for autodetection) |
Definition at line 75 of file gpyshell.py.
def gui_modules.gpyshell.PyShellWindow.OnClear | ( | self, | |
event | |||
) |
Delete all text from the shell.
Definition at line 108 of file gpyshell.py.
References gui_modules.gpyshell.PyShellWindow.intro.
gui_modules.gpyshell.PyShellWindow.btnClear |
Definition at line 45 of file gpyshell.py.
gui_modules.gpyshell.PyShellWindow.intro |
Definition at line 36 of file gpyshell.py.
Referenced by gui_modules.gpyshell.PyShellWindow.OnClear().
gui_modules.gpyshell.PyShellWindow.parent |
Definition at line 32 of file gpyshell.py.
Referenced by 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.menuform.UpdateQThread.run(), gui_modules.toolbars.VDigitToolbar.StopEditing(), gui_modules.mapdisp_window.BufferedWindow.UpdateMap(), and gui_modules.wxvdigit.VDigitError.WriteLine().
gui_modules.gpyshell.PyShellWindow.shell |
Definition at line 39 of file gpyshell.py.