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

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

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

Public Member Functions

def __init__
def OnChangeName
 Name for new location was changed.
def OnBrowse
 Choose GRASS data directory.
def OnPageChanging
- Public Member Functions inherited from gui_modules.location_wizard.TitledPage
def __init__
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

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

Detailed Description

Wizard page for setting GIS data directory and location name.

Definition at line 124 of file location_wizard.py.


Constructor & Destructor Documentation

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

Definition at line 126 of file location_wizard.py.


Member Function Documentation

def gui_modules.location_wizard.DatabasePage.OnChangeName (   self,
  event 
)

Name for new location was changed.

Definition at line 187 of file location_wizard.py.


Field Documentation

gui_modules.location_wizard.DatabasePage.bbrowse

Definition at line 134 of file location_wizard.py.

gui_modules.location_wizard.DatabasePage.grassdatabase
gui_modules.location_wizard.DatabasePage.location
gui_modules.location_wizard.DatabasePage.locTitle
gui_modules.location_wizard.DatabasePage.tgisdbase

Definition at line 137 of file location_wizard.py.

gui_modules.location_wizard.DatabasePage.tlocation

Definition at line 138 of file location_wizard.py.

gui_modules.location_wizard.DatabasePage.tlocTitle

Definition at line 139 of file location_wizard.py.


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