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

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

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

Public Member Functions

def __init__
def OnPageChanging
def OnText
 Projection name changed.
def OnEnterPage
def OnSearch
 Search projection by desc.
def OnItemSelected
 Projection selected.
- 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

 parent
 proj
 projdesc
 p4proj
 tproj
 searchb
 projlist
- Data Fields inherited from gui_modules.location_wizard.TitledPage
 page
 title
 pagesizer
 sizer

Detailed Description

Wizard page for selecting projection (select coordinate system option)

Definition at line 354 of file location_wizard.py.

Constructor & Destructor Documentation

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

Reimplemented from gui_modules.location_wizard.TitledPage.

Definition at line 356 of file location_wizard.py.

Member Function Documentation

def gui_modules.location_wizard.ProjectionsPage.OnEnterPage (   self,
  event 
)
def gui_modules.location_wizard.ProjectionsPage.OnItemSelected (   self,
  event 
)

Projection selected.

Definition at line 455 of file location_wizard.py.

References gui_modules.location_wizard.ProjectionsPage.proj.

Referenced by gui_modules.prompt.GPromptSTC.__init__().

def gui_modules.location_wizard.ProjectionsPage.OnPageChanging (   self,
  event 
)
def gui_modules.location_wizard.ProjectionsPage.OnSearch (   self,
  event 
)
def gui_modules.location_wizard.ProjectionsPage.OnText (   self,
  event 
)

Field Documentation

gui_modules.location_wizard.ProjectionsPage.p4proj
gui_modules.location_wizard.ProjectionsPage.projlist

Definition at line 372 of file location_wizard.py.

gui_modules.location_wizard.ProjectionsPage.searchb

Definition at line 368 of file location_wizard.py.

gui_modules.location_wizard.ProjectionsPage.tproj

Definition at line 365 of file location_wizard.py.


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