GRASS Programmer's Manual  6.4.3(2013)-r
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
model.ModelParamDialog Class Reference
Inheritance diagram for model.ModelParamDialog:
Collaboration diagram for model.ModelParamDialog:

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
 

Detailed Description

Definition at line 2149 of file model.py.

Constructor & Destructor Documentation

def model.ModelParamDialog.__init__ (   self,
  parent,
  params,
  id = wx.ID_ANY,
  title = _("Model parameters"),
  style = wx.DEFAULT_DIALOG_STYLE | wx.RESIZE_BORDER,
  kwargs 
)

Model parameters dialog.

Definition at line 2151 of file model.py.

Member Function Documentation

def model.ModelParamDialog.DeleteIntermediateData (   self)

Check if to detele intermediate data.

Definition at line 2246 of file model.py.

def model.ModelParamDialog.GetErrors (   self)

Check for errors, get list of messages.

Definition at line 2238 of file model.py.

References model.ModelParamDialog.tasks.

Field Documentation

model.ModelParamDialog.btnCancel

Definition at line 2173 of file model.py.

model.ModelParamDialog.btnRun

Definition at line 2174 of file model.py.

model.ModelParamDialog.interData

Definition at line 2167 of file model.py.

model.ModelParamDialog.notebook

Definition at line 2160 of file model.py.

Referenced by preferences.PreferencesDialog.__init__(), and frame.GMFrame.IsPaneShown().

model.ModelParamDialog.tasks

Definition at line 2156 of file model.py.

Referenced by model.ModelParamDialog.GetErrors().


The documentation for this class was generated from the following file: