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

Wizard page for setting GIS data directory and location name. More...

Inheritance diagram for wizard.DatabasePage:
Collaboration diagram for wizard.DatabasePage:

Public Member Functions

def __init__
 
def OnChangeName
 Name for new location was changed. More...
 
def OnBrowse
 Choose GRASS data directory. More...
 
def OnPageChanging
 
- Public Member Functions inherited from wizard.TitledPage
def __init__
 
def DoLayout
 Do page layout. More...
 

Data Fields

 grassdatabase
 
 location
 
 locTitle
 
 bbrowse
 
 tgisdbase
 
 tlocation
 
 tlocTitle
 
- Data Fields inherited from wizard.TitledPage
 page
 
 title
 
 pagesizer
 
 sizer
 

Detailed Description

Wizard page for setting GIS data directory and location name.

Definition at line 91 of file wizard.py.

Constructor & Destructor Documentation

def wizard.DatabasePage.__init__ (   self,
  wizard,
  parent,
  grassdatabase 
)

Definition at line 93 of file wizard.py.

Member Function Documentation

def wizard.DatabasePage.OnBrowse (   self,
  event 
)
def wizard.DatabasePage.OnChangeName (   self,
  event 
)

Name for new location was changed.

Definition at line 164 of file wizard.py.

Field Documentation

wizard.DatabasePage.bbrowse

Definition at line 101 of file wizard.py.

wizard.DatabasePage.grassdatabase

Definition at line 96 of file wizard.py.

Referenced by wizard.DatabasePage.OnBrowse(), and wizard.DatabasePage.OnPageChanging().

wizard.DatabasePage.location

Definition at line 97 of file wizard.py.

Referenced by wizard.DatabasePage.OnPageChanging().

wizard.DatabasePage.locTitle

Definition at line 98 of file wizard.py.

Referenced by wizard.DatabasePage.OnPageChanging().

wizard.DatabasePage.tgisdbase

Definition at line 104 of file wizard.py.

wizard.DatabasePage.tlocation

Definition at line 105 of file wizard.py.

wizard.DatabasePage.tlocTitle

Definition at line 107 of file wizard.py.


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