GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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. More...
 
def OnEnterPage
 
def OnSearch
 Search projection by desc. More...
 
def OnItemSelected
 Projection selected. More...
 
- Public Member Functions inherited from wizard.TitledPage
def __init__
 
def DoLayout
 Do page layout. More...
 

Data Fields

 parent
 
 proj
 
 projdesc
 
 p4proj
 
 tproj
 
 searchb
 
 projlist
 
- Data Fields inherited from wizard.TitledPage
 page
 
 title
 
 pagesizer
 
 sizer
 

Detailed Description

Wizard page for selecting projection (select coordinate system option)

Definition at line 331 of file wizard.py.

Constructor & Destructor Documentation

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

Definition at line 333 of file wizard.py.

Member Function Documentation

def wizard.ProjectionsPage.OnEnterPage (   self,
  event 
)

Definition at line 413 of file wizard.py.

References wizard.ProjectionsPage.proj.

def wizard.ProjectionsPage.OnItemSelected (   self,
  event 
)

Projection selected.

Definition at line 432 of file wizard.py.

References wizard.ProjectionsPage.proj.

def wizard.ProjectionsPage.OnPageChanging (   self,
  event 
)

Definition at line 384 of file wizard.py.

References wizard.ProjectionsPage.proj.

def wizard.ProjectionsPage.OnSearch (   self,
  event 
)

Search projection by desc.

Definition at line 422 of file wizard.py.

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

def wizard.ProjectionsPage.OnText (   self,
  event 
)

Projection name changed.

Definition at line 388 of file wizard.py.

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

Field Documentation

wizard.ProjectionsPage.p4proj

Definition at line 339 of file wizard.py.

Referenced by wizard.ProjectionsPage.OnText().

wizard.ProjectionsPage.projdesc
wizard.ProjectionsPage.projlist

Definition at line 349 of file wizard.py.

wizard.ProjectionsPage.searchb

Definition at line 345 of file wizard.py.

wizard.ProjectionsPage.tproj

Definition at line 342 of file wizard.py.


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