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

Constructor & Destructor Documentation

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

Definition at line 641 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 710 of file wizard.py.

References wizard.ProjParamsPage.p4projparams.

def wizard.ProjParamsPage.OnParamEntry (   self,
  event 
)

Parameter value changed.

Definition at line 685 of file wizard.py.

References wizard.ProjParamsPage.pparam.

def wizard.ProjParamsPage.SetVal (   self,
  event 
)

Set value.

Definition at line 815 of file wizard.py.

Field Documentation

wizard.ProjParamsPage.p4projparams

Definition at line 651 of file wizard.py.

Referenced by wizard.ProjParamsPage.OnPageChange().

wizard.ProjParamsPage.panel

Definition at line 646 of file wizard.py.

wizard.ProjParamsPage.paramSBox

Definition at line 734 of file wizard.py.

wizard.ProjParamsPage.pparam

Definition at line 649 of file wizard.py.

Referenced by wizard.ProjParamsPage.OnParamEntry().

wizard.ProjParamsPage.prjParamSizer

Definition at line 647 of file wizard.py.

Referenced by wizard.ProjParamsPage.OnEnterPage().

wizard.ProjParamsPage.projdesc

Definition at line 652 of file wizard.py.

Referenced by wizard.ProjParamsPage.OnEnterPage().

wizard.ProjParamsPage.radio1

Definition at line 662 of file wizard.py.

wizard.ProjParamsPage.radio2

Definition at line 665 of file wizard.py.


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