|
GRASS Programmer's Manual
6.4.2(2012)
|

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 | |
Definition at line 3831 of file gmodeler.py.
| def gui_modules.gmodeler.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 gui_modules.gmodeler.ItemCheckListCtrl.
Definition at line 3835 of file gmodeler.py.
| def gui_modules.gmodeler.ModelListCtrl.OnBeginEdit | ( | self, | |
| event | |||
| ) |
Editing of item started.
Reimplemented in gui_modules.gmodeler.ItemCheckListCtrl.
Definition at line 3865 of file gmodeler.py.
| def gui_modules.gmodeler.ModelListCtrl.OnColClick | ( | self, | |
| event | |||
| ) |
Click on column header (order by)
Definition at line 3873 of file gmodeler.py.
| def gui_modules.gmodeler.ModelListCtrl.OnEndEdit | ( | self, | |
| event | |||
| ) |
Finish editing of item.
Reimplemented in gui_modules.gmodeler.ItemListCtrl, and gui_modules.gmodeler.VariableListCtrl.
Definition at line 3869 of file gmodeler.py.
| gui_modules.gmodeler.ModelListCtrl.columns |
Definition at line 3838 of file gmodeler.py.
| gui_modules.gmodeler.ModelListCtrl.frame |
Definition at line 3841 of file gmodeler.py.
| gui_modules.gmodeler.ModelListCtrl.itemCount |
Reimplemented in gui_modules.gmodeler.ItemListCtrl, and gui_modules.gmodeler.VariableListCtrl.
Definition at line 3857 of file gmodeler.py.
Referenced by gui_modules.gmodeler.VariableListCtrl.Append().
| gui_modules.gmodeler.ModelListCtrl.itemDataMap |
Reimplemented in gui_modules.gmodeler.ItemListCtrl, and gui_modules.gmodeler.VariableListCtrl.
Definition at line 3856 of file gmodeler.py.
Referenced by gui_modules.gmodeler.VariableListCtrl.Append(), gui_modules.gmodeler.VariableListCtrl.GetData(), gui_modules.gmodeler.ItemListCtrl.GetData(), gui_modules.vdigit.VDigitCategoryDialog.OnAddCat(), gui_modules.gmodeler.VariableListCtrl.OnEndEdit(), gui_modules.gmodeler.ItemListCtrl.OnEndEdit(), gui_modules.vdigit.VDigitCategoryDialog.OnFeature(), gui_modules.location_wizard.ItemList.OnGetItemText(), gui_modules.vdigit.VDigitCategoryDialog.OnReload(), gui_modules.gmodeler.VariableListCtrl.OnRemove(), gui_modules.gmodeler.ItemListCtrl.OnRemove(), gui_modules.gmodeler.VariableListCtrl.OnRemoveAll(), gui_modules.gmodeler.ItemListCtrl.OnRemoveAll(), gui_modules.location_wizard.ItemList.Sorter(), and gui_modules.vdigit.VDigitCategoryDialog.UpdateDialog().
| gui_modules.gmodeler.ModelListCtrl.parent |
Reimplemented in gui_modules.gmodeler.ItemCheckListCtrl.
Definition at line 3837 of file gmodeler.py.
Referenced by gui_modules.gmodeler.ModelLoop.__init__(), gui_modules.wxvdigit.VDigitError.Database(), gui_modules.wxvdigit.VDigitError.DbExecute(), gui_modules.wxvdigit.VDigitError.DbLink(), gui_modules.wxvdigit.VDigitError.DeadLine(), gui_modules.wxvdigit.VDigitError.Driver(), gui_modules.wxvdigit.VDigitError.FeatureType(), gui_modules.wxvdigit.VDigitError.NoMap(), gui_modules.menuform.mainFrame.OnCancel(), gui_modules.menuform.mainFrame.OnDone(), wxgui.GMFrame.OnPsMap(), gui_modules.menuform.mainFrame.OnRun(), gui_modules.toolbars.VDigitToolbar.OnSelectMap(), gui_modules.gselect.GdalSelect.OnSetDsn(), gui_modules.toolbars.VDigitToolbar.OnSettings(), gui_modules.toolbars.NvizToolbar.OnSettings(), gui_modules.toolbars.AbstractToolbar.OnTool(), gui_modules.menuform.cmdPanel.OnUpdateSelection(), gui_modules.toolbars.VDigitToolbar.OnZBulk(), gui_modules.wxvdigit.VDigitError.ReadLine(), gui_modules.goutput.CmdThread.run(), gui_modules.menuform.UpdateQThread.run(), gui_modules.goutput.GMConsole.RunCmd(), gui_modules.toolbars.VDigitToolbar.StopEditing(), gui_modules.mapdisp_window.BufferedWindow.UpdateMap(), and gui_modules.wxvdigit.VDigitError.WriteLine().
| gui_modules.gmodeler.ModelListCtrl.shape |
Reimplemented in gui_modules.gmodeler.ItemCheckListCtrl.
Definition at line 3839 of file gmodeler.py.