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

Public Member Functions

def __init__
 List of model variables.
def OnBeginEdit
 Disable editing.
def OnCheckItem
 Item checked/unchecked.
def GetItems
 Get list of selected actions.
def CheckItemById
 Check/uncheck given item by id.
- Public Member Functions inherited from gui_modules.gmodeler.ItemListCtrl
def __init__
 List of model actions.
def GetListCtrl
 Used by ColumnSorterMixin.
def GetData
 Get list data.
def Populate
 Populate the list.
def OnRemove
 Remove selected action(s) from the model.
def OnRemoveAll
 Remove all variable(s) from the model.
def OnEndEdit
 Finish editing of item.
def OnReload
 Reload list of actions.
def OnRightUp
 Mouse right button up.
def OnNormalize
 Update id of actions.
- Public Member Functions inherited from gui_modules.gmodeler.ModelListCtrl
def OnColClick
 Click on column header (order by)

Data Fields

 parent
 window
 shape
- Data Fields inherited from gui_modules.gmodeler.ItemListCtrl
 disablePopup
 itemDataMap
 itemCount
 popupID1
 popupID2
 popupID3
 popupID4
- Data Fields inherited from gui_modules.gmodeler.ModelListCtrl
 columns
 frame

Detailed Description

Definition at line 4545 of file gmodeler.py.


Constructor & Destructor Documentation

def gui_modules.gmodeler.ItemCheckListCtrl.__init__ (   self,
  parent,
  columns,
  id,
  style = None,
  kwargs 
)

List of model variables.

Reimplemented from gui_modules.gmodeler.ModelListCtrl.

Definition at line 4546 of file gmodeler.py.


Member Function Documentation

def gui_modules.gmodeler.ItemCheckListCtrl.CheckItemById (   self,
  aId,
  flag 
)

Check/uncheck given item by id.

Definition at line 4581 of file gmodeler.py.

References gui_modules.gmodeler.Model.GetItem(), and gui_modules.ogc_services.LayersList.GetItemCount().

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

Disable editing.

Reimplemented from gui_modules.gmodeler.ModelListCtrl.

Definition at line 4556 of file gmodeler.py.


Field Documentation

gui_modules.gmodeler.ItemCheckListCtrl.shape

Reimplemented from gui_modules.gmodeler.ModelListCtrl.

Definition at line 4554 of file gmodeler.py.

gui_modules.gmodeler.ItemCheckListCtrl.window

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