Example #1
0
 def __init__(self, model, view):
     """
     the _buildConnections is called in super__init__()
     
     """
     MSBaseController.__init__(self, model, view)
     self.useGL = self.qApp.useGL
     self.currentSample = [None]*3 #each treeView can have different active sample now
     self.hideIndexIcon = True
Example #2
0
 def __init__(self, model, view):
     """
     the _buildConnections is called in super__init__()
     
     """
     MSBaseController.__init__(self, model, view)
     self.useGL = self.qApp.useGL
     self.currentSample = [
         None
     ] * 3  #each treeView can have different active sample now
     self.hideIndexIcon = True
Example #3
0
 def __init__(self, table_, spl, charge):
     MSBaseController.__init__(self, spl, table_)
     self._buildSpecialConnections()
     self.charge = charge
Example #4
0
 def __init__(self, model, view):
     MSBaseController.__init__(self, model, view)
Example #5
0
 def __init__(self, model, view):
     MSBaseController.__init__(self, model, view)
Example #6
0
 def __init__(self, table_, spl, charge):
     MSBaseController.__init__(self, spl, table_)
     self._buildSpecialConnections()
     self.charge = charge