GRASS Programmer's Manual  6.5.svn(2012)-r51648
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
wizard.ProjectionsPage Class Reference

Wizard page for selecting projection (select coordinate system option) More...

Inheritance diagram for wizard.ProjectionsPage:
Collaboration diagram for wizard.ProjectionsPage:

Public Member Functions

def __init__
def OnPageChanging
def OnText
 Projection name changed.
def OnEnterPage
def OnSearch
 Search projection by desc.
def OnItemSelected
 Projection selected.

Data Fields

 parent
 proj
 projdesc
 p4proj
 tproj
 searchb
 projlist

Detailed Description

Wizard page for selecting projection (select coordinate system option)

Definition at line 318 of file wizard.py.


Constructor & Destructor Documentation

def wizard.ProjectionsPage.__init__ (   self,
  wizard,
  parent 
)

Reimplemented from wizard.TitledPage.

Definition at line 320 of file wizard.py.


Member Function Documentation

def wizard.ProjectionsPage.OnEnterPage (   self,
  event 
)

Definition at line 400 of file wizard.py.

References wizard.ProjectionsPage.proj.

def wizard.ProjectionsPage.OnItemSelected (   self,
  event 
)

Projection selected.

Definition at line 419 of file wizard.py.

References wizard.ProjectionsPage.proj.

def wizard.ProjectionsPage.OnPageChanging (   self,
  event 
)

Definition at line 371 of file wizard.py.

References wizard.ProjectionsPage.proj.

def wizard.ProjectionsPage.OnSearch (   self,
  event 
)

Search projection by desc.

Definition at line 409 of file wizard.py.

References wizard.ProjectionsPage.proj, and wizard.ProjectionsPage.projdesc.

def wizard.ProjectionsPage.OnText (   self,
  event 
)

Projection name changed.

Definition at line 375 of file wizard.py.

References wizard.ProjectionsPage.p4proj, wizard.ProjectionsPage.proj, and wizard.ProjectionsPage.projdesc.


Field Documentation

Definition at line 326 of file wizard.py.

Referenced by wizard.ProjectionsPage.OnText().

Definition at line 336 of file wizard.py.

Definition at line 332 of file wizard.py.

Definition at line 329 of file wizard.py.


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