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

Data Structures

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

Variables

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

Variable Documentation

list gui_modules.render.command = ["d.rast", "elevation.dem@PERMANENT", "catlist=1000-1500", "-i"]

Definition at line 1314 of file render.py.

Referenced by F_open(), new_item(), and sqpCommand().

tuple gui_modules.render.compatPath = os.path.join(globalvar.ETCWXDIR, "compat")

Definition at line 31 of file render.py.

tuple gui_modules.render.image = map.Render(force = True)

Definition at line 1321 of file render.py.

int gui_modules.render.l_opacity = 7

Definition at line 1315 of file render.py.

tuple gui_modules.render.map = Map()

Definition at line 1308 of file render.py.

Referenced by gui_modules.gcmd.Popen.__init__(), gui_modules.ghelp.AboutWindow.__init__(), BM_create(), BM_create_sparse(), BM_file_read(), gui_modules.globalvar.CheckForWx(), gui_modules.globalvar.CheckWxVersion(), gui_modules.menuform.color_resolve(), python.db.db_select(), python.core.decode(), gui_modules.psmap.PsMapBufferedWindow.Draw(), G3d_compareFiles(), G3d_openCellNew(), G3d_openCellOld(), G3d_openCellOldNoHeader(), G3d_openNewParam(), gui_modules.wxvdriver.DisplayDriver.GetDuplicates(), gui_modules.psmap_dialogs.GetMapBounds(), gui_modules.render.Map.GetProjInfo(), gui_modules.utils.ListOfCatsToRange(), main(), N_read_rast3d_to_array_3d(), N_read_rast_to_array_2d(), N_write_array_2d_to_rast(), N_write_array_3d_to_rast3d(), gui_modules.goutput.GMConsole.OnCmdDone(), gui_modules.menuform.cmdPanel.OnColorChange(), gui_modules.menuform.mainFrame.OnDone(), gui_modules.mapdisp.MapFrame.OnGoTo(), gui_modules.preferences.PreferencesDialog.OnLoadEpsgCodes(), gui_modules.colorrules.ColorTable.OnLoadTable(), gui_modules.gdialogs.ImageSizeDialog.OnTemplate(), gui_modules.sqlbuilder.SQLFrame.OnUniqueValues(), open_g3d_file(), gui_modules.menudata.MenuData.PrintCommands(), gui_modules.psmap_dialogs.Scalebar.Read(), gui_modules.psmap_dialogs.RasterLegend.Read(), gui_modules.psmap_dialogs.VectorLegend.Read(), gui_modules.gcpmanager.GCP.ReadGCPs(), gui_modules.render.Map.Render(), gui_modules.gcmd.RunCommand(), gui_modules.preferences.Settings.SaveToFile(), gui_modules.nviz_tools.NvizToolWindow.UpdateSurfacePage(), gui_modules.nviz_tools.NvizToolWindow.UpdateVectorPage(), and gui_modules.nviz_tools.NvizToolWindow.UpdateVolumeIsosurfPage().

string gui_modules.render.name = "elevation.dem"

Definition at line 1313 of file render.py.

gui_modules.render.USE_GPNMCOMP = True

Definition at line 54 of file render.py.