GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 2155 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 2157 of file model.py.

Member Function Documentation

def model.ModelParamDialog.DeleteIntermediateData (   self)

Check if to detele intermediate data.

Definition at line 2252 of file model.py.

def model.ModelParamDialog.GetErrors (   self)

Check for errors, get list of messages.

Definition at line 2244 of file model.py.

References model.ModelParamDialog.tasks.

Field Documentation

model.ModelParamDialog.btnCancel

Definition at line 2179 of file model.py.

model.ModelParamDialog.btnRun

Definition at line 2180 of file model.py.

model.ModelParamDialog.interData

Definition at line 2173 of file model.py.

model.ModelParamDialog.notebook

Definition at line 2166 of file model.py.

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

model.ModelParamDialog.tasks

Definition at line 2162 of file model.py.

Referenced by model.ModelParamDialog.GetErrors().


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