enigma2  2.6
Public Member Functions | Public Attributes | List of all members
Components.ConditionalWidget.ConditionalWidget Class Reference
Inheritance diagram for Components.ConditionalWidget.ConditionalWidget:
Components.GUIComponent.GUIComponent Components.ConditionalWidget.BlinkingWidgetConditional Components.Label.LabelConditional Components.Pixmap.PixmapConditional Components.BlinkingPixmap.BlinkingPixmapConditional Components.Label.BlinkingLabelConditional Components.Label.BlinkingLabelConditional Components.BlinkingPixmap.BlinkingPixmapConditional

Public Member Functions

def __init__ (self, withTimer=True)
 
def postWidgetCreate (self, instance)
 
def setConnect (self, conditionalFunction)
 
def activateCondition (self, condition)
 
def update (self)
 
- Public Member Functions inherited from Components.GUIComponent.GUIComponent
def __init__ (self)
 
def execBegin (self)
 
def execEnd (self)
 
def onShow (self)
 
def onHide (self)
 
def destroy (self)
 
def applySkin (self, desktop, parent)
 
def move (self, x, y=None)
 
def resize (self, x, y=None)
 
def setZPosition (self, z)
 
def show (self)
 
def hide (self)
 
def getVisible (self)
 
def setVisible (self, visible)
 
def setPosition (self, x, y)
 
def getPosition (self)
 
def getSize (self)
 
def GUIcreate (self, parent)
 
def GUIdelete (self)
 
def createWidget (self, parent)
 
def preWidgetRemove (self, instance)
 

Public Attributes

 conditionCheckTimer
 
 conditionCheckTimer_conn
 
 visible
 
 conditionalFunction
 
- Public Attributes inherited from Components.GUIComponent.GUIComponent
 instance
 
 onVisibilityChange
 
 skinAttributes
 
 deprecationInfo
 
 width
 
 height
 

Additional Inherited Members

- Properties inherited from Components.GUIComponent.GUIComponent
 visible = property(getVisible, setVisible)
 
 position = property(getPosition, setPosition)
 

Constructor & Destructor Documentation

◆ __init__()

def Components.ConditionalWidget.ConditionalWidget.__init__ (   self,
  withTimer = True 
)

Member Function Documentation

◆ activateCondition()

def Components.ConditionalWidget.ConditionalWidget.activateCondition (   self,
  condition 
)

◆ postWidgetCreate()

def Components.ConditionalWidget.ConditionalWidget.postWidgetCreate (   self,
  instance 
)

◆ setConnect()

def Components.ConditionalWidget.ConditionalWidget.setConnect (   self,
  conditionalFunction 
)

◆ update()

def Components.ConditionalWidget.ConditionalWidget.update (   self)

Member Data Documentation

◆ conditionalFunction

Components.ConditionalWidget.ConditionalWidget.conditionalFunction

◆ conditionCheckTimer

Components.ConditionalWidget.ConditionalWidget.conditionCheckTimer

◆ conditionCheckTimer_conn

Components.ConditionalWidget.ConditionalWidget.conditionCheckTimer_conn

◆ visible

Components.ConditionalWidget.ConditionalWidget.visible

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