enigma2
2.6
|
Public Member Functions | |
def | __init__ (self, text="") |
Public Member Functions inherited from Components.ConditionalWidget.BlinkingWidgetConditional | |
def | __init__ (self) |
def | activateCondition (self, condition) |
Public Member Functions inherited from Components.ConditionalWidget.BlinkingWidget | |
def | setBlinkTime (self, time) |
def | blink (self) |
def | startBlinking (self) |
def | stopBlinking (self) |
Public Member Functions inherited from Components.GUIComponent.GUIComponent | |
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 | GUIcreate (self, parent) |
def | GUIdelete (self) |
def | createWidget (self, parent) |
def | preWidgetRemove (self, instance) |
Public Member Functions inherited from Components.ConditionalWidget.ConditionalWidget | |
def | postWidgetCreate (self, instance) |
def | setConnect (self, conditionalFunction) |
def | update (self) |
Public Member Functions inherited from Components.Label.LabelConditional | |
def | __init__ (self, text="", withTimer=True) |
Public Member Functions inherited from Components.Label.Label | |
def | produceHTML (self) |
def | getSize (self) |
Public Member Functions inherited from Components.VariableText.VariableText | |
def | __init__ (self) |
def | setText (self, text) |
def | setMarkedPos (self, pos) |
def | getText (self) |
def | postWidgetCreate (self, instance) |
Additional Inherited Members | |
Public Attributes inherited from Components.ConditionalWidget.BlinkingWidget | |
blinking | |
timer | |
timer_conn | |
blinktime | |
visible | |
Public Attributes inherited from Components.GUIComponent.GUIComponent | |
instance | |
onVisibilityChange | |
skinAttributes | |
deprecationInfo | |
width | |
height | |
Public Attributes inherited from Components.ConditionalWidget.ConditionalWidget | |
conditionCheckTimer | |
conditionCheckTimer_conn | |
visible | |
conditionalFunction | |
Public Attributes inherited from Components.VariableText.VariableText | |
message | |
instance | |
Static Public Attributes inherited from Components.Label.Label | |
GUI_WIDGET = eLabel | |
Properties inherited from Components.GUIComponent.GUIComponent | |
visible = property(getVisible, setVisible) | |
position = property(getPosition, setPosition) | |
Properties inherited from Components.VariableText.VariableText | |
text = property(getText, setText) | |
def Components.Label.BlinkingLabelConditional.__init__ | ( | self, | |
text = "" |
|||
) |
Reimplemented from Components.ConditionalWidget.ConditionalWidget.