dialogs/ActionBlockDialog.py
changeset 1347 533741e5075c
parent 1340 7e5702d1f246
child 1571 486f94a8032c
equal deleted inserted replaced
1346:92efd8fe3120 1347:533741e5075c
   196     def SetQualifierList(self, list):
   196     def SetQualifierList(self, list):
   197         self.QualifierList = ",".join(list)
   197         self.QualifierList = ",".join(list)
   198         self.DurationList = list
   198         self.DurationList = list
   199 
   199 
   200     def SetVariableList(self, list):
   200     def SetVariableList(self, list):
   201         self.VariableList = "," + ",".join([variable["Name"] for variable in list])
   201         self.VariableList = "," + ",".join([variable.Name for variable in list])
   202         
   202         
   203     def SetActionList(self, list):
   203     def SetActionList(self, list):
   204         self.ActionList = "," + ",".join(list)
   204         self.ActionList = "," + ",".join(list)
   205 
   205 
   206     def SetValues(self, actions):
   206     def SetValues(self, actions):