GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
preferences.VDigitSettingsDialog Class Reference
Inheritance diagram for preferences.VDigitSettingsDialog:
Collaboration diagram for preferences.VDigitSettingsDialog:

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...
 

Data Fields

 parent
 
 digit
 
 symbology
 
 lineWidthValue
 
 snappingValue
 
 snappingUnit
 
 snapVertex
 
 mapUnits
 
 snappingInfo
 
 selectFeature
 
 selectThreshValue
 
 selectIn
 
 checkForDupl
 
 intersect
 
 save
 
 queryBox
 
 queryLength
 
 queryLengthSL
 
 queryLengthValue
 
 queryDangle
 
 queryDangleSL
 
 queryDangleValue
 
 addRecord
 
 layer
 
 category
 
 categoryMode
 
 deleteRecord
 
 geomAttrb
 

Detailed Description

Definition at line 28 of file vdigit/preferences.py.

Constructor & Destructor Documentation

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.

Member Function Documentation

def preferences.VDigitSettingsDialog.OnApply (   self,
  event 
)
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 
)

Field Documentation

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.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
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
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.


The documentation for this class was generated from the following file: