|
GRASS Programmer's Manual
6.5.svn(2012)-r51648
|
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 1552 of file psmap/dialogs.py.
| def dialogs.MainVectorDialog.__init__ | ( | self, | |
| parent, | |||
| id, | |||
| settings | |||
| ) |
Definition at line 1553 of file psmap/dialogs.py.
| def dialogs.MainVectorDialog.OnApply | ( | self, | |
| event | |||
| ) |
Definition at line 1564 of file psmap/dialogs.py.
References dialogs.PsmapDialog.id, render.Overlay.id, model.ModelObject.id, model.ModelAction.id, model.ModelItem.id, wxnviz.Texture.id, dialogs.PsmapDialog.instruction, dialogs.PageSetupDialog.update(), dialogs.MapFramePanel.update(), dialogs.RasterPanel.update(), dialogs.VectorPanel.update(), dialogs.RasterDialog.update(), and dialogs.MainVectorDialog.update().
Referenced by dialogs.VDigitCategoryDialog.OnOK().
| def dialogs.MainVectorDialog.update | ( | self | ) |
Definition at line 1561 of file psmap/dialogs.py.
Referenced by dialogs.MainVectorDialog.OnApply(), dialogs.TextDialog.OnBackground(), dialogs.TextDialog.OnBorder(), dialogs.TextDialog.OnHighlight(), dialogs.MapinfoDialog.OnIsBackground(), and dialogs.MapinfoDialog.OnIsBorder().
| def dialogs.MainVectorDialog.updateDialog | ( | self | ) |
Update information (not used)
Definition at line 1573 of file psmap/dialogs.py.
Referenced by dialogs.MapinfoDialog.update().
Reimplemented from dialogs.PsmapDialog.
Definition at line 1558 of file psmap/dialogs.py.
Reimplemented from dialogs.PsmapDialog.
Definition at line 1555 of file psmap/dialogs.py.
Definition at line 1556 of file psmap/dialogs.py.