GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
gui_modules.gselect.VectorSelect Class Reference
Inheritance diagram for gui_modules.gselect.VectorSelect:
Collaboration diagram for gui_modules.gselect.VectorSelect:

Public Member Functions

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

Data Fields

 ftype
- Data Fields inherited from gui_modules.gselect.Select
 tcp

Detailed Description

Definition at line 113 of file gselect.py.


Constructor & Destructor Documentation

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

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

Control allows to filter vector maps. If you don't need this feature use Select class instead

filter vector maps based on feature type

Definition at line 114 of file gselect.py.


Field Documentation

gui_modules.gselect.VectorSelect.ftype

Definition at line 124 of file gselect.py.

Referenced by gui_modules.vclean.VectorCleaningFrame.GetCmdStrings().


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