GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Python Shell Window. More...
Public Member Functions | |
def | __init__ |
def | AddLayer |
Add selected map to the layer tree. More... | |
def | OnClear |
Delete all text from the shell. More... | |
Data Fields | |
parent | |
intro | |
shell | |
btnClear | |
Python Shell Window.
Definition at line 28 of file pyshell.py.
def pyshell.PyShellWindow.__init__ | ( | self, | |
parent, | |||
id = wx.ID_ANY , |
|||
kwargs | |||
) |
Definition at line 30 of file pyshell.py.
def pyshell.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 74 of file pyshell.py.
def pyshell.PyShellWindow.OnClear | ( | self, | |
event | |||
) |
Delete all text from the shell.
Definition at line 107 of file pyshell.py.
References pyshell.PyShellWindow.intro.
pyshell.PyShellWindow.btnClear |
Definition at line 44 of file pyshell.py.
pyshell.PyShellWindow.intro |
Definition at line 35 of file pyshell.py.
Referenced by pyshell.PyShellWindow.OnClear().
pyshell.PyShellWindow.parent |
Definition at line 31 of file pyshell.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(), wxdigit.VDigitError.ReadLine(), colorrules.VectorColorTable.UpdateColorColumn(), and wxdigit.VDigitError.WriteLine().
pyshell.PyShellWindow.shell |
Definition at line 38 of file pyshell.py.