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 886 of file gselect.py.
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().
Definition at line 886 of file gselect.py.
Referenced by gui_modules.gselect.MapsetSelect::UpdateItems().
Definition at line 886 of file gselect.py.
Referenced by gui_modules.location_wizard.DatabasePage.OnPageChanging(), and gui_modules.gselect.MapsetSelect.UpdateItems().