Package iceprod :: Package client :: Module GtkParameterList :: Class DisplayModel
[hide private]
[frames] | no frames]

Class DisplayModel

source code

Displays the Info_Model model in a view

Instance Methods [hide private]
 
__init__(self, parent) source code
 
edit_vector(self, tv, path, viewcol) source code
 
on_selection_changed(self, selection) source code
 
make_view(self, model)
Form a view for the Tree Model
source code
 
col0_edited_cb(self, cell, path, new_text, model)
Canges the type of the parameter (for manually added params)
source code
 
col1_edited_cb(self, cell, path, new_text, model)
Canges the name of the parameter (for manually added params)
source code
 
parse_val(self, ptype, value) source code
 
col2_edited_cb(self, cell, path, new_text, model)
Canges the value of the parameter
source code
 
col3_edited_cb(self, cell, path, new_text, model)
Canges the value of the parameter
source code
 
add_parameter(self, b, model)
Manually add a parameter
source code
 
delete_parameter(self, b, mymodel) source code
Method Details [hide private]

col0_edited_cb(self, cell, path, new_text, model)

source code 

Canges the type of the parameter (for manually added params)

To Do: add type checking for input values

col1_edited_cb(self, cell, path, new_text, model)

source code 

Canges the name of the parameter (for manually added params)

To Do: add type checking for input values

col2_edited_cb(self, cell, path, new_text, model)

source code 

Canges the value of the parameter

To Do:
  • add type checking for input values
  • add descriptions

col3_edited_cb(self, cell, path, new_text, model)

source code 

Canges the value of the parameter

To Do:
  • add type checking for input values
  • add descriptions