|
GRASS Programmer's Manual
6.5.svn(2012)-r51648
|


Public Member Functions | |
| def | __init__ |
| Dialog for interactively entering color rules for raster maps. | |
| def | OnSelectionInput |
| Raster map selected. | |
| def | OnPreview |
| Update preview (based on computational region) | |
| def | OnHelp |
| Show GRASS manual page. | |
Data Fields | |
| mapType | |
| attributeType | |
| colorTable | |
| properties | |
| inmap | |
Definition at line 736 of file colorrules.py.
| def colorrules.RasterColorTable.__init__ | ( | self, | |
| parent, | |||
| kwargs | |||
| ) |
Dialog for interactively entering color rules for raster maps.
Definition at line 737 of file colorrules.py.
| def colorrules.RasterColorTable.OnHelp | ( | self, | |
| event | |||
| ) |
Show GRASS manual page.
Definition at line 888 of file colorrules.py.
| def colorrules.RasterColorTable.OnPreview | ( | self, | |
tmp = True |
|||
| ) |
Update preview (based on computational region)
Definition at line 847 of file colorrules.py.
References utils.GetTempfile(), colorrules.ColorTable.inmap, and gcmd.RunCommand().
Referenced by colorrules.VectorColorTable.LoadRulesFromColumn(), colorrules.ColorTable.LoadTable(), colorrules.ColorTable.OnApply(), and colorrules.ColorTable.ReadColorTable().
| def colorrules.RasterColorTable.OnSelectionInput | ( | self, | |
| event | |||
| ) |
Raster map selected.
Definition at line 799 of file colorrules.py.
Referenced by colorrules.VectorColorTable.CreateAttrTable().
Definition at line 741 of file colorrules.py.
Referenced by colorrules.VectorColorTable.LoadRulesFromColumn(), colorrules.VectorColorTable.OnAddColumn(), colorrules.VectorColorTable.OnColumnPreview(), colorrules.VectorColorTable.OnLayerSelection(), colorrules.VectorColorTable.UpdateColorColumn(), colorrules.VectorColorTable.UpdateDialog(), and colorrules.VectorColorTable.UseAttrColumn().
Definition at line 742 of file colorrules.py.
Referenced by colorrules.VectorColorTable.CreateColorTable(), colorrules.VectorColorTable.LoadTable(), colorrules.VectorColorTable.OnApply(), colorrules.VectorColorTable.OnCheckColumn(), colorrules.VectorColorTable.OnPreview(), and colorrules.VectorColorTable.SetRangeLabel().
Reimplemented from colorrules.ColorTable.
Definition at line 802 of file colorrules.py.
Referenced by vclean.VectorCleaningFrame.GetCmdStrings(), vclean.VectorCleaningFrame.OnCleaningRun(), and vclean.VectorCleaningFrame.OnCopy().
Reimplemented from colorrules.ColorTable.
Definition at line 740 of file colorrules.py.
Referenced by dialogs.MapFramePanel.OnElementType(), and dialogs.MapFramePanel.update().
Definition at line 744 of file colorrules.py.
Referenced by colorrules.VectorColorTable.AddTemporaryColumn(), colorrules.ColorTable.CreateColorTable(), colorrules.VectorColorTable.DeleteTemporaryColumn(), base.BasePlotFrame.DrawPlot(), 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.VectorColorTable.UpdateColorColumn(), dialogs.TextDialog.UpdateSettings(), dialogs.OptDialog.UpdateSettings(), and colorrules.VectorColorTable.UseAttrColumn().