GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
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 | |
Definition at line 119 of file gselect.py.
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.
gselect.VectorSelect.ftype |
Definition at line 130 of file gselect.py.
Referenced by vclean.VectorCleaningFrame.GetCmdStrings().