GRASS Programmer's Manual  6.4.2(2012)
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.

Data Fields

 element
 element1

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.OnElement (   self,
  event 
)

Select mapset given location name.

Reimplemented from gui_modules.gdialogs.ElementDialog.

Definition at line 171 of file gdialogs.py.

Referenced by gui_modules.gdialogs.NewVectorDialog.OnMapName().


Field Documentation


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines