GRASS Programmer's Manual  6.5.svn(2012)-r51648
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
dialogs.ItemCheckListCtrl Class Reference
Inheritance diagram for dialogs.ItemCheckListCtrl:
Collaboration diagram for dialogs.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.

Data Fields

 parent
 window
 shape

Detailed Description

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


Constructor & Destructor Documentation

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

List of model variables.

Reimplemented from dialogs.ModelListCtrl.

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


Member Function Documentation

def dialogs.ItemCheckListCtrl.CheckItemById (   self,
  aId,
  flag 
)

Check/uncheck given item by id.

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

References model.Model.GetItem(), ogc_services.LayersList.GetItemCount(), and tools.range.

def dialogs.ItemCheckListCtrl.OnBeginEdit (   self,
  event 
)

Disable editing.

Reimplemented from dialogs.ModelListCtrl.

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


Field Documentation

Reimplemented from dialogs.ModelListCtrl.

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


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