Exemplo n.º 1
0
 def __init__(self, etype, key, value=None, oldValue=None):
     """
     Initialize the event instance
     """
     QEvent.__init__(self, etype)
     self.__key = key
     self.__value = value
     self.__oldValue = oldValue
Exemplo n.º 2
0
 def __init__(self, etype, key, value=None, oldValue=None):
     """
     Initialize the event instance
     """
     QEvent.__init__(self, etype)
     self.__key = key
     self.__value = value
     self.__oldValue = oldValue
Exemplo n.º 3
0
 def __init__(self):
     QEvent.__init__(self, self.ActivateParent)
Exemplo n.º 4
0
 def __init__(self):
     QEvent.__init__(self, self.ActivateParent)
Exemplo n.º 5
0
 def __init__(self, state):
     QEvent.__init__(self, StateChangedEvent.StateChanged)
     self._state = state
Exemplo n.º 6
0
 def __init__(self):
     QEvent.__init__(self, ExecuteCallEvent.ExecuteCall)
Exemplo n.º 7
0
 def __init__(self):
     QEvent.__init__(self, ExecuteCallEvent.ExecuteCall)
Exemplo n.º 8
0
 def __init__(self, state):
     QEvent.__init__(self, StateChangedEvent.StateChanged)
     self._state = state
Exemplo n.º 9
0
 def __init__(self, etype):
     QEvent.__init__(self, etype)