GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Public Member Functions | |
def | __init__ |
Standard settings dialog for digitization purposes. More... | |
def | OnGeomAttrb |
Register geometry attributes (enable/disable) More... | |
def | OnChangeCategoryMode |
Change category mode. More... | |
def | OnChangeLayer |
Layer changed. More... | |
def | OnChangeAddRecord |
Checkbox 'Add new record' status changed. More... | |
def | OnChangeSnappingValue |
Change snapping value - update static text. More... | |
def | OnChangeSnappingUnits |
Snapping units change -> update static text. More... | |
def | OnChangeQuery |
Change query. More... | |
def | OnSave |
Button 'Save' pressed. More... | |
def | OnApply |
Button 'Apply' pressed. More... | |
def | OnCancel |
Button 'Cancel' pressed. More... | |
def | UpdateSettings |
Update digitizer settings. More... | |
Definition at line 28 of file vdigit/preferences.py.
def preferences.VDigitSettingsDialog.__init__ | ( | self, | |
parent, | |||
title, | |||
style = wx.DEFAULT_DIALOG_STYLE |
|||
) |
Standard settings dialog for digitization purposes.
Definition at line 29 of file vdigit/preferences.py.
def preferences.VDigitSettingsDialog.OnApply | ( | self, | |
event | |||
) |
Button 'Apply' pressed.
Definition at line 660 of file vdigit/preferences.py.
References preferences.VDigitSettingsDialog.UpdateSettings(), and manager.GrSettingsDialog.UpdateSettings().
Referenced by dialogs.TextDialog.OnOk(), dialogs.OptDialog.OnOk(), dialogs.TextDialog.OnSave(), and dialogs.OptDialog.OnSave().
def preferences.VDigitSettingsDialog.OnCancel | ( | self, | |
event | |||
) |
Button 'Cancel' pressed.
Definition at line 665 of file vdigit/preferences.py.
Referenced by dialogs.DxfImportDialog.OnRun().
def preferences.VDigitSettingsDialog.OnChangeAddRecord | ( | self, | |
event | |||
) |
Checkbox 'Add new record' status changed.
Definition at line 574 of file vdigit/preferences.py.
def preferences.VDigitSettingsDialog.OnChangeCategoryMode | ( | self, | |
event | |||
) |
Change category mode.
Definition at line 547 of file vdigit/preferences.py.
def preferences.VDigitSettingsDialog.OnChangeLayer | ( | self, | |
event | |||
) |
Layer changed.
Definition at line 563 of file vdigit/preferences.py.
def preferences.VDigitSettingsDialog.OnChangeQuery | ( | self, | |
event | |||
) |
Change query.
Definition at line 627 of file vdigit/preferences.py.
def preferences.VDigitSettingsDialog.OnChangeSnappingUnits | ( | self, | |
event | |||
) |
Snapping units change -> update static text.
Definition at line 609 of file vdigit/preferences.py.
References preferences.VDigitSettingsDialog.mapUnits.
def preferences.VDigitSettingsDialog.OnChangeSnappingValue | ( | self, | |
event | |||
) |
Change snapping value - update static text.
Definition at line 580 of file vdigit/preferences.py.
def preferences.VDigitSettingsDialog.OnGeomAttrb | ( | self, | |
event | |||
) |
Register geometry attributes (enable/disable)
Definition at line 530 of file vdigit/preferences.py.
References preferences.VDigitSettingsDialog.geomAttrb.
def preferences.VDigitSettingsDialog.OnSave | ( | self, | |
event | |||
) |
Button 'Save' pressed.
Definition at line 643 of file vdigit/preferences.py.
References preferences.VDigitSettingsDialog.UpdateSettings(), and manager.GrSettingsDialog.UpdateSettings().
def preferences.VDigitSettingsDialog.UpdateSettings | ( | self | ) |
Update digitizer settings.
Definition at line 674 of file vdigit/preferences.py.
References widgets.GetValue(), and preferences.VDigitSettingsDialog.selectFeature.
Referenced by tools.NvizToolWindow.LoadSettings(), dialogs.TextDialog.OnApply(), preferences.VDigitSettingsDialog.OnApply(), dialogs.OptDialog.OnApply(), preferences.VDigitSettingsDialog.OnSave(), and dialogs.OptDialog.OnSetOpt().
preferences.VDigitSettingsDialog.addRecord |
Definition at line 355 of file vdigit/preferences.py.
preferences.VDigitSettingsDialog.category |
Definition at line 373 of file vdigit/preferences.py.
preferences.VDigitSettingsDialog.categoryMode |
Definition at line 383 of file vdigit/preferences.py.
preferences.VDigitSettingsDialog.checkForDupl |
Definition at line 222 of file vdigit/preferences.py.
preferences.VDigitSettingsDialog.deleteRecord |
Definition at line 401 of file vdigit/preferences.py.
preferences.VDigitSettingsDialog.digit |
Definition at line 35 of file vdigit/preferences.py.
Referenced by toolbars.VDigitToolbar.OnSettings(), toolbars.VDigitToolbar.OnTool(), toolbars.VDigitToolbar.StartEditing(), and toolbars.VDigitToolbar.StopEditing().
preferences.VDigitSettingsDialog.geomAttrb |
Definition at line 416 of file vdigit/preferences.py.
Referenced by preferences.VDigitSettingsDialog.OnGeomAttrb().
preferences.VDigitSettingsDialog.intersect |
Definition at line 238 of file vdigit/preferences.py.
preferences.VDigitSettingsDialog.layer |
Definition at line 365 of file vdigit/preferences.py.
preferences.VDigitSettingsDialog.lineWidthValue |
Definition at line 131 of file vdigit/preferences.py.
preferences.VDigitSettingsDialog.mapUnits |
Definition at line 173 of file vdigit/preferences.py.
Referenced by preferences.VDigitSettingsDialog.OnChangeSnappingUnits().
preferences.VDigitSettingsDialog.parent |
Definition at line 34 of file vdigit/preferences.py.
Referenced by wxdigit.VDigitError.Database(), wxdigit.VDigitError.DbExecute(), wxdigit.VDigitError.DbLink(), wxdigit.VDigitError.DeadLine(), wxdigit.VDigitError.Driver(), wxdigit.VDigitError.FeatureType(), wxdigit.VDigitError.NoMap(), wxdigit.VDigitError.ReadLine(), and wxdigit.VDigitError.WriteLine().
preferences.VDigitSettingsDialog.queryBox |
Definition at line 275 of file vdigit/preferences.py.
preferences.VDigitSettingsDialog.queryDangle |
Definition at line 307 of file vdigit/preferences.py.
preferences.VDigitSettingsDialog.queryDangleSL |
Definition at line 313 of file vdigit/preferences.py.
preferences.VDigitSettingsDialog.queryDangleValue |
Definition at line 316 of file vdigit/preferences.py.
preferences.VDigitSettingsDialog.queryLength |
Definition at line 284 of file vdigit/preferences.py.
preferences.VDigitSettingsDialog.queryLengthSL |
Definition at line 290 of file vdigit/preferences.py.
preferences.VDigitSettingsDialog.queryLengthValue |
Definition at line 293 of file vdigit/preferences.py.
preferences.VDigitSettingsDialog.save |
Definition at line 251 of file vdigit/preferences.py.
preferences.VDigitSettingsDialog.selectFeature |
Definition at line 192 of file vdigit/preferences.py.
Referenced by preferences.VDigitSettingsDialog.UpdateSettings().
preferences.VDigitSettingsDialog.selectIn |
Definition at line 217 of file vdigit/preferences.py.
preferences.VDigitSettingsDialog.selectThreshValue |
Definition at line 206 of file vdigit/preferences.py.
preferences.VDigitSettingsDialog.snappingInfo |
Definition at line 174 of file vdigit/preferences.py.
preferences.VDigitSettingsDialog.snappingUnit |
Definition at line 160 of file vdigit/preferences.py.
preferences.VDigitSettingsDialog.snappingValue |
Definition at line 155 of file vdigit/preferences.py.
preferences.VDigitSettingsDialog.snapVertex |
Definition at line 169 of file vdigit/preferences.py.
preferences.VDigitSettingsDialog.symbology |
Definition at line 87 of file vdigit/preferences.py.