GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
gui_modules.gselect.LocationSelect Class Reference

Widget for selecting GRASS location. More...

Public Member Functions

def __init__
def UpdateItems
 Update list of locations.

Data Fields

 gisdbase

Detailed Description

Widget for selecting GRASS location.

Definition at line 858 of file gselect.py.

Constructor & Destructor Documentation

def gui_modules.gselect.LocationSelect.__init__ (   self,
  parent,
  id = wx.ID_ANY,
  size = globalvar.DIALOG_COMBOBOX_SIZE,
  gisdbase = None,
  kwargs 
)

Member Function Documentation

def gui_modules.gselect.LocationSelect.UpdateItems (   self,
  dbase 
)

Update list of locations.

Parameters
dbasepath 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().

Field Documentation

gui_modules.gselect.LocationSelect.gisdbase

The documentation for this class was generated from the following file: