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

Public Member Functions

def __init__
 Custom to create a ComboBox with a tree control to display and select vector maps. More...
 
- Public Member Functions inherited from gselect.Select
def __init__
 Custom control to create a ComboBox with a tree control to display and select GIS elements within acessible mapsets. More...
 
def OnKeyUp
 Shows popupwindow if down arrow key is released. More...
 
def SetElementList
 Set element list. More...
 
def GetElementList
 Load elements. More...
 
def SetType
 Param set element type for widget. More...
 

Data Fields

 ftype
 
- Data Fields inherited from gselect.Select
 tcp
 

Detailed Description

Definition at line 119 of file gselect.py.

Constructor & Destructor Documentation

def gselect.VectorSelect.__init__ (   self,
  parent,
  ftype,
  kwargs 
)

Custom to create a ComboBox with a tree control to display and select vector maps.

You can filter the vector maps. If you don't need this feature use Select class instead

filter vector maps based on feature type

Definition at line 120 of file gselect.py.

Field Documentation

gselect.VectorSelect.ftype

Definition at line 130 of file gselect.py.

Referenced by vclean.VectorCleaningFrame.GetCmdStrings().


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