GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
wizard.WKTPage Class Reference

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

Inheritance diagram for wizard.WKTPage:
Collaboration diagram for wizard.WKTPage:

Public Member Functions

def __init__
 
def OnEnterPage
 
def OnPageChanging
 
def OnText
 File changed. More...
 
def OnBrowse
 Choose file. More...
 
- Public Member Functions inherited from wizard.TitledPage
def __init__
 
def DoLayout
 Do page layout. More...
 

Data Fields

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

Detailed Description

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

Definition at line 1179 of file wizard.py.

Constructor & Destructor Documentation

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

Definition at line 1183 of file wizard.py.

Member Function Documentation

def wizard.WKTPage.OnBrowse (   self,
  event 
)

Choose file.

Definition at line 1238 of file wizard.py.

def wizard.WKTPage.OnEnterPage (   self,
  event 
)

Definition at line 1209 of file wizard.py.

References wizard.WKTPage.wktfile.

def wizard.WKTPage.OnPageChanging (   self,
  event 
)

Definition at line 1218 of file wizard.py.

References wizard.WKTPage.wktfile.

def wizard.WKTPage.OnText (   self,
  event 
)

File changed.

Definition at line 1225 of file wizard.py.

References wizard.WKTPage.wktfile.

Field Documentation

wizard.WKTPage.bbrowse

Definition at line 1191 of file wizard.py.

wizard.WKTPage.lfile

Definition at line 1189 of file wizard.py.

wizard.WKTPage.tfile

Definition at line 1190 of file wizard.py.

wizard.WKTPage.wktfile

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