GRASS Programmer's Manual  6.5.svn(2012)-r51648
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
manager.GCPList Class Reference
Inheritance diagram for manager.GCPList:
Collaboration diagram for manager.GCPList:

Public Member Functions

def __init__
def LoadData
 Load data into list.
def OnCheckItem
 Item is checked/unchecked.
def AddGCPItem
def DeleteGCPItem
def ResizeColumns
 Resize columns.
def GetSelected
 Get index of selected item.
def OnItemSelected
def OnItemActivated
def OnColClick
 ListCtrl forgets selected item...

Data Fields

 gcp
 render
 CheckList
 selected
 selectedkey

Detailed Description

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


Constructor & Destructor Documentation

def manager.GCPList.__init__ (   self,
  parent,
  gcp,
  id = wx.ID_ANY,
  pos = wx.DefaultPosition,
  size = wx.DefaultSize,
  style = wx.LC_REPORT | wx.SUNKEN_BORDER | wx.LC_HRULES |                  wx.LC_SINGLE_SEL 
)

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


Member Function Documentation

Deletes selected item in GCP list

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

References manager.GCPList.selected.

Get index of selected item.

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

References manager.GCPList.selected.

Referenced by widgets.ItemTree.OnShowItem().

def manager.GCPList.OnCheckItem (   self,
  index,
  flag 
)

Item is checked/unchecked.

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

References manager.GCPList.render.

def manager.GCPList.OnColClick (   self,
  event 
)

ListCtrl forgets selected item...

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

References manager.GCPList.selected, and manager.GCPList.selectedkey.

def manager.GCPList.OnItemActivated (   self,
  event 
)
When item double clicked, open editor to update coordinate values

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

References model.Model.GetItem(), and tools.range.

def manager.GCPList.OnItemSelected (   self,
  event 
)
Item selected

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

References manager.GCPList.render, manager.GCPList.selected, and manager.GCPList.selectedkey.

Referenced by prompt.GPromptSTC.__init__().

Resize columns.

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

References tools.range.

Referenced by manager.GCPList.AddGCPItem(), and manager.GCPList.LoadData().


Field Documentation

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

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


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