GRASS Programmer's Manual  6.4.2(2012)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
gui_modules.gmodeler.VariablePanel Class Reference

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

Detailed Description

Definition at line 3877 of file gmodeler.py.


Constructor & Destructor Documentation

def gui_modules.gmodeler.VariablePanel.__init__ (   self,
  parent,
  id = wx.ID_ANY,
  kwargs 
)

Manage model variables panel.

Definition at line 3879 of file gmodeler.py.


Member Function Documentation

def gui_modules.gmodeler.VariablePanel.OnAdd (   self,
  event 
)

Add new variable to the list.

Definition at line 3978 of file gmodeler.py.

References gui_modules.gmodeler.VariablePanel.UpdateModelVariables().

def gui_modules.gmodeler.VariablePanel.OnText (   self,
  event 
)

Text entered.

Definition at line 3971 of file gmodeler.py.

Referenced by gui_modules.menuform.FloatValidator.__init__().

def gui_modules.gmodeler.VariablePanel.Reset (   self)

Remove all variables.

Definition at line 4014 of file gmodeler.py.

Referenced by gui_modules.nviz_mapdisp.GLWindow.OnClose().

def gui_modules.gmodeler.VariablePanel.UpdateModelVariables (   self)

Update model variables.

Definition at line 3996 of file gmodeler.py.

Referenced by gui_modules.gmodeler.VariablePanel.OnAdd().


Field Documentation

gui_modules.gmodeler.VariablePanel.addBox

Definition at line 3894 of file gmodeler.py.

gui_modules.gmodeler.VariablePanel.btnAdd

Definition at line 3908 of file gmodeler.py.

gui_modules.gmodeler.VariablePanel.desc

Definition at line 3905 of file gmodeler.py.

gui_modules.gmodeler.VariablePanel.list
gui_modules.gmodeler.VariablePanel.listBox

Definition at line 3886 of file gmodeler.py.


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