|
GRASS Programmer's Manual
6.4.2(2012)
|
Go to the source code of this file.
Data Structures | |
| class | gui_modules.gcmd.GError |
| class | gui_modules.gcmd.GWarning |
| class | gui_modules.gcmd.GMessage |
| class | gui_modules.gcmd.GException |
| class | gui_modules.gcmd.Popen |
| Subclass subprocess.Popen. More... | |
| class | gui_modules.gcmd.Command |
| Run command in separate thread. More... | |
| class | gui_modules.gcmd.CommandThread |
| Create separate thread for command. More... | |
Namespaces | |
| namespace | gui_modules.gcmd |
| namespace | gcmd |
| wxGUI command interface | |
Functions | |
| def | gui_modules.gcmd.recv_some |
| def | gui_modules.gcmd.send_all |
| def | gui_modules.gcmd.RunCommand |
| Run GRASS command. | |
Variables | |
| tuple | gui_modules.gcmd.compatPath = os.path.join(globalvar.ETCWXDIR, "compat") |
| tuple | gui_modules.gcmd.grassPath = os.path.join(globalvar.ETCDIR, "python") |
| string | gui_modules.gcmd.message = "Other end disconnected!" |