enigma2  2.6
Public Member Functions | Public Attributes | Properties | List of all members
Components.Sources.Boolean.Boolean Class Reference
Inheritance diagram for Components.Sources.Boolean.Boolean:
Components.Sources.Source.Source Components.Element.AnimatedElement Components.Element.Element

Public Member Functions

def __init__ (self, fixed=False, function=None, destroy=None, poll=0)
 
def getBoolean (self)
 
def setBoolean (self, value)
 
def poll (self)
 
def destroy (self)
 
- Public Member Functions inherited from Components.Sources.Source.Source
def execBegin (self)
 
def execEnd (self)
 
def onShow (self)
 
def onHide (self)
 
- Public Member Functions inherited from Components.Element.AnimatedElement
def __init__ (self)
 
def isAnimated (self)
 
def setAnimated (self, isAnimated)
 
- Public Member Functions inherited from Components.Element.Element
def connectDownstream (self, downstream)
 
def connectUpstream (self, upstream)
 
def connect (self, upstream)
 
def disconnectAll (self)
 
def disconnectDownstream (self, downstream)
 
def changed (self, *args, **kwargs)
 
def setSuspend (self, suspended)
 
def checkSuspend (self)
 
def doSuspend (self, suspend)
 

Public Attributes

 function
 
 fixed
 
 post_destroy
 
 poll_timer
 
 poll_timer_conn
 
- Public Attributes inherited from Components.Element.Element
 downstream_elements
 
 master
 
 sources
 
 source
 
 cache
 

Properties

 boolean = property(getBoolean, setBoolean)
 
- Properties inherited from Components.Element.AnimatedElement
 isAnimated = property(isAnimated, setAnimated)
 
- Properties inherited from Components.Element.Element
 suspended = property(lambda self: self.__suspended, setSuspend)
 

Additional Inherited Members

- Static Public Attributes inherited from Components.Element.Element
int CHANGED_DEFAULT = 0
 
int CHANGED_ALL = 1
 
int CHANGED_CLEAR = 2
 
int CHANGED_SPECIFIC = 3
 
int CHANGED_POLL = 4
 
int CHANGED_PULSATE = 5
 
int CHANGED_ANIMATED = 6
 
bool SINGLE_SOURCE = True
 

Constructor & Destructor Documentation

◆ __init__()

def Components.Sources.Boolean.Boolean.__init__ (   self,
  fixed = False,
  function = None,
  destroy = None,
  poll = 0 
)

Member Function Documentation

◆ destroy()

def Components.Sources.Boolean.Boolean.destroy (   self)

Reimplemented from Components.Sources.Source.Source.

◆ getBoolean()

def Components.Sources.Boolean.Boolean.getBoolean (   self)

◆ poll()

def Components.Sources.Boolean.Boolean.poll (   self)

◆ setBoolean()

def Components.Sources.Boolean.Boolean.setBoolean (   self,
  value 
)

Member Data Documentation

◆ fixed

Components.Sources.Boolean.Boolean.fixed

◆ function

Components.Sources.Boolean.Boolean.function

◆ poll_timer

Components.Sources.Boolean.Boolean.poll_timer

◆ poll_timer_conn

Components.Sources.Boolean.Boolean.poll_timer_conn

◆ post_destroy

Components.Sources.Boolean.Boolean.post_destroy

Property Documentation

◆ boolean

Components.Sources.Boolean.Boolean.boolean = property(getBoolean, setBoolean)
static

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