GRASS Programmer's Manual  6.5.svn(2012)-r51648
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
dialogs.ModelItemDialog Class Reference

Abstract item properties dialog. More...

Inheritance diagram for dialogs.ModelItemDialog:

Public Member Functions

def __init__
def GetCondition
 Get loop condition.

Data Fields

 parent
 shape
 panel
 condBox
 condText
 itemList
 btnCancel
 btnOk

Detailed Description

Abstract item properties dialog.

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


Constructor & Destructor Documentation

def dialogs.ModelItemDialog.__init__ (   self,
  parent,
  shape,
  title,
  id = wx.ID_ANY,
  style = wx.DEFAULT_DIALOG_STYLE | wx.RESIZE_BORDER,
  kwargs 
)

Reimplemented in dialogs.ModelConditionDialog, and dialogs.ModelLoopDialog.

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


Member Function Documentation

Get loop condition.

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


Field Documentation


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