GRASS Programmer's Manual
6.4.4(2014)-r
|
Public Member Functions | |
def | __init__ (self, parent, shape, columns, window=None, kwargs) |
def | OnBeginEdit (self, event) |
Disable editing. More... | |
def | OnCheckItem (self, index, flag) |
Item checked/unchecked. More... | |
def | GetItems (self) |
Get list of selected actions. More... | |
def | CheckItemById (self, aId, flag) |
Check/uncheck given item by id. More... | |
![]() | |
def | __init__ (self, parent, columns, disablePopup=False, kwargs) |
List of model actions. More... | |
def | GetListCtrl (self) |
Used by ColumnSorterMixin. More... | |
def | GetData (self) |
Get list data. More... | |
def | Populate (self, data) |
Populate the list. More... | |
def | OnRemove (self, event) |
Remove selected action(s) from the model. More... | |
def | OnRemoveAll (self, event) |
Remove all variable(s) from the model. More... | |
def | OnEndEdit (self, event) |
Finish editing of item. More... | |
def | OnReload |
Reload list of actions. More... | |
def | OnRightUp (self, event) |
Mouse right button up. More... | |
def | OnNormalize (self, event) |
Update id of actions. More... | |
![]() | |
def | __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. More... | |
def | OnBeginEdit (self, event) |
Editing of item started. More... | |
def | OnEndEdit (self, event) |
Finish editing of item. More... | |
def | OnColClick (self, event) |
Click on column header (order by) More... | |
Data Fields | |
parent | |
window | |
shape | |
![]() | |
disablePopup | |
itemDataMap | |
itemCount | |
popupID1 | |
popupID2 | |
popupID3 | |
popupID4 | |
![]() | |
parent | |
columns | |
shape | |
frame | |
itemDataMap | |
itemCount | |
Definition at line 924 of file gmodeler/dialogs.py.
def dialogs.ItemCheckListCtrl.__init__ | ( | self, | |
parent, | |||
shape, | |||
columns, | |||
window = None , |
|||
kwargs | |||
) |
Definition at line 925 of file gmodeler/dialogs.py.
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.GetItems | ( | self | ) |
Get list of selected actions.
Definition at line 947 of file gmodeler/dialogs.py.
References model.Model.GetItem(), ogc_services.LayersList.GetItemCount(), dialogs.NewVectorDialog.IsChecked(), and tools.range.
Referenced by model.Model.FindAction(), model.Model.GetData(), model.Model.GetItem(), model.Model.GetNumItems(), prompt.TextCtrlAutoComplete.OnCommandSelect(), prompt.TextCtrlAutoComplete.OnKeyDown(), model.Model.Parameterize(), model.Model.RemoveItem(), model.Model.Run(), gselect.LayerSelect.Select(), and model.Model.Validate().
def dialogs.ItemCheckListCtrl.OnBeginEdit | ( | self, | |
event | |||
) |
Disable editing.
Definition at line 935 of file gmodeler/dialogs.py.
def dialogs.ItemCheckListCtrl.OnCheckItem | ( | self, | |
index, | |||
flag | |||
) |
Item checked/unchecked.
Definition at line 939 of file gmodeler/dialogs.py.
References overlays.OverlayController.GetName(), render.Layer.GetName(), dialogs.NewVectorDialog.GetName(), gselect.VectorDBInfo.GetName(), model.ModelAction.GetName(), model.ModelData.GetName(), model.ModelRelation.GetName(), model.ModelLoop.GetName(), model.ModelCondition.GetName(), and dialogs.ItemCheckListCtrl.window.
dialogs.ItemCheckListCtrl.parent |
Definition at line 926 of file gmodeler/dialogs.py.
Referenced by model.ModelLoop.__init__(), wxdigit.VDigitError.Database(), wxdigit.VDigitError.DbExecute(), wxdigit.VDigitError.DbLink(), wxdigit.VDigitError.DeadLine(), wxdigit.VDigitError.Driver(), wxdigit.VDigitError.FeatureType(), colorrules.RulesPanel.LoadRules(), wxdigit.VDigitError.NoMap(), forms.TaskFrame.OnCancel(), forms.TaskFrame.OnDone(), frame.ModelFrame.OnHelp(), mapwindow.GLWindow.OnLeftUp(), mapwindow.BufferedWindow.OnLeftUp(), frame.PsMapBufferedWindow.OnLeftUp(), dialogs.DecorationDialog.OnOptions(), goutput.GMConsole.OnOutputSave(), forms.TaskFrame.OnRun(), toolbars.VDigitToolbar.OnSelectMap(), gselect.GdalSelect.OnSetDsn(), toolbars.LMNvizToolbar.OnSettings(), toolbars.VDigitToolbar.OnSettings(), toolbars.BaseToolbar.OnTool(), forms.CmdPanel.OnUpdateSelection(), toolbars.VDigitToolbar.OnZBulk(), wxdigit.VDigitError.ReadLine(), goutput.CmdThread.run(), forms.UpdateQThread.run(), goutput.GMConsole.RunCmd(), toolbars.VDigitToolbar.StopEditing(), colorrules.VectorColorTable.UpdateColorColumn(), mapwindow.BufferedWindow.UpdateMap(), and wxdigit.VDigitError.WriteLine().
dialogs.ItemCheckListCtrl.shape |
Definition at line 933 of file gmodeler/dialogs.py.
dialogs.ItemCheckListCtrl.window |
Definition at line 927 of file gmodeler/dialogs.py.
Referenced by dialogs.ItemCheckListCtrl.OnCheckItem(), and wxdisplay.DisplayDriver.OpenMap().