GRASS Programmer's Manual
6.4.2(2012)
|
Public Member Functions | |
def | __init__ |
A ElementTree handler for the GXW XML file, as defined in grass-gxw.dtd. |
Data Fields | |
tree | |
root | |
layerManager | |
displays | |
layers | |
displayIndex | |
nvizDefault |
Definition at line 44 of file workspace.py.
def gui_modules.workspace.ProcessWorkspaceFile.__init__ | ( | self, | |
tree | |||
) |
A ElementTree handler for the GXW XML file, as defined in grass-gxw.dtd.
Definition at line 45 of file workspace.py.
gui_modules.workspace.ProcessWorkspaceFile.displayIndex |
Definition at line 68 of file workspace.py.
gui_modules.workspace.ProcessWorkspaceFile.displays |
Definition at line 62 of file workspace.py.
gui_modules.workspace.ProcessWorkspaceFile.layerManager |
Definition at line 55 of file workspace.py.
gui_modules.workspace.ProcessWorkspaceFile.layers |
Definition at line 66 of file workspace.py.
Referenced by gui_modules.workspace.ProcessGrcFile.read().
gui_modules.workspace.ProcessWorkspaceFile.nvizDefault |
Definition at line 72 of file workspace.py.
gui_modules.workspace.ProcessWorkspaceFile.root |
Definition at line 50 of file workspace.py.
gui_modules.workspace.ProcessWorkspaceFile.tree |
Definition at line 49 of file workspace.py.
Referenced by gui_modules.nviz_mapdisp.GLWindow.LoadDataLayers(), and gui_modules.nviz_mapdisp.GLWindow.UnloadDataLayers().