GRASS Programmer's Manual  6.4.4(2014)-r
gselect.LocationSelect Class Reference

Widget for selecting GRASS location. More...

Inheritance diagram for gselect.LocationSelect:
Collaboration diagram for gselect.LocationSelect:

Public Member Functions

def __init__ (self, parent, id=wx.ID_ANY, size=globalvar.DIALOG_COMBOBOX_SIZE, gisdbase=None, kwargs)
 
def UpdateItems (self, dbase)
 Update list of locations. More...
 

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

gselect.LocationSelect.gisdbase

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