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

Dialog used to select location. More...

Inheritance diagram for gui_modules.gdialogs.LocationDialog:
Collaboration diagram for gui_modules.gdialogs.LocationDialog:

Public Member Functions

def __init__
def OnElement
 Select mapset given location name.
def GetValues
 Get location, mapset.
- Public Member Functions inherited from gui_modules.gdialogs.ElementDialog
def __init__
 General dialog to choose given element (location, mapset, vector map, etc.)
def PostInit
def OnType
 Select element type.
def GetElement
 Return (mapName, overwrite)
def GetType
 Get element type.

Data Fields

 element
 element1
- Data Fields inherited from gui_modules.gdialogs.ElementDialog
 etype
 label
 panel
 btnCancel
 btnOK
 typeSelect
 sizer
 dataSizer

Detailed Description

Dialog used to select location.

Definition at line 139 of file gdialogs.py.


Constructor & Destructor Documentation

def gui_modules.gdialogs.LocationDialog.__init__ (   self,
  parent,
  title = _("Select GRASS location and mapset"),
  id = wx.ID_ANY 
)

Definition at line 141 of file gdialogs.py.


Member Function Documentation

def gui_modules.gdialogs.LocationDialog.GetValues (   self)

Get location, mapset.

Definition at line 186 of file gdialogs.py.

References gui_modules.gdialogs.ElementDialog.GetElement().

def gui_modules.gdialogs.LocationDialog.OnElement (   self,
  event 
)

Select mapset given location name.

Reimplemented from gui_modules.gdialogs.ElementDialog.

Definition at line 171 of file gdialogs.py.


Field Documentation

gui_modules.gdialogs.LocationDialog.element

Reimplemented from gui_modules.gdialogs.ElementDialog.

Definition at line 144 of file gdialogs.py.

gui_modules.gdialogs.LocationDialog.element1

Definition at line 147 of file gdialogs.py.


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