|
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) | |
Public Member Functions inherited from gui_modules.psmap_dialogs.PsmapDialog | |
| def | __init__ |
| def | AddUnits |
| def | AddPosition |
| def | AddFont |
Data Fields | |
| objectType | |
| vPanel | |
| id | |
Data Fields inherited from gui_modules.psmap_dialogs.PsmapDialog | |
| apply | |
| parent | |
| instruction | |
| unitConv | |
| spinCtrlSize | |
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.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.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().
| def gui_modules.psmap_dialogs.MainVectorDialog.update | ( | self | ) |
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().
| def gui_modules.psmap_dialogs.MainVectorDialog.updateDialog | ( | self | ) |
Update information (not used)
Definition at line 2963 of file psmap_dialogs.py.
Referenced by gui_modules.psmap_dialogs.MapinfoDialog.update().
| gui_modules.psmap_dialogs.MainVectorDialog.id |
Reimplemented from gui_modules.psmap_dialogs.PsmapDialog.
Definition at line 2948 of file psmap_dialogs.py.
| gui_modules.psmap_dialogs.MainVectorDialog.objectType |
Reimplemented from gui_modules.psmap_dialogs.PsmapDialog.
Definition at line 2945 of file psmap_dialogs.py.
| gui_modules.psmap_dialogs.MainVectorDialog.vPanel |
Definition at line 2946 of file psmap_dialogs.py.