GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
gui_modules.workspace.ProcessWorkspaceFile Class Reference

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

Detailed Description

Definition at line 44 of file workspace.py.


Constructor & Destructor Documentation

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.


Field Documentation

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

The documentation for this class was generated from the following file: