GRASS Programmer's Manual  6.5.svn(2012)-r51648
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
dialogs.LocationDialog Class Reference

Dialog used to select location. More...

Inheritance diagram for dialogs.LocationDialog:
Collaboration diagram for dialogs.LocationDialog:

Public Member Functions

def __init__
def OnElement
 Select mapset given location name.
def GetValues
 Get location, mapset.

Data Fields

 element
 element1

Detailed Description

Dialog used to select location.

Definition at line 140 of file gui_core/dialogs.py.


Constructor & Destructor Documentation

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

Definition at line 142 of file gui_core/dialogs.py.


Member Function Documentation

Get location, mapset.

Definition at line 187 of file gui_core/dialogs.py.

References dialogs.ElementDialog.GetElement(), and render.Layer.GetElement().

def dialogs.LocationDialog.OnElement (   self,
  event 
)

Select mapset given location name.

Reimplemented from dialogs.ElementDialog.

Definition at line 172 of file gui_core/dialogs.py.


Field Documentation

Reimplemented from dialogs.ElementDialog.

Definition at line 145 of file gui_core/dialogs.py.


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