예제 #1
0
 def __init__(self, isInQueue):
     View.__init__(self)
예제 #2
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
예제 #3
0
파일: lobbyview.py 프로젝트: webiumsk/WoT
 def __init__(self, ctx = None):
     View.__init__(self)
     self.__currIgrType = constants.IGR_TYPE.NONE
예제 #4
0
 def __init__(self):
     View.__init__(self)
예제 #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
예제 #6
0
 def __init__(self):
     View.__init__(self)
예제 #7
0
 def __init__(self, isInQueue):
     View.__init__(self)
     self.__currIgrType = constants.IGR_TYPE.NONE
예제 #8
0
 def __init__(self, ctx = None):
     View.__init__(self)
예제 #9
0
 def __init__(self, isInQueue):
     View.__init__(self)
예제 #10
0
 def __init__(self, ctx):
     View.__init__(self)
     NotificationLayoutView.__init__(self, ctx.get('model'))
     self._model.onMessageReceived += self.__onMessageReceived
     self.__closeCallBack = ctx.get('closeCallBack')
예제 #11
0
 def __init__(self, ctx):
     View.__init__(self)
     NotificationLayoutView.__init__(self, ctx.get('model'))
     self._model.onMessageReceived += self.__onMessageReceived
     self.__closeCallBack = ctx.get('closeCallBack')