GRASS Programmer's Manual  6.4.2(2012)
gui_modules.gselect.MapsetSelect Class Reference

Widget for selecting GRASS mapset. More...

Public Member Functions

def __init__
def UpdateItems
 Update list of mapsets for given location.

Data Fields

 gisdbase
 location

Detailed Description

Widget for selecting GRASS mapset.

Definition at line 884 of file gselect.py.


Constructor & Destructor Documentation

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.


Member Function Documentation

def gui_modules.gselect.MapsetSelect.UpdateItems (   self,
  location,
  dbase = None 
)

Update list of mapsets for given location.

Parameters:
dbasepath to GIS database (None to use currently selected)
locationname 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().


Field Documentation


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines