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

Wizard page for choosing method for location creation. More...

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

Public Member Functions

def __init__
def OnEnterPage
def SetVal
 Choose method.
- 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
 radio1
 radio2
 radio3
 radio4
 radio5
 radio6
- Data Fields inherited from gui_modules.location_wizard.TitledPage
 page
 title
 pagesizer
 sizer

Detailed Description

Wizard page for choosing method for location creation.

Definition at line 232 of file location_wizard.py.


Constructor & Destructor Documentation

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

Reimplemented from gui_modules.location_wizard.TitledPage.

Definition at line 234 of file location_wizard.py.


Member Function Documentation

def gui_modules.location_wizard.CoordinateSystemPage.OnEnterPage (   self,
  event 
)

Definition at line 283 of file location_wizard.py.

def gui_modules.location_wizard.CoordinateSystemPage.SetVal (   self,
  event 
)

Choose method.

Definition at line 326 of file location_wizard.py.


Field Documentation

gui_modules.location_wizard.CoordinateSystemPage.radio1

Definition at line 241 of file location_wizard.py.

gui_modules.location_wizard.CoordinateSystemPage.radio2

Definition at line 244 of file location_wizard.py.

gui_modules.location_wizard.CoordinateSystemPage.radio3

Definition at line 246 of file location_wizard.py.

gui_modules.location_wizard.CoordinateSystemPage.radio4

Definition at line 249 of file location_wizard.py.

gui_modules.location_wizard.CoordinateSystemPage.radio5

Definition at line 252 of file location_wizard.py.

gui_modules.location_wizard.CoordinateSystemPage.radio6

Definition at line 255 of file location_wizard.py.


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