GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Process GRASS model file (gxm) More...
Public Member Functions | |
def | __init__ |
A ElementTree handler for the GXM XML file, as defined in grass-gxm.dtd. More... | |
Data Fields | |
tree | |
root | |
properties | |
variables | |
actions | |
data | |
loops | |
conditions | |
pos | |
size | |
def model.ProcessModelFile.__init__ | ( | self, | |
tree | |||
) |
model.ProcessModelFile.actions |
Definition at line 1493 of file model.py.
Referenced by animation.Animation.Update().
model.ProcessModelFile.data |
Definition at line 1494 of file model.py.
Referenced by wxnviz.Nviz.__del__(), wxnviz.Nviz.AddConstant(), wxnviz.Nviz.DeleteArrow(), wxnviz.Nviz.DeleteScalebar(), wxnviz.Nviz.Draw(), wxnviz.Nviz.DrawArrow(), wxnviz.Nviz.DrawFringe(), wxnviz.Nviz.DrawLightingModel(), wxnviz.Nviz.DrawScalebar(), wxnviz.Nviz.EraseMap(), wxnviz.Nviz.FlyThrough(), wxnviz.Nviz.GetCPlaneCurrent(), wxnviz.Nviz.GetCPlaneRotation(), wxnviz.Nviz.GetCPlanesCount(), wxnviz.Nviz.GetCPlaneTranslation(), wxnviz.Nviz.GetFocus(), wxnviz.Nviz.GetLongDim(), wxnviz.Nviz.GetXYRange(), wxnviz.Nviz.GetZRange(), wxnviz.Nviz.InitView(), wxnviz.Nviz.LoadSurface(), wxnviz.Nviz.LoadVector(), wxnviz.Nviz.LoadVolume(), tools.PositionWindow.PostDraw(), tools.LightPositionWindow.PostDraw(), forms.UpdateThread.run(), wxnviz.Nviz.SaveToFile(), wxnviz.Nviz.SelectCPlane(), wxnviz.Nviz.SetArrow(), wxnviz.Nviz.SetBgColor(), wxnviz.Nviz.SetCPlaneInteractively(), wxnviz.Nviz.SetCPlaneRotation(), wxnviz.Nviz.SetCPlaneTranslation(), wxnviz.Nviz.SetFenceColor(), wxnviz.Nviz.SetFocus(), wxnviz.Nviz.SetFringe(), wxnviz.Nviz.SetLight(), wxnviz.Nviz.SetScalebar(), wxnviz.Nviz.SetSurfaceAttr(), wxnviz.Nviz.SetViewDefault(), wxnviz.Nviz.SetZExag(), wxnviz.Nviz.UnselectCPlane(), and tools.PositionWindow.UpdatePos().
model.ProcessModelFile.properties |
Definition at line 1491 of file model.py.
Referenced by colorrules.VectorColorTable.AddTemporaryColumn(), colorrules.ColorTable.CreateColorTable(), colorrules.VectorColorTable.DeleteTemporaryColumn(), base.BasePlotFrame.DrawPlot(), base.BasePlotFrame.InitRasterOpts(), colorrules.VectorColorTable.LoadRulesFromColumn(), colorrules.ColorTable.LoadTable(), colorrules.VectorColorTable.OnAddColumn(), colorrules.VectorColorTable.OnApply(), colorrules.VectorColorTable.OnCheckColumn(), colorrules.VectorColorTable.OnColumnPreview(), colorrules.VectorColorTable.OnFromColSelection(), colorrules.VectorColorTable.OnLayerSelection(), base.BasePlotFrame.OnPlotText(), colorrules.VectorColorTable.OnSourceColumnSelection(), colorrules.VectorColorTable.OnToColSelection(), colorrules.ColorTable.ReadColorTable(), base.BasePlotFrame.SetGraphStyle(), colorrules.VectorColorTable.SetRangeLabel(), colorrules.RulesPanel.SQLConvert(), colorrules.VectorColorTable.UpdateColorColumn(), dialogs.TextDialog.UpdateSettings(), dialogs.OptDialog.UpdateSettings(), and colorrules.VectorColorTable.UseAttrColumn().
model.ProcessModelFile.root |
Definition at line 1488 of file model.py.
Referenced by layertree.LayerTree.AddLayer(), layertree.LayerTree.EnableItemType(), layertree.LayerTree.FindItemByIndex(), ogc_services.LayersList.GetSelectedLayers(), ogc_services.LayersList.LoadData(), layertree.LayerTree.OnDeleteLayer(), layertree.LayerTree.RecreateItem(), and widgets.ItemTree.SearchItems().
model.ProcessModelFile.size |
Definition at line 1529 of file model.py.
Referenced by preferences.PreferencesDialog.__init__(), and mapwindow.GLWindow.OnSize().
model.ProcessModelFile.tree |
Definition at line 1487 of file model.py.
Referenced by frame.MapFrame.AddNviz(), mapwindow.MapWindow.GetLayerByName(), frame.MapFrame.GetMapWindow(), mapwindow.MapWindow.GetSelectedLayer(), mapwindow.GLWindow.LoadDataLayers(), mapwindow.GLWindow.UnloadDataLayers(), and mapwindow.BufferedWindow.UpdateMap().