GRASS Programmer's Manual  6.5.svn(2012)-r51648
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
vclean.VectorCleaningFrame Class Reference

Public Member Functions

def __init__
 Dialog for interactively defining vector cleaning tools.
def OnAddTool
 Add tool button pressed.
def AddTool
def OnClearTool
 Remove tool button pressed.
def OnMoveToolUp
 Move up tool button pressed.
def OnMoveToolDown
 Move down tool button pressed.
def OnSetTool
 Tool was defined.
def OnThreshValue
 Threshold value was entered.
def OnSelect
 Tool was selected.
def OnDone
 Command done.
def OnCleaningRun
 Builds options and runs v.clean.
def OnClose
def OnHelp
 Show GRASS manual page.
def OnCopy
 Copy the command.
def GetCmdStrings

Data Fields

 parent
 log
 cmd
 panel
 inmap
 outmap
 ftype
 toolslines
 tool_desc_list
 tool_list
 n_ftypes
 tools_string
 thresh_string
 ftype_string
 elem
 ctlabel
 inmaplabel
 selectionInput
 ftype_check
 ftypeSizer
 outmaplabel
 selectionOutput
 overwrite
 ct_label
 ct_panel
 btn_add
 btn_remove
 btn_moveup
 btn_movedown
 selected
 btn_close
 btn_run
 btn_clipboard
 btn_help
 ct_sizer

Detailed Description

Definition at line 30 of file vclean.py.


Constructor & Destructor Documentation

def vclean.VectorCleaningFrame.__init__ (   self,
  parent,
  id = wx.ID_ANY,
  title = _('Set up vector cleaning tools'),
  style = wx.DEFAULT_FRAME_STYLE | wx.RESIZE_BORDER,
  kwargs 
)

Dialog for interactively defining vector cleaning tools.

Definition at line 33 of file vclean.py.


Member Function Documentation

def vclean.VectorCleaningFrame.OnAddTool (   self,
  event 
)

Add tool button pressed.

Definition at line 302 of file vclean.py.

def vclean.VectorCleaningFrame.OnClose (   self,
  event 
)

Definition at line 498 of file vclean.py.

def vclean.VectorCleaningFrame.OnDone (   self,
  cmd,
  returncode 
)

Command done.

Definition at line 446 of file vclean.py.

Referenced by vclean.VectorCleaningFrame.OnCleaningRun().

def vclean.VectorCleaningFrame.OnThreshValue (   self,
  event 
)

Threshold value was entered.

Definition at line 422 of file vclean.py.

References widgets.GetValue(), and vclean.VectorCleaningFrame.toolslines.

Referenced by vclean.VectorCleaningFrame.AddTool().


Field Documentation

Definition at line 145 of file vclean.py.

Definition at line 155 of file vclean.py.

Definition at line 160 of file vclean.py.

Definition at line 156 of file vclean.py.

Definition at line 139 of file vclean.py.

Definition at line 295 of file vclean.py.

Definition at line 115 of file vclean.py.

Definition at line 114 of file vclean.py.

Definition at line 134 of file vclean.py.

Definition at line 54 of file vclean.py.


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