GRASS Programmer's Manual
6.4.2(2012)
|
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 139 of file gdialogs.py.
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.
def gui_modules.gdialogs.LocationDialog.GetValues | ( | self | ) |
Get location, mapset.
Definition at line 186 of file gdialogs.py.
References gui_modules.gdialogs.ElementDialog.GetElement(), and gui_modules.render.Layer.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.
Referenced by gui_modules.gdialogs.NewVectorDialog.OnMapName().
Reimplemented from gui_modules.gdialogs.ElementDialog.
Definition at line 141 of file gdialogs.py.
Referenced by gui_modules.gdialogs.NewVectorDialog::OnTable().
Definition at line 141 of file gdialogs.py.