|
GRASS Programmer's Manual
6.5.svn(2012)-r51648
|
Dialog used to select location. More...


Public Member Functions | |
| def | __init__ |
| def | OnElement |
| Select mapset given location name. | |
| def | GetValues |
| Get location, mapset. | |
Data Fields | |
| element | |
| element1 | |
Dialog used to select location.
Definition at line 140 of file gui_core/dialogs.py.
| 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.
| def dialogs.LocationDialog.GetValues | ( | self | ) |
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.
Reimplemented from dialogs.ElementDialog.
Definition at line 145 of file gui_core/dialogs.py.
Definition at line 148 of file gui_core/dialogs.py.