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

Wizard page for selecting WKT file to use for setting coordinate system parameters. More...

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

Public Member Functions

def __init__
def OnEnterPage
def OnPageChanging
def OnText
 File changed.
def OnBrowse
 Choose file.
- 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

 wktfile
 lfile
 tfile
 bbrowse
- Data Fields inherited from gui_modules.location_wizard.TitledPage
 page
 title
 pagesizer
 sizer

Detailed Description

Wizard page for selecting WKT file to use for setting coordinate system parameters.

Definition at line 1200 of file location_wizard.py.


Constructor & Destructor Documentation

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

Reimplemented from gui_modules.location_wizard.TitledPage.

Definition at line 1204 of file location_wizard.py.


Member Function Documentation

def gui_modules.location_wizard.WKTPage.OnBrowse (   self,
  event 
)

Choose file.

Definition at line 1259 of file location_wizard.py.

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

Definition at line 1230 of file location_wizard.py.

References gui_modules.location_wizard.WKTPage.wktfile.

def gui_modules.location_wizard.WKTPage.OnPageChanging (   self,
  event 
)

Definition at line 1239 of file location_wizard.py.

References gui_modules.location_wizard.WKTPage.wktfile.

def gui_modules.location_wizard.WKTPage.OnText (   self,
  event 
)

File changed.

Definition at line 1246 of file location_wizard.py.

References gui_modules.location_wizard.WKTPage.wktfile.

Referenced by gui_modules.menuform.FloatValidator.__init__().


Field Documentation

gui_modules.location_wizard.WKTPage.bbrowse

Definition at line 1212 of file location_wizard.py.

gui_modules.location_wizard.WKTPage.lfile

Definition at line 1210 of file location_wizard.py.

gui_modules.location_wizard.WKTPage.tfile

Definition at line 1211 of file location_wizard.py.


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