GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
manager.DispMapPage Class Reference
Inheritance diagram for manager.DispMapPage:
Collaboration diagram for manager.DispMapPage:

Public Member Functions

def __init__
 
def OnSrcSelection
 Source map to display selected. More...
 
def OnTgtSelection
 Source map to display selected. More...
 
def OnPageChanging
 
def OnEnterPage
 

Data Fields

 parent
 
 srcselection
 
 tgtselection
 

Detailed Description

Select ungeoreferenced map to display for interactively
setting ground control points (GCPs).

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

Constructor & Destructor Documentation

def manager.DispMapPage.__init__ (   self,
  wizard,
  parent 
)

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

Member Function Documentation

def manager.DispMapPage.OnEnterPage (   self,
  event = None 
)

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

References gcmd.RunCommand().

def manager.DispMapPage.OnPageChanging (   self,
  event = None 
)

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

def manager.DispMapPage.OnSrcSelection (   self,
  event 
)

Source map to display selected.

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

References gcmd.RunCommand().

def manager.DispMapPage.OnTgtSelection (   self,
  event 
)

Source map to display selected.

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

Field Documentation

manager.DispMapPage.srcselection

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

manager.DispMapPage.tgtselection

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


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