GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Panel for raster map settings. More...
Public Member Functions | |
def | __init__ |
def | OnRaster |
Enable/disable raster selection. More... | |
def | update |
def | getId |
Data Fields | |
instruction | |
book | |
mainDialog | |
id | |
rasterDict | |
rasterNoRadio | |
rasterYesRadio | |
rasterSelect | |
Panel for raster map settings.
Definition at line 1135 of file psmap/dialogs.py.
def dialogs.RasterPanel.__init__ | ( | self, | |
parent, | |||
id, | |||
settings, | |||
notebook = True |
|||
) |
Definition at line 1137 of file psmap/dialogs.py.
def dialogs.RasterPanel.getId | ( | self | ) |
Definition at line 1238 of file psmap/dialogs.py.
References dialogs.PsmapDialog.id, render.Overlay.id, dialogs.MapFramePanel.id, model.ModelObject.id, model.ModelAction.id, dialogs.RasterPanel.id, model.ModelItem.id, and wxnviz.Texture.id.
def dialogs.RasterPanel.OnRaster | ( | self, | |
event | |||
) |
Enable/disable raster selection.
Definition at line 1202 of file psmap/dialogs.py.
def dialogs.RasterPanel.update | ( | self | ) |
Definition at line 1206 of file psmap/dialogs.py.
References dialogs.PsmapDialog.id, render.Overlay.id, dialogs.MapFramePanel.id, model.ModelObject.id, model.ModelAction.id, dialogs.RasterPanel.id, model.ModelItem.id, wxnviz.Texture.id, dialogs.PsmapDialog.instruction, dialogs.MapFramePanel.instruction, dialogs.RasterPanel.instruction, dialogs.RasterPanel.rasterDict, and dialogs.updateDialog().
Referenced by dialogs.RasterDialog.OnApply(), dialogs.MainVectorDialog.OnApply(), dialogs.TextDialog.OnBackground(), dialogs.TextDialog.OnBorder(), dialogs.TextDialog.OnHighlight(), dialogs.MapinfoDialog.OnIsBackground(), and dialogs.MapinfoDialog.OnIsBorder().
dialogs.RasterPanel.book |
Definition at line 1142 of file psmap/dialogs.py.
dialogs.RasterPanel.id |
Definition at line 1148 of file psmap/dialogs.py.
Referenced by dialogs.RasterPanel.getId(), dialogs.VectorPanel.getId(), dialogs.RasterPanel.update(), and dialogs.VectorPanel.update().
dialogs.RasterPanel.instruction |
Definition at line 1139 of file psmap/dialogs.py.
Referenced by instructions.Instruction.__contains__(), instructions.Instruction.__delitem__(), instructions.Instruction.__getitem__(), instructions.InstructionObject.__getitem__(), instructions.InstructionObject.__setitem__(), instructions.Instruction.__str__(), instructions.MapFrame.__str__(), instructions.PageSetup.__str__(), instructions.Mapinfo.__str__(), instructions.Text.__str__(), instructions.Image.__str__(), instructions.NorthArrow.__str__(), instructions.Point.__str__(), instructions.Line.__str__(), instructions.Rectangle.__str__(), instructions.Scalebar.__str__(), instructions.RasterLegend.__str__(), instructions.VectorLegend.__str__(), instructions.Raster.__str__(), instructions.VProperties.__str__(), instructions.Image.ChangeRefPoint(), frame.PsMapBufferedWindow.Draw(), instructions.Instruction.FindInstructionByType(), frame.PsMapFrame.getFile(), instructions.InstructionObject.GetInstruction(), frame.PsMapFrame.InstructionFile(), frame.PsMapBufferedWindow.OnButtonDClick(), frame.PsMapFrame.OnCmdDone(), frame.PsMapBufferedWindow.OnDragging(), frame.PsMapBufferedWindow.OnLeftUp(), frame.PsMapFrame.OnLoadFile(), frame.PsMapFrame.OnPageSetup(), dialogs.VectorPanel.OnProperties(), frame.PsMapFrame.PSFile(), instructions.MapFrame.Read(), instructions.Mapinfo.Read(), instructions.Image.Read(), instructions.Point.Read(), instructions.Line.Read(), instructions.Rectangle.Read(), instructions.Scalebar.Read(), instructions.Vector.Read(), frame.PsMapBufferedWindow.RecalculateEN(), frame.PsMapBufferedWindow.RecalculatePosition(), instructions.InstructionObject.SetInstruction(), frame.PsMapBufferedWindow.SetPage(), dialogs.RasterPanel.update(), dialogs.VectorPanel.update(), and frame.PsMapBufferedWindow.Zoom().
dialogs.RasterPanel.mainDialog |
Definition at line 1144 of file psmap/dialogs.py.
dialogs.RasterPanel.rasterDict |
Definition at line 1149 of file psmap/dialogs.py.
Referenced by dialogs.RasterPanel.update().
dialogs.RasterPanel.rasterNoRadio |
Definition at line 1169 of file psmap/dialogs.py.
dialogs.RasterPanel.rasterSelect |
Definition at line 1172 of file psmap/dialogs.py.
dialogs.RasterPanel.rasterYesRadio |
Definition at line 1170 of file psmap/dialogs.py.