GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Public Member Functions | |
def | __init__ |
Dialog for editing GPC and map coordinates in list control. More... | |
def | GetValues |
Return list of values (as strings). More... | |
Data Fields | |
xcoord | |
ycoord | |
ecoord | |
ncoord | |
btnCancel | |
btnOk | |
Definition at line 2234 of file gcp/manager.py.
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 2237 of file gcp/manager.py.
def manager.EditGCP.GetValues | ( | self, | |
columns = None |
|||
) |
Return list of values (as strings).
Definition at line 2313 of file gcp/manager.py.
manager.EditGCP.btnCancel |
Definition at line 2298 of file gcp/manager.py.
manager.EditGCP.btnOk |
Definition at line 2299 of file gcp/manager.py.
manager.EditGCP.ecoord |
Definition at line 2255 of file gcp/manager.py.
manager.EditGCP.ncoord |
Definition at line 2256 of file gcp/manager.py.
manager.EditGCP.xcoord |
Definition at line 2253 of file gcp/manager.py.
manager.EditGCP.ycoord |
Definition at line 2254 of file gcp/manager.py.