GRASS Programmer's Manual
6.4.2(2012)
|
Widget for selecting GRASS location. More...
Public Member Functions | |
def | __init__ |
def | UpdateItems |
Update list of locations. |
Data Fields | |
gisdbase |
Widget for selecting GRASS location.
Definition at line 858 of file gselect.py.
def gui_modules.gselect.LocationSelect.__init__ | ( | self, | |
parent, | |||
id = wx.ID_ANY , |
|||
size = globalvar.DIALOG_COMBOBOX_SIZE , |
|||
gisdbase = None , |
|||
kwargs | |||
) |
Definition at line 861 of file gselect.py.
References gui_modules.render.Layer.SetName(), and gui_modules.gmodeler.ModelRelation.SetName().
def gui_modules.gselect.LocationSelect.UpdateItems | ( | self, | |
dbase | |||
) |
Update list of locations.
dbase | path to GIS database |
Definition at line 873 of file gselect.py.
References gis_set.GRASSStartup.gisdbase, gui_modules.gselect.LocationSelect.gisdbase, gui_modules.gmodeler.ModelLoop.SetItems(), and gui_modules.gmodeler.ModelCondition.SetItems().
gui_modules.gselect.LocationSelect.gisdbase |
Definition at line 867 of file gselect.py.
Referenced by gui_modules.gselect.LocationSelect.UpdateItems(), and gui_modules.gselect.MapsetSelect.UpdateItems().