GRASS Programmer's Manual
6.4.2(2012)
|
if 'map' in self.parent.openDialogs: if self.parent.openDialogs['map'].mPanel.rasterTypeRadio.GetValue()\ and self.parent.openDialogs['map'].mPanel.select.GetValue(): if self.parent.openDialogs['map'].mPanel.drawMap.IsChecked(): self.rPanel.rasterSelect.SetValue(self.parent.openDialogs['map'].mPanel.select.GetValue()) More...
Public Member Functions | |
def | __init__ |
def | update |
def | OnApply |
def | updateDialog |
Update information (not used) | |
Data Fields | |
objectType | |
vPanel | |
id |
if 'map' in self.parent.openDialogs: if self.parent.openDialogs['map'].mPanel.rasterTypeRadio.GetValue()\ and self.parent.openDialogs['map'].mPanel.select.GetValue(): if self.parent.openDialogs['map'].mPanel.drawMap.IsChecked(): self.rPanel.rasterSelect.SetValue(self.parent.openDialogs['map'].mPanel.select.GetValue())
Definition at line 2942 of file psmap_dialogs.py.
def gui_modules.psmap_dialogs.MainVectorDialog.__init__ | ( | self, | |
parent, | |||
id, | |||
settings | |||
) |
Definition at line 2943 of file psmap_dialogs.py.
def gui_modules.psmap_dialogs.MainVectorDialog.OnApply | ( | self, | |
event | |||
) |
Definition at line 2954 of file psmap_dialogs.py.
References gui_modules.psmap_dialogs.InstructionObject.id, gui_modules.gmodeler.ModelObject.id, gui_modules.psmap_dialogs.PsmapDialog.id, gui_modules.gmodeler.ModelAction.id, gui_modules.psmap_dialogs.MapFramePanel.id, gui_modules.psmap_dialogs.RasterPanel.id, gui_modules.psmap_dialogs.VectorPanel.id, gui_modules.psmap_dialogs.RasterDialog.id, gui_modules.psmap_dialogs.MainVectorDialog.id, gui_modules.gmodeler.ModelItem.id, gui_modules.psmap.PsMapFrame.instruction, gui_modules.psmap_dialogs.Instruction.instruction, gui_modules.psmap_dialogs.InstructionObject.instruction, gui_modules.psmap_dialogs.InitMap.instruction, gui_modules.psmap_dialogs.MapFrame.instruction, gui_modules.psmap_dialogs.PageSetup.instruction, gui_modules.psmap_dialogs.Mapinfo.instruction, gui_modules.psmap_dialogs.Text.instruction, gui_modules.psmap.PsMapBufferedWindow.instruction, gui_modules.psmap_dialogs.Scalebar.instruction, gui_modules.psmap_dialogs.RasterLegend.instruction, gui_modules.psmap_dialogs.VectorLegend.instruction, gui_modules.psmap_dialogs.Raster.instruction, gui_modules.psmap_dialogs.Vector.instruction, gui_modules.psmap_dialogs.VProperties.instruction, gui_modules.psmap_dialogs.PsmapDialog.instruction, gui_modules.psmap_dialogs.MapFramePanel.instruction, gui_modules.psmap_dialogs.RasterPanel.instruction, gui_modules.psmap_dialogs.VectorPanel.instruction, gui_modules.psmap_dialogs.LegendDialog.instruction, gui_modules.psmap_dialogs.PageSetupDialog.update(), gui_modules.psmap_dialogs.MapFramePanel.update(), gui_modules.psmap_dialogs.RasterPanel.update(), gui_modules.psmap_dialogs.VectorPanel.update(), gui_modules.psmap_dialogs.RasterDialog.update(), and gui_modules.psmap_dialogs.MainVectorDialog.update().
Referenced by gui_modules.vdigit.VDigitCategoryDialog.OnOK().
Definition at line 2951 of file psmap_dialogs.py.
Referenced by gui_modules.psmap_dialogs.MainVectorDialog.OnApply(), gui_modules.psmap_dialogs.TextDialog.OnBackground(), gui_modules.psmap_dialogs.TextDialog.OnBorder(), gui_modules.psmap_dialogs.TextDialog.OnHighlight(), gui_modules.psmap_dialogs.MapinfoDialog.OnIsBackground(), and gui_modules.psmap_dialogs.MapinfoDialog.OnIsBorder().
Update information (not used)
Definition at line 2963 of file psmap_dialogs.py.
Referenced by gui_modules.psmap_dialogs.MapinfoDialog.update().
Reimplemented from gui_modules.psmap_dialogs.PsmapDialog.
Definition at line 2943 of file psmap_dialogs.py.
Referenced by gui_modules.gmodeler.ModelLoop.__init__(), gui_modules.psmap_dialogs.MapDialog.OnApply(), gui_modules.psmap_dialogs.MainVectorDialog.OnApply(), gui_modules.psmap_dialogs.MapinfoDialog.update(), gui_modules.psmap_dialogs.ScalebarDialog.update(), and gui_modules.psmap_dialogs.TextDialog.update().
Reimplemented from gui_modules.psmap_dialogs.PsmapDialog.
Definition at line 2943 of file psmap_dialogs.py.
Definition at line 2943 of file psmap_dialogs.py.