GRASS Programmer's Manual  6.5.svn(2012)-r51648
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
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 881 of file gselect.py.


Constructor & Destructor Documentation

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

Definition at line 884 of file gselect.py.

References render.Layer.SetName(), and model.ModelRelation.SetName().


Member Function Documentation

def gselect.LocationSelect.UpdateItems (   self,
  dbase 
)

Update list of locations.

Parameters:
dbasepath to GIS database

Definition at line 896 of file gselect.py.

References utils.GetListOfLocations(), gis_set.GRASSStartup.gisdbase, gselect.LocationSelect.gisdbase, model.ModelLoop.SetItems(), and model.ModelCondition.SetItems().


Field Documentation


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