GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
gui_modules.location_wizard.CustomPage Class Reference

Wizard page for entering custom PROJ.4 string for setting coordinate system parameters. More...

Inheritance diagram for gui_modules.location_wizard.CustomPage:
Collaboration diagram for gui_modules.location_wizard.CustomPage:

Public Member Functions

def __init__
def OnEnterPage
def OnPageChanging
def GetProjstring
 Change proj string.
- Public Member Functions inherited from gui_modules.location_wizard.TitledPage
def DoLayout
 Do page layout.
- Public Member Functions inherited from gui_modules.location_wizard.BaseClass
def __init__
def MakeLabel
 Make aligned label.
def MakeTextCtrl
 Generic text control.
def MakeButton
 Generic button.

Data Fields

 customstring
 parent
 text_proj4string
 label_proj4string
- Data Fields inherited from gui_modules.location_wizard.TitledPage
 page
 title
 pagesizer
 sizer

Detailed Description

Wizard page for entering custom PROJ.4 string for setting coordinate system parameters.

Definition at line 1479 of file location_wizard.py.

Constructor & Destructor Documentation

def gui_modules.location_wizard.CustomPage.__init__ (   self,
  wizard,
  parent 
)

Reimplemented from gui_modules.location_wizard.TitledPage.

Definition at line 1483 of file location_wizard.py.

Member Function Documentation

def gui_modules.location_wizard.CustomPage.GetProjstring (   self,
  event 
)

Change proj string.

Definition at line 1551 of file location_wizard.py.

References gui_modules.location_wizard.CustomPage.customstring.

def gui_modules.location_wizard.CustomPage.OnEnterPage (   self,
  event 
)
def gui_modules.location_wizard.CustomPage.OnPageChanging (   self,
  event 
)

Field Documentation

gui_modules.location_wizard.CustomPage.label_proj4string

Definition at line 1493 of file location_wizard.py.

gui_modules.location_wizard.CustomPage.text_proj4string

Definition at line 1491 of file location_wizard.py.


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