GRASS Programmer's Manual
6.4.2(2012)
|
Loop properties dialog. More...
Public Member Functions | |
def | __init__ |
def | GetItems |
Get list of selected actions. | |
![]() | |
def | GetCondition |
Get loop condition. |
Data Fields | |
listBox | |
![]() | |
parent | |
shape | |
panel | |
condBox | |
condText | |
itemList | |
btnCancel | |
btnOk |
Loop properties dialog.
Definition at line 4277 of file gmodeler.py.
def gui_modules.gmodeler.ModelLoopDialog.__init__ | ( | self, | |
parent, | |||
shape, | |||
id = wx.ID_ANY , |
|||
title = _("Loop properties") , |
|||
style = wx.DEFAULT_DIALOG_STYLE | wx.RESIZE_BORDER , |
|||
kwargs | |||
) |
Reimplemented from gui_modules.gmodeler.ModelItemDialog.
Definition at line 4280 of file gmodeler.py.
def gui_modules.gmodeler.ModelLoopDialog.GetItems | ( | self | ) |
Get list of selected actions.
Definition at line 4320 of file gmodeler.py.
Referenced by gui_modules.prompt.TextCtrlAutoComplete.OnCommandSelect(), gui_modules.prompt.TextCtrlAutoComplete.OnKeyDown(), and gui_modules.gselect.LayerSelect.Reset().
gui_modules.gmodeler.ModelLoopDialog.listBox |
Definition at line 4284 of file gmodeler.py.