|
GRASS Programmer's Manual
6.4.2(2012)
|
Widget for selecting GRASS mapset. More...
Public Member Functions | |
| def | __init__ |
| def | UpdateItems |
| Update list of mapsets for given location. | |
Data Fields | |
| gisdbase | |
| location | |
Widget for selecting GRASS mapset.
Definition at line 884 of file gselect.py.
| def gui_modules.gselect.MapsetSelect.__init__ | ( | self, | |
| parent, | |||
id = wx.ID_ANY, |
|||
size = globalvar.DIALOG_COMBOBOX_SIZE, |
|||
gisdbase = None, |
|||
location = None, |
|||
setItems = True, |
|||
| kwargs | |||
| ) |
Definition at line 887 of file gselect.py.
References gui_modules.render.Layer.SetName(), and gui_modules.gmodeler.ModelRelation.SetName().
| def gui_modules.gselect.MapsetSelect.UpdateItems | ( | self, | |
| location, | |||
dbase = None |
|||
| ) |
Update list of mapsets for given location.
| dbase | path to GIS database (None to use currently selected) |
| location | name of location |
Definition at line 905 of file gselect.py.
References gis_set.GRASSStartup.gisdbase, gui_modules.gselect.LocationSelect.gisdbase, gui_modules.gselect.MapsetSelect.gisdbase, gui_modules.gselect.MapsetSelect.location, gui_modules.gmodeler.ModelLoop.SetItems(), and gui_modules.gmodeler.ModelCondition.SetItems().
| gui_modules.gselect.MapsetSelect.gisdbase |
Definition at line 893 of file gselect.py.
Referenced by gui_modules.gselect.MapsetSelect.UpdateItems().
| gui_modules.gselect.MapsetSelect.location |
Definition at line 898 of file gselect.py.
Referenced by gui_modules.location_wizard.DatabasePage.OnPageChanging(), and gui_modules.gselect.MapsetSelect.UpdateItems().