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

Public Member Functions

def __init__
 List of model variables.
def OnBeginEdit
 Editing of item started.
def OnEndEdit
 Finish editing of item.
def OnColClick
 Click on column header (order by)

Data Fields

 parent
 columns
 shape
 frame
 itemDataMap
 itemCount

Detailed Description

Definition at line 3831 of file gmodeler.py.


Constructor & Destructor Documentation

def gui_modules.gmodeler.ModelListCtrl.__init__ (   self,
  parent,
  columns,
  id = wx.ID_ANY,
  style = wx.LC_REPORT | wx.BORDER_NONE |                  wx.LC_SORT_ASCENDING |wx.LC_HRULES |                  wx.LC_VRULES,
  kwargs 
)

List of model variables.

Reimplemented in gui_modules.gmodeler.ItemCheckListCtrl.

Definition at line 3835 of file gmodeler.py.


Member Function Documentation

def gui_modules.gmodeler.ModelListCtrl.OnBeginEdit (   self,
  event 
)

Editing of item started.

Reimplemented in gui_modules.gmodeler.ItemCheckListCtrl.

Definition at line 3865 of file gmodeler.py.

def gui_modules.gmodeler.ModelListCtrl.OnColClick (   self,
  event 
)

Click on column header (order by)

Definition at line 3873 of file gmodeler.py.

def gui_modules.gmodeler.ModelListCtrl.OnEndEdit (   self,
  event 
)

Finish editing of item.

Reimplemented in gui_modules.gmodeler.ItemListCtrl, and gui_modules.gmodeler.VariableListCtrl.

Definition at line 3869 of file gmodeler.py.


Field Documentation

gui_modules.gmodeler.ModelListCtrl.columns

Definition at line 3838 of file gmodeler.py.

gui_modules.gmodeler.ModelListCtrl.frame

Definition at line 3841 of file gmodeler.py.

gui_modules.gmodeler.ModelListCtrl.itemCount
gui_modules.gmodeler.ModelListCtrl.shape

Reimplemented in gui_modules.gmodeler.ItemCheckListCtrl.

Definition at line 3839 of file gmodeler.py.


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