GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
dialogs.ItemCheckListCtrl Class Reference
Inheritance diagram for dialogs.ItemCheckListCtrl:
Collaboration diagram for dialogs.ItemCheckListCtrl:

Public Member Functions

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

Data Fields

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

Detailed Description

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

Constructor & Destructor Documentation

def dialogs.ItemCheckListCtrl.__init__ (   self,
  parent,
  shape,
  columns,
  window = None,
  kwargs 
)

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

Member Function Documentation

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

Check/uncheck given item by id.

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

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

def dialogs.ItemCheckListCtrl.OnBeginEdit (   self,
  event 
)

Disable editing.

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

Field Documentation

dialogs.ItemCheckListCtrl.shape

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

dialogs.ItemCheckListCtrl.window

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