GRASS Programmer's Manual  6.4.4(2014)-r
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 1181 of file wizard.py.

Constructor & Destructor Documentation

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

Definition at line 1185 of file wizard.py.

Member Function Documentation

def wizard.WKTPage.OnBrowse (   self,
  event 
)

Choose file.

Definition at line 1240 of file wizard.py.

def wizard.WKTPage.OnEnterPage (   self,
  event 
)

Definition at line 1211 of file wizard.py.

References wizard.WKTPage.wktfile.

def wizard.WKTPage.OnPageChanging (   self,
  event 
)

Definition at line 1220 of file wizard.py.

References wizard.WKTPage.wktfile.

def wizard.WKTPage.OnText (   self,
  event 
)

File changed.

Definition at line 1227 of file wizard.py.

References wizard.WKTPage.wktfile.

Field Documentation

wizard.WKTPage.bbrowse

Definition at line 1193 of file wizard.py.

wizard.WKTPage.lfile

Definition at line 1191 of file wizard.py.

wizard.WKTPage.tfile

Definition at line 1192 of file wizard.py.

wizard.WKTPage.wktfile

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