GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Public Member Functions | |
def | __init__ |
Model parameters dialog. More... | |
def | GetErrors |
Check for errors, get list of messages. More... | |
def | DeleteIntermediateData |
Check if to detele intermediate data. More... | |
Data Fields | |
parent | |
params | |
tasks | |
notebook | |
interData | |
btnCancel | |
btnRun | |
def model.ModelParamDialog.__init__ | ( | self, | |
parent, | |||
params, | |||
id = wx.ID_ANY , |
|||
title = _("Model parameters") , |
|||
style = wx.DEFAULT_DIALOG_STYLE | wx.RESIZE_BORDER , |
|||
kwargs | |||
) |
def model.ModelParamDialog.DeleteIntermediateData | ( | self | ) |
def model.ModelParamDialog.GetErrors | ( | self | ) |
Check for errors, get list of messages.
Definition at line 2244 of file model.py.
References model.ModelParamDialog.tasks.
model.ModelParamDialog.notebook |
Definition at line 2166 of file model.py.
Referenced by preferences.PreferencesDialog.__init__(), and frame.GMFrame.IsPaneShown().
model.ModelParamDialog.params |
Definition at line 2161 of file model.py.
Referenced by python.task.grassTask.define_first(), python.task.grassTask.get_cmd(), python.task.grassTask.get_cmd_error(), python.task.grassTask.get_list_params(), python.task.grassTask.get_options(), python.task.grassTask.get_param(), histogram.HistogramFrame.GetOptData(), frame.MapFrame.GetOptData(), python.task.grassTask.has_required(), and histogram.HistogramFrame.OnOptions().
model.ModelParamDialog.parent |
Definition at line 2160 of file model.py.
Referenced by 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(), 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().
model.ModelParamDialog.tasks |
Definition at line 2162 of file model.py.
Referenced by model.ModelParamDialog.GetErrors().