GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
render.py File Reference

Go to the source code of this file.

Data Structures

class  gui_modules.render.Layer
 Virtual class which stores information about layers (map layers and overlays) of the map composition. More...
class  gui_modules.render.MapLayer
class  gui_modules.render.Overlay
class  gui_modules.render.Map
 Map composition (stack of map layers and overlays) More...

Namespaces

namespace  gui_modules.render
namespace  render
 Rendering map layers and overlays into map composition image.

Variables

tuple gui_modules.render.compatPath = os.path.join(globalvar.ETCWXDIR, "compat")
 gui_modules.render.USE_GPNMCOMP = True
tuple gui_modules.render.map = Map()
string gui_modules.render.name = "elevation.dem"
list gui_modules.render.command = ["d.rast", "elevation.dem@PERMANENT", "catlist=1000-1500", "-i"]
int gui_modules.render.l_opacity = 7
tuple gui_modules.render.image = map.Render(force = True)