GRASS Programmer's Manual  6.5.svn(2012)-r51648
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
dialogs.ModelListCtrl Class Reference
Inheritance diagram for dialogs.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 563 of file gmodeler/dialogs.py.


Constructor & Destructor Documentation

def dialogs.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 dialogs.ItemCheckListCtrl.

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


Member Function Documentation

def dialogs.ModelListCtrl.OnBeginEdit (   self,
  event 
)

Editing of item started.

Reimplemented in dialogs.ItemCheckListCtrl.

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

def dialogs.ModelListCtrl.OnColClick (   self,
  event 
)

Click on column header (order by)

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

def dialogs.ModelListCtrl.OnEndEdit (   self,
  event 
)

Finish editing of item.

Reimplemented in dialogs.ItemListCtrl, and dialogs.VariableListCtrl.

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


Field Documentation

Reimplemented in dialogs.ItemCheckListCtrl.

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


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