|
GRASS Programmer's Manual
6.5.svn(2012)-r51648
|
Widget for selecting GRASS mapset. More...
Public Member Functions | |
| def | __init__ |
| def | UpdateItems |
| Update list of mapsets for given location. | |
Data Fields | |
| searchPath | |
| skipCurrent | |
| gisdbase | |
| location | |
Widget for selecting GRASS mapset.
Definition at line 907 of file gselect.py.
| def gselect.MapsetSelect.__init__ | ( | self, | |
| parent, | |||
id = wx.ID_ANY, |
|||
size = globalvar.DIALOG_COMBOBOX_SIZE, |
|||
gisdbase = None, |
|||
location = None, |
|||
setItems = True, |
|||
searchPath = False, |
|||
skipCurrent = False, |
|||
| kwargs | |||
| ) |
Definition at line 911 of file gselect.py.
| def 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 931 of file gselect.py.
References gselect.MapsetSelect._getMapsets(), utils.GetListOfMapsets(), gis_set.GRASSStartup.gisdbase, gselect.LocationSelect.gisdbase, gselect.MapsetSelect.gisdbase, gselect.MapsetSelect.location, gcmd.RunCommand(), gselect.MapsetSelect.searchPath, model.ModelLoop.SetItems(), model.ModelCondition.SetItems(), and gselect.MapsetSelect.skipCurrent.
Definition at line 919 of file gselect.py.
Referenced by gselect.MapsetSelect.UpdateItems().
Definition at line 924 of file gselect.py.
Referenced by wizard.DatabasePage.OnPageChanging(), and gselect.MapsetSelect.UpdateItems().
Definition at line 914 of file gselect.py.
Referenced by gselect.MapsetSelect.UpdateItems().
Definition at line 915 of file gselect.py.
Referenced by gselect.MapsetSelect.UpdateItems().