GRASS Programmer's Manual
6.4.2(2012)
|
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. | |
![]() | |
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 | OnColClick |
Click on column header (order by) |
Data Fields | |
parent | |
window | |
shape | |
![]() | |
disablePopup | |
itemDataMap | |
itemCount | |
popupID1 | |
popupID2 | |
popupID3 | |
popupID4 | |
![]() | |
columns | |
frame |
Definition at line 4545 of file gmodeler.py.
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.
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.GetItems | ( | self | ) |
Get list of selected actions.
Definition at line 4568 of file gmodeler.py.
References gui_modules.gmodeler.Model.GetItem(), gui_modules.ogc_services.LayersList.GetItemCount(), and gui_modules.gdialogs.NewVectorDialog.IsChecked().
Referenced by gui_modules.prompt.TextCtrlAutoComplete.OnCommandSelect(), gui_modules.prompt.TextCtrlAutoComplete.OnKeyDown(), and gui_modules.gselect.LayerSelect.Reset().
def gui_modules.gmodeler.ItemCheckListCtrl.OnBeginEdit | ( | self, | |
event | |||
) |
Disable editing.
Reimplemented from gui_modules.gmodeler.ModelListCtrl.
Definition at line 4556 of file gmodeler.py.
def gui_modules.gmodeler.ItemCheckListCtrl.OnCheckItem | ( | self, | |
index, | |||
flag | |||
) |
Item checked/unchecked.
Definition at line 4560 of file gmodeler.py.
References gui_modules.render.Layer.GetName(), gui_modules.gdialogs.NewVectorDialog.GetName(), gui_modules.gselect.VectorDBInfo.GetName(), gui_modules.gmodeler.ModelAction.GetName(), gui_modules.gmodeler.ModelData.GetName(), gui_modules.gmodeler.ModelRelation.GetName(), gui_modules.gmodeler.ModelLoop.GetName(), gui_modules.gmodeler.ModelCondition.GetName(), and gui_modules.gmodeler.ItemCheckListCtrl.window.
gui_modules.gmodeler.ItemCheckListCtrl.parent |
Reimplemented from gui_modules.gmodeler.ModelListCtrl.
Definition at line 4547 of file gmodeler.py.
Referenced by 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.ItemCheckListCtrl.shape |
Reimplemented from gui_modules.gmodeler.ModelListCtrl.
Definition at line 4554 of file gmodeler.py.
gui_modules.gmodeler.ItemCheckListCtrl.window |
Definition at line 4548 of file gmodeler.py.
Referenced by gui_modules.gmodeler.ItemCheckListCtrl.OnCheckItem(), and gui_modules.wxvdriver.DisplayDriver.OpenMap().