|
GRASS Programmer's Manual
6.5.svn(2012)-r51648
|
Public Member Functions | |
| def | __init__ |
| Manage model variables panel. | |
| def | OnText |
| Text entered. | |
| def | OnAdd |
| Add new variable to the list. | |
| def | UpdateModelVariables |
| Update model variables. | |
| def | Update |
| Reload list of variables. | |
| def | Reset |
| Remove all variables. | |
Data Fields | |
| parent | |
| listBox | |
| list | |
| addBox | |
| name | |
| type | |
| value | |
| desc | |
| btnAdd | |
Definition at line 1260 of file gmodeler/frame.py.
| def frame.VariablePanel.__init__ | ( | self, | |
| parent, | |||
id = wx.ID_ANY, |
|||
| kwargs | |||
| ) |
Manage model variables panel.
Definition at line 1262 of file gmodeler/frame.py.
| def frame.VariablePanel.OnAdd | ( | self, | |
| event | |||
| ) |
Add new variable to the list.
Definition at line 1364 of file gmodeler/frame.py.
References frame.VariablePanel.UpdateModelVariables().
| def frame.VariablePanel.OnText | ( | self, | |
| event | |||
| ) |
Text entered.
Definition at line 1357 of file gmodeler/frame.py.
Referenced by widgets.BaseValidator.__init__().
| def frame.VariablePanel.Reset | ( | self | ) |
Remove all variables.
Definition at line 1400 of file gmodeler/frame.py.
| def frame.VariablePanel.Update | ( | self | ) |
Reload list of variables.
Definition at line 1396 of file gmodeler/frame.py.
Referenced by model.ModelObject.Enable(), wizard.DatumPage.OnDText(), colorrules.VectorColorTable.OnLayerSelection(), manager.GroupPage.OnMkGroup(), statusbar.SbManager.OnToggleStatus(), and mapwindow.BufferedWindow.TextBounds().
| def frame.VariablePanel.UpdateModelVariables | ( | self | ) |
Update model variables.
Definition at line 1382 of file gmodeler/frame.py.
Referenced by frame.VariablePanel.OnAdd().
Definition at line 1277 of file gmodeler/frame.py.
Definition at line 1294 of file gmodeler/frame.py.
Definition at line 1291 of file gmodeler/frame.py.
Definition at line 1272 of file gmodeler/frame.py.
Referenced by dialogs.ImportDialog.doLayout(), dialogs.VDigitCategoryDialog.GetListCtrl(), and manager.GCP.GetListCtrl().
Definition at line 1269 of file gmodeler/frame.py.
Definition at line 1279 of file gmodeler/frame.py.
Referenced by python.task.grassTask.get_cmd(), python.task.grassTask.get_name(), dialogs.DecorationDialog.GetOptData(), dialogs.DecorationDialog.OnCancel(), and dialogs.DecorationDialog.OnOptions().
Definition at line 1265 of file gmodeler/frame.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.PsMapBufferedWindow.OnLeftUp(), dialogs.DecorationDialog.OnOptions(), 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().
Definition at line 1281 of file gmodeler/frame.py.
Referenced by gselect.TreeCtrlComboPopup.GetElementList(), gselect.TreeCtrlComboPopup.GetType(), gselect.TreeCtrlComboPopup.OnPopup(), gselect.TreeCtrlComboPopup.SetData(), and widgets.BaseValidator.Validate().
Definition at line 1290 of file gmodeler/frame.py.
Referenced by python.core.ScriptError.__str__(), gselect.TreeCtrlComboPopup.GetElementList(), model.ModelData.GetLog(), gselect.TreeCtrlComboPopup.GetStringValue(), model.ModelData.GetValue(), gselect.TreeCtrlComboPopup.OnKeyUp(), gselect.TreeCtrlComboPopup.OnLeftDown(), model.ModelData.SetPropDialog(), gselect.TreeCtrlComboPopup.SetStringValue(), and model.ModelData.SetValue().