|
GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
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 530 of file core/workspace.py.
| def workspace.WriteWorkspaceFile.__init__ | ( | self, | |
| lmgr, | |||
| file | |||
| ) |
Definition at line 532 of file core/workspace.py.
| workspace.WriteWorkspaceFile.file |
Definition at line 533 of file core/workspace.py.
Referenced by manager.GCP.OnGeorect(), manager.GCP.OnQuit(), manager.GCP.ReadGCPs(), manager.GCP.ReloadGCPs(), and manager.GCP.SaveGCPs().
| workspace.WriteWorkspaceFile.indent |
Definition at line 535 of file core/workspace.py.
| workspace.WriteWorkspaceFile.lmgr |
Definition at line 534 of file core/workspace.py.
Referenced by mapwindow.GLWindow.DoPaint(), mapwindow.GLWindow.DoZoom(), mapwindow.GLWindow.LoadRaster3d(), mapwindow.GLWindow.LoadVector(), toolbars.LMNvizToolbar.OnHelp(), layertree.LayerTree.OnKeyUp(), layertree.LayerTree.OnStopEditing(), and mapwindow.GLWindow.UnloadRaster3d().