GRASS Programmer's Manual  6.4.4(2014)-r
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 333 of file wizard.py.

Constructor & Destructor Documentation

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

Definition at line 335 of file wizard.py.

Member Function Documentation

def wizard.ProjectionsPage.OnEnterPage (   self,
  event 
)

Definition at line 415 of file wizard.py.

References wizard.ProjectionsPage.proj.

def wizard.ProjectionsPage.OnItemSelected (   self,
  event 
)

Projection selected.

Definition at line 434 of file wizard.py.

References wizard.ProjectionsPage.proj.

def wizard.ProjectionsPage.OnPageChanging (   self,
  event 
)

Definition at line 386 of file wizard.py.

References wizard.ProjectionsPage.proj.

def wizard.ProjectionsPage.OnSearch (   self,
  event 
)

Search projection by desc.

Definition at line 424 of file wizard.py.

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

def wizard.ProjectionsPage.OnText (   self,
  event 
)

Projection name changed.

Definition at line 390 of file wizard.py.

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

Field Documentation

wizard.ProjectionsPage.p4proj

Definition at line 341 of file wizard.py.

Referenced by wizard.ProjectionsPage.OnText().

wizard.ProjectionsPage.projdesc
wizard.ProjectionsPage.projlist

Definition at line 351 of file wizard.py.

wizard.ProjectionsPage.searchb

Definition at line 347 of file wizard.py.

wizard.ProjectionsPage.tproj

Definition at line 344 of file wizard.py.


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