GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
gui_modules.gcpmanager.GrSettingsDialog Class Reference

Public Member Functions

def __init__
def OnHighlight
 Checkbox 'highlighthighest' checked/unchecked.
def OnSDFactor
 New factor for RMS threshold = M + SD * factor.
def OnSrcSelection
 Source map to display selected.
def OnTgtSelection
 Target map to display selected.
def OnMethod
def OnClipRegion
def OnExtension
def UpdateSettings
def OnSave
 Button 'Save' pressed.
def OnApply
 Button 'Apply' pressed.
def OnClose
 Button 'Cancel' pressed.

Data Fields

 parent
 new_src_map
 new_tgt_map
 sdfactor
 symbol
 methods
 highlighthighest
 rmsWin
 showunused
 srcselection
 tgtselection
 rb_grorder
 grmethod
 check
 ext_txt

Detailed Description

Definition at line 2332 of file gcpmanager.py.

Constructor & Destructor Documentation

def gui_modules.gcpmanager.GrSettingsDialog.__init__ (   self,
  parent,
  id,
  title,
  pos = wx.DefaultPosition,
  size = wx.DefaultSize,
  style = wx.DEFAULT_DIALOG_STYLE 
)

Definition at line 2334 of file gcpmanager.py.

Member Function Documentation

def gui_modules.gcpmanager.GrSettingsDialog.OnClipRegion (   self,
  event 
)

Definition at line 2677 of file gcpmanager.py.

def gui_modules.gcpmanager.GrSettingsDialog.OnClose (   self,
  event 
)

Button 'Cancel' pressed.

Definition at line 2780 of file gcpmanager.py.

def gui_modules.gcpmanager.GrSettingsDialog.OnExtension (   self,
  event 
)

Definition at line 2680 of file gcpmanager.py.

def gui_modules.gcpmanager.GrSettingsDialog.OnHighlight (   self,
  event 
)

Checkbox 'highlighthighest' checked/unchecked.

Definition at line 2634 of file gcpmanager.py.

def gui_modules.gcpmanager.GrSettingsDialog.OnMethod (   self,
  event 
)

Definition at line 2674 of file gcpmanager.py.

References gui_modules.gcpmanager.GrSettingsDialog.methods.

def gui_modules.gcpmanager.GrSettingsDialog.OnSave (   self,
  event 
)

Button 'Save' pressed.

Definition at line 2765 of file gcpmanager.py.

References gui_modules.gcpmanager.GrSettingsDialog.UpdateSettings().

def gui_modules.gcpmanager.GrSettingsDialog.OnSDFactor (   self,
  event 
)

New factor for RMS threshold = M + SD * factor.

Definition at line 2643 of file gcpmanager.py.

References gui_modules.gcpmanager.GrSettingsDialog.sdfactor.

def gui_modules.gcpmanager.GrSettingsDialog.OnSrcSelection (   self,
  event 
)

Source map to display selected.

Definition at line 2656 of file gcpmanager.py.

References gui_modules.gcpmanager.GrSettingsDialog.new_src_map.

def gui_modules.gcpmanager.GrSettingsDialog.OnTgtSelection (   self,
  event 
)

Target map to display selected.

Definition at line 2665 of file gcpmanager.py.

References gui_modules.gcpmanager.GrSettingsDialog.new_tgt_map.

Field Documentation

gui_modules.gcpmanager.GrSettingsDialog.check

Definition at line 2610 of file gcpmanager.py.

gui_modules.gcpmanager.GrSettingsDialog.ext_txt

Definition at line 2619 of file gcpmanager.py.

gui_modules.gcpmanager.GrSettingsDialog.grmethod

Definition at line 2602 of file gcpmanager.py.

gui_modules.gcpmanager.GrSettingsDialog.highlighthighest

Definition at line 2403 of file gcpmanager.py.

gui_modules.gcpmanager.GrSettingsDialog.methods

Definition at line 2350 of file gcpmanager.py.

Referenced by gui_modules.gcpmanager.GrSettingsDialog.OnMethod().

gui_modules.gcpmanager.GrSettingsDialog.new_src_map
gui_modules.gcpmanager.GrSettingsDialog.new_tgt_map
gui_modules.gcpmanager.GrSettingsDialog.rb_grorder

Definition at line 2589 of file gcpmanager.py.

gui_modules.gcpmanager.GrSettingsDialog.rmsWin

Definition at line 2416 of file gcpmanager.py.

gui_modules.gcpmanager.GrSettingsDialog.sdfactor
gui_modules.gcpmanager.GrSettingsDialog.showunused

Definition at line 2502 of file gcpmanager.py.

gui_modules.gcpmanager.GrSettingsDialog.srcselection

Definition at line 2545 of file gcpmanager.py.

gui_modules.gcpmanager.GrSettingsDialog.symbol
gui_modules.gcpmanager.GrSettingsDialog.tgtselection

Definition at line 2553 of file gcpmanager.py.


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