GRASS Programmer's Manual  6.4.4(2014)-r
dialogs.ModelLoopDialog Class Reference

Loop properties dialog. More...

Inheritance diagram for dialogs.ModelLoopDialog:
Collaboration diagram for dialogs.ModelLoopDialog:

Public Member Functions

def __init__ (self, parent, shape, id=wx.ID_ANY, title=_("Loop properties"), style=wx.DEFAULT_DIALOG_STYLE|wx.RESIZE_BORDER, kwargs)
 
def GetItems (self)
 Get list of selected actions. More...
 
def OnSeries (self, event)
 Define map series as condition. More...
 
- Public Member Functions inherited from dialogs.ModelItemDialog
def __init__ (self, parent, shape, title, id=wx.ID_ANY, style=wx.DEFAULT_DIALOG_STYLE|wx.RESIZE_BORDER, kwargs)
 
def GetCondition (self)
 Get loop condition. More...
 

Data Fields

 listBox
 
 btnSeries
 
- Data Fields inherited from dialogs.ModelItemDialog
 parent
 
 shape
 
 panel
 
 condBox
 
 condText
 
 itemList
 
 btnCancel
 
 btnOk
 

Detailed Description

Loop properties dialog.

Definition at line 408 of file gmodeler/dialogs.py.

Constructor & Destructor Documentation

def dialogs.ModelLoopDialog.__init__ (   self,
  parent,
  shape,
  id = wx.ID_ANY,
  title = _("Loop properties"),
  style = wx.DEFAULT_DIALOG_STYLE | wx.RESIZE_BORDER,
  kwargs 
)

Definition at line 411 of file gmodeler/dialogs.py.

Member Function Documentation

def dialogs.ModelLoopDialog.OnSeries (   self,
  event 
)

Define map series as condition.

Definition at line 462 of file gmodeler/dialogs.py.

Field Documentation

dialogs.ModelLoopDialog.btnSeries

Definition at line 418 of file gmodeler/dialogs.py.

dialogs.ModelLoopDialog.listBox

Definition at line 415 of file gmodeler/dialogs.py.


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