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

Public Member Functions

def __init__
 Widget for selecting GIS element.
def GetValue
 Translate value.

Data Fields

 values

Detailed Description

Definition at line 1645 of file gselect.py.


Constructor & Destructor Documentation

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

Widget for selecting GIS element.

Parameters:
parentparent window

Definition at line 1647 of file gselect.py.

References gui_modules.render.Layer.SetName(), and gui_modules.gmodeler.ModelRelation.SetName().


Member Function Documentation

def gui_modules.gselect.ElementSelect.GetValue (   self,
  name 
)

Translate value.

Parameters:
nameelement name

Definition at line 1662 of file gselect.py.


Field Documentation

gui_modules.gselect.ElementSelect.values

Definition at line 1658 of file gselect.py.


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