~sjdv1982/hivesystem/trunk

« back to all changes in this revision

Viewing changes to hiveguilib/PGui/PControllerGeneral.py

  • Committer: Sjoerd de Vries
  • Date: 2014-06-09 10:19:38 UTC
  • mfrom: (182.1.43 hive-view)
  • Revision ID: sjdv1982@gmail.com-20140609101938-7ji5g0buo09r0se6
merged with hive-view branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    cont = self._pControllerGeneral       
35
35
    cont.set_values(workerid, workertype, type_, profile)    
36
36
    self._workerid = workerid
 
37
  def refresh(self):
 
38
    if self._workerid is None: return
 
39
    self.load_paramset(self._workerid)
37
40
  def update_paramvalues(self, paramdict):
38
41
    if "workerid" in paramdict:
39
42
      new_workerid = paramdict["workerid"]