GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
gui_modules.gmodeler.ModelItemDialog Class Reference

Abstract item properties dialog. More...

Inheritance diagram for gui_modules.gmodeler.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 4185 of file gmodeler.py.


Constructor & Destructor Documentation

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

Member Function Documentation

def gui_modules.gmodeler.ModelItemDialog.GetCondition (   self)

Get loop condition.

Definition at line 4216 of file gmodeler.py.


Field Documentation

gui_modules.gmodeler.ModelItemDialog.btnCancel

Definition at line 4208 of file gmodeler.py.

gui_modules.gmodeler.ModelItemDialog.btnOk

Definition at line 4209 of file gmodeler.py.

gui_modules.gmodeler.ModelItemDialog.condBox

Definition at line 4196 of file gmodeler.py.

gui_modules.gmodeler.ModelItemDialog.condText

Definition at line 4198 of file gmodeler.py.

gui_modules.gmodeler.ModelItemDialog.itemList

Definition at line 4201 of file gmodeler.py.

gui_modules.gmodeler.ModelItemDialog.panel
gui_modules.gmodeler.ModelItemDialog.shape

Definition at line 4190 of file gmodeler.py.


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