コード例 #1
0
 def __init__(self, player, contexts=[], actions={}, prio=0):
     ActionMap.__init__(self, contexts, actions, prio)
     self.player = player
コード例 #2
0
ファイル: VlcPlayer.py プロジェクト: OpenVuPlus/dvbapp-plugin
			def __init__(self, player, contexts = [ ], actions = { }, prio=0):
				ActionMap.__init__(self, contexts, actions, prio)
				self.player = player
コード例 #3
0
			def __init__(self, csel, contexts = [ ], actions = { }, prio=0):
				ActionMap.__init__(self, contexts, actions, prio)
				self.csel = csel