enigma2
2.6
|
Public Member Functions | |
def | __init__ (self, parent, context, actions={ }, prio=0) |
def | update (self, parent, context, actions={ }, prio=0) |
Public Member Functions inherited from Components.ActionMap.ActionMap | |
def | __init__ (self, contexts=[], actions={ }, prio=0) |
def | update (self, contexts, actions, prio) |
def | setEnabled (self, enabled) |
def | doBind (self) |
def | doUnbind (self) |
def | checkBind (self) |
def | execBegin (self) |
def | execEnd (self) |
def | action (self, context, action) |
def | destroy (self) |
Additional Inherited Members | |
Public Attributes inherited from Components.ActionMap.ActionMap | |
actions | |
contexts | |
slots | |
prio | |
p | |
bound | |
exec_active | |
enabled | |
An Actionmap which automatically puts the actions into the helpList. Note that you can only use ONE context here!
def Components.ActionMap.HelpableActionMap.__init__ | ( | self, | |
parent, | |||
context, | |||
actions = { } , |
|||
prio = 0 |
|||
) |
def Components.ActionMap.HelpableActionMap.update | ( | self, | |
parent, | |||
context, | |||
actions = { } , |
|||
prio = 0 |
|||
) |