GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
gselect.ElementSelect Class Reference
Inheritance diagram for gselect.ElementSelect:
Collaboration diagram for gselect.ElementSelect:

Public Member Functions

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

Data Fields

 values
 

Detailed Description

Definition at line 1826 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 1828 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 1843 of file gselect.py.

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

Field Documentation

gselect.ElementSelect.values

Definition at line 1839 of file gselect.py.


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