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

Public Member Functions

def __init__
 Dialog for editing GPC and map coordinates in list control.
def GetValues
 Return list of values (as strings).

Data Fields

 xcoord
 ycoord
 ecoord
 ncoord
 btnCancel
 btnOk

Detailed Description

Definition at line 2234 of file gcpmanager.py.

Constructor & Destructor Documentation

def gui_modules.gcpmanager.EditGCP.__init__ (   self,
  parent,
  data,
  gcpno,
  id = wx.ID_ANY,
  title = _("Edit GCP"),
  style = wx.DEFAULT_DIALOG_STYLE 
)

Dialog for editing GPC and map coordinates in list control.

Definition at line 2237 of file gcpmanager.py.

Member Function Documentation

def gui_modules.gcpmanager.EditGCP.GetValues (   self,
  columns = None 
)

Return list of values (as strings).

Definition at line 2313 of file gcpmanager.py.

Field Documentation

gui_modules.gcpmanager.EditGCP.btnCancel

Definition at line 2298 of file gcpmanager.py.

gui_modules.gcpmanager.EditGCP.btnOk

Definition at line 2299 of file gcpmanager.py.

gui_modules.gcpmanager.EditGCP.ecoord

Definition at line 2255 of file gcpmanager.py.

gui_modules.gcpmanager.EditGCP.ncoord

Definition at line 2256 of file gcpmanager.py.

gui_modules.gcpmanager.EditGCP.xcoord

Definition at line 2253 of file gcpmanager.py.

gui_modules.gcpmanager.EditGCP.ycoord

Definition at line 2254 of file gcpmanager.py.


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