Beispiel #1
0
 def __init__(self, isInQueue):
     View.__init__(self)
 def __init__(self, ctx):
     View.__init__(self)
     self._initData = ctx.get('data', None)
     self._menuEnabled = ctx.get('menuEnabled', False)
     self._currentVehicleInvId = ctx.get('currentVehicleId', -1)
     return
Beispiel #3
0
 def __init__(self, ctx = None):
     View.__init__(self)
     self.__currIgrType = constants.IGR_TYPE.NONE
 def __init__(self):
     View.__init__(self)
Beispiel #5
0
 def __init__(self, ctx):
     View.__init__(self)
     self._initData = ctx.get('data', None)
     self._menuEnabled = ctx.get('menuEnabled', False)
     self._currentVehicleInvId = ctx.get('currentVehicleId', -1)
     return
Beispiel #6
0
 def __init__(self):
     View.__init__(self)
Beispiel #7
0
 def __init__(self, isInQueue):
     View.__init__(self)
     self.__currIgrType = constants.IGR_TYPE.NONE
Beispiel #8
0
 def __init__(self, ctx = None):
     View.__init__(self)
Beispiel #9
0
 def __init__(self, isInQueue):
     View.__init__(self)
 def __init__(self, ctx):
     View.__init__(self)
     NotificationLayoutView.__init__(self, ctx.get('model'))
     self._model.onMessageReceived += self.__onMessageReceived
     self.__closeCallBack = ctx.get('closeCallBack')
 def __init__(self, ctx):
     View.__init__(self)
     NotificationLayoutView.__init__(self, ctx.get('model'))
     self._model.onMessageReceived += self.__onMessageReceived
     self.__closeCallBack = ctx.get('closeCallBack')