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


Constructor & Destructor Documentation

def 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 1819 of file gselect.py.

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


Member Function Documentation

def gselect.ElementSelect.GetValue (   self,
  name 
)

Translate value.

Parameters:
nameelement name

Definition at line 1834 of file gselect.py.

Referenced by statusbar.SbGoTo.OnGoTo(), statusbar.SbGoToGCP.OnGoToGCP(), statusbar.SbRender.OnToggleRender(), and statusbar.SbTextItem.Show().


Field Documentation

Definition at line 1830 of file gselect.py.


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