GRASS Programmer's Manual  6.5.svn(2012)-r51648
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
manager.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 2231 of file gcp/manager.py.


Constructor & Destructor Documentation

def manager.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 2234 of file gcp/manager.py.


Member Function Documentation

def manager.EditGCP.GetValues (   self,
  columns = None 
)

Return list of values (as strings).

Definition at line 2310 of file gcp/manager.py.


Field Documentation

Definition at line 2295 of file gcp/manager.py.

Definition at line 2296 of file gcp/manager.py.

Definition at line 2252 of file gcp/manager.py.

Definition at line 2253 of file gcp/manager.py.

Definition at line 2250 of file gcp/manager.py.

Definition at line 2251 of file gcp/manager.py.


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