GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
wizard.EllipsePage Class Reference

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

Inheritance diagram for wizard.EllipsePage:
Collaboration diagram for wizard.EllipsePage:

Public Member Functions

def __init__
 
def OnEnterPage
 
def OnPageChanging
 
def OnText
 Ellipspoid code changed. More...
 
def OnSearch
 Search ellipsoid by desc. More...
 
def OnItemSelected
 Ellipsoid selected. More...
 
- Public Member Functions inherited from wizard.TitledPage
def __init__
 
def DoLayout
 Do page layout. More...
 

Data Fields

 parent
 
 ellipse
 
 ellipsedesc
 
 ellipseparams
 
 proj4params
 
 tellipse
 
 searchb
 
 ellipselist
 
- Data Fields inherited from wizard.TitledPage
 page
 
 title
 
 pagesizer
 
 sizer
 

Detailed Description

Wizard page for selecting ellipsoid (select coordinate system option)

Definition at line 989 of file wizard.py.

Constructor & Destructor Documentation

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

Definition at line 992 of file wizard.py.

Member Function Documentation

def wizard.EllipsePage.OnEnterPage (   self,
  event 
)

Definition at line 1052 of file wizard.py.

References wizard.DatumPage.ellipse, and wizard.EllipsePage.ellipse.

def wizard.EllipsePage.OnItemSelected (   self,
  event 
)

Ellipsoid selected.

Definition at line 1095 of file wizard.py.

References wizard.DatumPage.ellipse, and wizard.EllipsePage.ellipse.

def wizard.EllipsePage.OnPageChanging (   self,
  event 
)
def wizard.EllipsePage.OnSearch (   self,
  event 
)
def wizard.EllipsePage.OnText (   self,
  event 
)

Field Documentation

wizard.EllipsePage.ellipsedesc

Definition at line 998 of file wizard.py.

Referenced by wizard.EllipsePage.OnSearch(), and wizard.EllipsePage.OnText().

wizard.EllipsePage.ellipselist

Definition at line 1015 of file wizard.py.

wizard.EllipsePage.ellipseparams

Definition at line 999 of file wizard.py.

Referenced by wizard.EllipsePage.OnSearch(), and wizard.EllipsePage.OnText().

wizard.EllipsePage.proj4params

Definition at line 1000 of file wizard.py.

Referenced by wizard.EllipsePage.OnPageChanging(), and wizard.EllipsePage.OnText().

wizard.EllipsePage.searchb

Definition at line 1006 of file wizard.py.

wizard.EllipsePage.tellipse

Definition at line 1003 of file wizard.py.


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