enigma2  2.6
Public Member Functions | Public Attributes | List of all members
Components.ActionMap.ActionMap Class Reference
Inheritance diagram for Components.ActionMap.ActionMap:
Components.ActionMap.HelpableActionMap Components.ActionMap.NumberActionMap

Public Member Functions

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)
 

Public Attributes

 actions
 
 contexts
 
 slots
 
 prio
 
 p
 
 bound
 
 exec_active
 
 enabled
 

Constructor & Destructor Documentation

◆ __init__()

def Components.ActionMap.ActionMap.__init__ (   self,
  contexts = [ ],
  actions = { },
  prio = 0 
)

Member Function Documentation

◆ action()

def Components.ActionMap.ActionMap.action (   self,
  context,
  action 
)

◆ checkBind()

def Components.ActionMap.ActionMap.checkBind (   self)

◆ destroy()

def Components.ActionMap.ActionMap.destroy (   self)

◆ doBind()

def Components.ActionMap.ActionMap.doBind (   self)

◆ doUnbind()

def Components.ActionMap.ActionMap.doUnbind (   self)

◆ execBegin()

def Components.ActionMap.ActionMap.execBegin (   self)

◆ execEnd()

def Components.ActionMap.ActionMap.execEnd (   self)

◆ setEnabled()

def Components.ActionMap.ActionMap.setEnabled (   self,
  enabled 
)

◆ update()

def Components.ActionMap.ActionMap.update (   self,
  contexts,
  actions,
  prio 
)

Member Data Documentation

◆ actions

Components.ActionMap.ActionMap.actions

◆ bound

Components.ActionMap.ActionMap.bound

◆ contexts

Components.ActionMap.ActionMap.contexts

◆ enabled

Components.ActionMap.ActionMap.enabled

◆ exec_active

Components.ActionMap.ActionMap.exec_active

◆ p

Components.ActionMap.ActionMap.p

◆ prio

Components.ActionMap.ActionMap.prio

◆ slots

Components.ActionMap.ActionMap.slots

The documentation for this class was generated from the following file: