|
GRASS Programmer's Manual
6.4.2(2012)
|
Generic class for writing workspace file. More...
Public Member Functions | |
| def | __init__ |
Data Fields | |
| file | |
| lmgr | |
| indent | |
Generic class for writing workspace file.
Definition at line 664 of file workspace.py.
| def gui_modules.workspace.WriteWorkspaceFile.__init__ | ( | self, | |
| lmgr, | |||
| file | |||
| ) |
Definition at line 666 of file workspace.py.
| gui_modules.workspace.WriteWorkspaceFile.file |
Definition at line 667 of file workspace.py.
| gui_modules.workspace.WriteWorkspaceFile.indent |
Definition at line 669 of file workspace.py.
| gui_modules.workspace.WriteWorkspaceFile.lmgr |
Definition at line 668 of file workspace.py.
Referenced by gui_modules.nviz_mapdisp.GLWindow.LoadRaster3d(), gui_modules.nviz_mapdisp.GLWindow.LoadVector(), gui_modules.nviz_mapdisp.GLWindow.OnMouseAction(), gui_modules.nviz_mapdisp.GLWindow.OnPaint(), and gui_modules.nviz_mapdisp.GLWindow.UnloadRaster3d().