Beispiel #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
Beispiel #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
Beispiel #3
0
 def __init__(self, table_, spl, charge):
     MSBaseController.__init__(self, spl, table_)
     self._buildSpecialConnections()
     self.charge = charge
Beispiel #4
0
 def __init__(self, model, view):
     MSBaseController.__init__(self, model, view)
Beispiel #5
0
 def __init__(self, model, view):
     MSBaseController.__init__(self, model, view)
Beispiel #6
0
 def __init__(self, table_, spl, charge):
     MSBaseController.__init__(self, spl, table_)
     self._buildSpecialConnections()
     self.charge = charge