GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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__
 
def UpdateItems
 Update list of locations. More...
 

Data Fields

 gisdbase
 

Detailed Description

Widget for selecting GRASS location.

Definition at line 885 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 888 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 900 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: