GRASS Programmer's Manual  6.4.4(2014)-r
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
gselect.LayerSelect Class Reference

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

Inheritance diagram for gselect.LayerSelect:
Collaboration diagram for gselect.LayerSelect:

Public Member Functions

def __init__
 
def InsertLayers
 Insert layers for a vector into the layer combobox. More...
 
def Select
 Select value (currently selected or default) More...
 

Data Fields

 parent
 
 initial
 
 default
 
 current
 

Detailed Description

Creates combo box for selecting data layers defined for vector.

Definition at line 646 of file gselect.py.

Constructor & Destructor Documentation

def 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

Field Documentation

gselect.LayerSelect.current

Definition at line 664 of file gselect.py.

Referenced by gselect.LayerSelect.InsertLayers(), and gselect.LayerSelect.Select().

gselect.LayerSelect.default

Definition at line 663 of file gselect.py.

Referenced by gselect.LayerSelect.InsertLayers(), and gselect.LayerSelect.Select().

gselect.LayerSelect.initial

Definition at line 658 of file gselect.py.

Referenced by gselect.LayerSelect.InsertLayers().


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