GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Widget for selecting GRASS location. More...
Public Member Functions | |
def | __init__ |
def | UpdateItems |
Update list of locations. More... | |
Data Fields | |
gisdbase | |
Widget for selecting GRASS location.
Definition at line 885 of file gselect.py.
def gselect.LocationSelect.__init__ | ( | self, | |
parent, | |||
id = wx.ID_ANY , |
|||
size = globalvar.DIALOG_COMBOBOX_SIZE , |
|||
gisdbase = None , |
|||
kwargs | |||
) |
Definition at line 888 of file gselect.py.
References render.Layer.SetName(), and model.ModelRelation.SetName().
def gselect.LocationSelect.UpdateItems | ( | self, | |
dbase | |||
) |
Update list of locations.
dbase | path to GIS database |
Definition at line 900 of file gselect.py.
References utils.GetListOfLocations(), gis_set.GRASSStartup.gisdbase, gselect.LocationSelect.gisdbase, model.ModelLoop.SetItems(), and model.ModelCondition.SetItems().
gselect.LocationSelect.gisdbase |
Definition at line 894 of file gselect.py.
Referenced by gselect.LocationSelect.UpdateItems(), and gselect.MapsetSelect.UpdateItems().