enigma2  2.6
Public Member Functions | Public Attributes | List of all members
Components.Label.MultiColorLabel Class Reference
Inheritance diagram for Components.Label.MultiColorLabel:
Components.Label.Label Components.VariableText.VariableText Components.HTMLComponent.HTMLComponent Components.GUIComponent.GUIComponent

Public Member Functions

def __init__ (self, text="")
 
def applySkin (self, desktop, screen)
 
def setForegroundColorNum (self, x)
 
def setBackgroundColorNum (self, x)
 
- 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)
 
- 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 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 postWidgetCreate (self, instance)
 
def preWidgetRemove (self, instance)
 

Public Attributes

 foreColors
 
 backColors
 
 skinAttributes
 
- Public Attributes inherited from Components.VariableText.VariableText
 message
 
 instance
 
- Public Attributes inherited from Components.GUIComponent.GUIComponent
 instance
 
 onVisibilityChange
 
 skinAttributes
 
 deprecationInfo
 
 width
 
 height
 

Additional Inherited Members

- Static Public Attributes inherited from Components.Label.Label
 GUI_WIDGET = eLabel
 
- Properties inherited from Components.VariableText.VariableText
 text = property(getText, setText)
 
- Properties inherited from Components.GUIComponent.GUIComponent
 visible = property(getVisible, setVisible)
 
 position = property(getPosition, setPosition)
 

Constructor & Destructor Documentation

◆ __init__()

def Components.Label.MultiColorLabel.__init__ (   self,
  text = "" 
)

Reimplemented from Components.Label.Label.

Member Function Documentation

◆ applySkin()

def Components.Label.MultiColorLabel.applySkin (   self,
  desktop,
  screen 
)

◆ setBackgroundColorNum()

def Components.Label.MultiColorLabel.setBackgroundColorNum (   self,
  x 
)

◆ setForegroundColorNum()

def Components.Label.MultiColorLabel.setForegroundColorNum (   self,
  x 
)

Member Data Documentation

◆ backColors

Components.Label.MultiColorLabel.backColors

◆ foreColors

Components.Label.MultiColorLabel.foreColors

◆ skinAttributes

Components.Label.MultiColorLabel.skinAttributes

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