|
GRASS Programmer's Manual
6.5.svn(2012)-r51648
|
Create separate thread for command. More...


Public Member Functions | |
| def | __init__ |
| def | __del__ |
| def | run |
| Run command. | |
| def | abort |
| Abort running process, used by main thread to signal an abort. | |
Data Fields | |
| cmd | |
| stdin | |
| stdout | |
| stderr | |
| env | |
| module | |
| error | |
| aborted | |
| message_format | |
| startTime | |
Create separate thread for command.
Used for commands launched on the background.
| def gcmd.CommandThread.__init__ | ( | self, | |
| cmd, | |||
env = None, |
|||
stdin = None, |
|||
stdout = sys.stdout, |
|||
stderr = sys.stderr |
|||
| ) |
| def gcmd.CommandThread.__del__ | ( | self | ) |
Definition at line 511 of file gcmd.py.
References gcmd.CommandThread.message_format.
| def gcmd.CommandThread.abort | ( | self | ) |
Abort running process, used by main thread to signal an abort.
Definition at line 593 of file gcmd.py.
References gcmd.CommandThread._want_abort, and gcmd.RunCommand().
| def gcmd.CommandThread.run | ( | self | ) |
Run command.
Definition at line 517 of file gcmd.py.
References gcmd.Command.cmd, and gcmd.CommandThread.cmd.
Definition at line 493 of file gcmd.py.
Referenced by render.Layer.GetCmd(), forms.GUI.GetCmd(), wxnviz.ImageTexture.GetCmd(), vclean.VectorCleaningFrame.OnCleaningRun(), vclean.VectorCleaningFrame.OnCopy(), vclean.VectorCleaningFrame.OnHelp(), mcalc_builder.MapCalcFrame.OnHelp(), mcalc_builder.MapCalcFrame.OnMCalcRun(), dialogs.DecorationDialog.OnOptions(), render.Layer.Render(), gcmd.CommandThread.run(), and render.Layer.SetCmd().
Definition at line 497 of file gcmd.py.
Referenced by render.Map.GetWindow().
Definition at line 500 of file gcmd.py.
Referenced by workspace.ProcessGrcFile.read().
Definition at line 508 of file gcmd.py.
Referenced by gcmd.CommandThread.__del__().
Definition at line 494 of file gcmd.py.
Referenced by gcmd.Popen.send().