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

Creates combo box for selecting data layers defined for vector. More...

Public Member Functions

def __init__
def InsertLayers
 Insert layers for a vector into the layer combobox.
def Reset
 Reset value.

Data Fields

 parent
 initial
 default

Detailed Description

Creates combo box for selecting data layers defined for vector.

Definition at line 646 of file gselect.py.

Constructor & Destructor Documentation

def gui_modules.gselect.LayerSelect.__init__ (   self,
  parent,
  id = wx.ID_ANY,
  pos = wx.DefaultPosition,
  size = globalvar.DIALOG_LAYER_SIZE,
  vector = None,
  choices = [],
  initial = [],
  default = None 
)

Definition at line 652 of file gselect.py.

Member Function Documentation

def gui_modules.gselect.LayerSelect.InsertLayers (   self,
  vector 
)

Insert layers for a vector into the layer combobox.

Parameters
vectorname of vector map

Definition at line 667 of file gselect.py.

References gui_modules.gselect.LayerSelect.default, gui_modules.gselect.LayerSelect.initial, gui_modules.gmodeler.ModelLoop.SetItems(), and gui_modules.gmodeler.ModelCondition.SetItems().

Field Documentation

gui_modules.gselect.LayerSelect.default

Definition at line 663 of file gselect.py.

Referenced by gui_modules.gselect.LayerSelect.InsertLayers().

gui_modules.gselect.LayerSelect.initial

Definition at line 658 of file gselect.py.

Referenced by gui_modules.gselect.LayerSelect.InsertLayers().


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