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

Wizard page for selecting method of setting coordinate system parameters (select coordinate system option) More...

Inheritance diagram for wizard.ProjParamsPage:
Collaboration diagram for wizard.ProjParamsPage:

Public Member Functions

def __init__
 
def OnParamEntry
 Parameter value changed. More...
 
def OnPageChange
 Go to next page. More...
 
def OnEnterPage
 Page entered. More...
 
def SetVal
 Set value. More...
 
- Public Member Functions inherited from wizard.TitledPage
def __init__
 
def DoLayout
 Do page layout. More...
 

Data Fields

 parent
 
 panel
 
 prjParamSizer
 
 pparam
 
 p4projparams
 
 projdesc
 
 radio1
 
 radio2
 
 paramSBox
 
- Data Fields inherited from wizard.TitledPage
 page
 
 title
 
 pagesizer
 
 sizer
 

Detailed Description

Wizard page for selecting method of setting coordinate system parameters (select coordinate system option)

Definition at line 635 of file wizard.py.

Constructor & Destructor Documentation

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

Definition at line 639 of file wizard.py.

Member Function Documentation

def wizard.ProjParamsPage.OnEnterPage (   self,
  event 
)
def wizard.ProjParamsPage.OnPageChange (   self,
  event = None 
)

Go to next page.

Definition at line 708 of file wizard.py.

References wizard.ProjParamsPage.p4projparams.

def wizard.ProjParamsPage.OnParamEntry (   self,
  event 
)

Parameter value changed.

Definition at line 683 of file wizard.py.

References wizard.ProjParamsPage.pparam.

def wizard.ProjParamsPage.SetVal (   self,
  event 
)

Set value.

Definition at line 813 of file wizard.py.

Field Documentation

wizard.ProjParamsPage.p4projparams

Definition at line 649 of file wizard.py.

Referenced by wizard.ProjParamsPage.OnPageChange().

wizard.ProjParamsPage.panel

Definition at line 644 of file wizard.py.

wizard.ProjParamsPage.paramSBox

Definition at line 732 of file wizard.py.

wizard.ProjParamsPage.pparam

Definition at line 647 of file wizard.py.

Referenced by wizard.ProjParamsPage.OnParamEntry().

wizard.ProjParamsPage.prjParamSizer

Definition at line 645 of file wizard.py.

Referenced by wizard.ProjParamsPage.OnEnterPage().

wizard.ProjParamsPage.projdesc

Definition at line 650 of file wizard.py.

Referenced by wizard.ProjParamsPage.OnEnterPage().

wizard.ProjParamsPage.radio1

Definition at line 660 of file wizard.py.

wizard.ProjParamsPage.radio2

Definition at line 663 of file wizard.py.


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