GRASS Programmer's Manual
6.4.2(2012)
|
Public Member Functions | |
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. | |
![]() | |
def | __init__ |
List of model variables. | |
def | OnBeginEdit |
Editing of item started. | |
def | OnColClick |
Click on column header (order by) |
Data Fields | |
disablePopup | |
itemDataMap | |
itemCount | |
popupID1 | |
popupID2 | |
popupID3 | |
popupID4 | |
![]() | |
parent | |
columns | |
shape | |
frame |
Definition at line 4359 of file gmodeler.py.
def gui_modules.gmodeler.ItemListCtrl.__init__ | ( | self, | |
parent, | |||
columns, | |||
disablePopup = False , |
|||
kwargs | |||
) |
List of model actions.
Definition at line 4360 of file gmodeler.py.
def gui_modules.gmodeler.ItemListCtrl.GetData | ( | self | ) |
Get list data.
Definition at line 4372 of file gmodeler.py.
References gui_modules.dbm.VirtualAttributeList.itemDataMap, gui_modules.gcpmanager.GCP.itemDataMap, and gui_modules.gmodeler.ModelListCtrl.itemDataMap.
def gui_modules.gmodeler.ItemListCtrl.GetListCtrl | ( | self | ) |
Used by ColumnSorterMixin.
Definition at line 4368 of file gmodeler.py.
def gui_modules.gmodeler.ItemListCtrl.OnEndEdit | ( | self, | |
event | |||
) |
Finish editing of item.
Reimplemented from gui_modules.gmodeler.ModelListCtrl.
Definition at line 4482 of file gmodeler.py.
References gui_modules.gmodeler.Model.GetItem(), gui_modules.dbm.VirtualAttributeList.itemDataMap, gui_modules.gcpmanager.GCP.itemDataMap, and gui_modules.gmodeler.ModelListCtrl.itemDataMap.
def gui_modules.gmodeler.ItemListCtrl.OnNormalize | ( | self, | |
event | |||
) |
Update id of actions.
Definition at line 4532 of file gmodeler.py.
References gui_modules.gmodeler.VariableListCtrl.OnReload(), and gui_modules.gmodeler.ItemListCtrl.OnReload().
def gui_modules.gmodeler.ItemListCtrl.OnReload | ( | self, | |
event = None |
|||
) |
Reload list of actions.
Definition at line 4498 of file gmodeler.py.
References gui_modules.dbm.TableListCtrl.Populate(), gui_modules.dbm.LayerListCtrl.Populate(), gui_modules.gmodeler.VariableListCtrl.Populate(), and gui_modules.gmodeler.ItemListCtrl.Populate().
Referenced by gui_modules.gmodeler.ItemListCtrl.OnNormalize().
def gui_modules.gmodeler.ItemListCtrl.OnRemove | ( | self, | |
event | |||
) |
Remove selected action(s) from the model.
Definition at line 4440 of file gmodeler.py.
References gui_modules.gmodeler.Model.GetItem(), gui_modules.dbm.VirtualAttributeList.itemDataMap, gui_modules.gcpmanager.GCP.itemDataMap, and gui_modules.gmodeler.ModelListCtrl.itemDataMap.
def gui_modules.gmodeler.ItemListCtrl.OnRemoveAll | ( | self, | |
event | |||
) |
Remove all variable(s) from the model.
Definition at line 4466 of file gmodeler.py.
References gui_modules.dbm.VirtualAttributeList.itemDataMap, gui_modules.gcpmanager.GCP.itemDataMap, gui_modules.gmodeler.ModelListCtrl.itemDataMap, and gui_modules.dbm.AttributeManager.listOfSQLStatements.
def gui_modules.gmodeler.ItemListCtrl.OnRightUp | ( | self, | |
event | |||
) |
Mouse right button up.
Definition at line 4502 of file gmodeler.py.
References gui_modules.gmodeler.ItemListCtrl.disablePopup.
Referenced by gui_modules.mapdisp_window.BufferedWindow.MouseActions().
def gui_modules.gmodeler.ItemListCtrl.Populate | ( | self, | |
data | |||
) |
Populate the list.
Definition at line 4376 of file gmodeler.py.
Referenced by gui_modules.gmodeler.ItemListCtrl.OnReload(), and gui_modules.location_wizard.ItemList.Search().
gui_modules.gmodeler.ItemListCtrl.disablePopup |
Definition at line 4362 of file gmodeler.py.
Referenced by gui_modules.gmodeler.ItemListCtrl.OnRightUp().
gui_modules.gmodeler.ItemListCtrl.itemCount |
Reimplemented from gui_modules.gmodeler.ModelListCtrl.
Definition at line 4417 of file gmodeler.py.
gui_modules.gmodeler.ItemListCtrl.itemDataMap |
Reimplemented from gui_modules.gmodeler.ModelListCtrl.
Definition at line 4378 of file gmodeler.py.
Referenced by gui_modules.vdigit.VDigitCategoryDialog.OnAddCat(), gui_modules.vdigit.VDigitCategoryDialog.OnFeature(), gui_modules.location_wizard.ItemList.OnGetItemText(), gui_modules.vdigit.VDigitCategoryDialog.OnReload(), gui_modules.location_wizard.ItemList.Sorter(), and gui_modules.vdigit.VDigitCategoryDialog.UpdateDialog().
gui_modules.gmodeler.ItemListCtrl.popupID1 |
Definition at line 4508 of file gmodeler.py.
gui_modules.gmodeler.ItemListCtrl.popupID2 |
Definition at line 4509 of file gmodeler.py.
gui_modules.gmodeler.ItemListCtrl.popupID3 |
Definition at line 4510 of file gmodeler.py.
gui_modules.gmodeler.ItemListCtrl.popupID4 |
Definition at line 4511 of file gmodeler.py.