enigma2  2.6
Public Member Functions | Public Attributes | Properties | List of all members
Components.VariableText.VariableText Class Reference
Inheritance diagram for Components.VariableText.VariableText:
Components.Button.Button Components.DiskInfo.DiskInfo Components.Input.Input Components.Label.Label Components.PerServiceDisplay.PerServiceDisplay Components.Renderer.Label.Label Plugins.Extensions.Browser.EnhancedInput.EnhancedInput Plugins.Extensions.MediaCenter.MediaBrowserSearch.EnhancedInput Components.Label.BlinkingLabel Components.Label.LabelConditional Components.Label.MultiColorLabel Components.ServicePosition.ServicePosition Components.Label.BlinkingLabelConditional

Public Member Functions

def __init__ (self)
 
def setText (self, text)
 
def setMarkedPos (self, pos)
 
def getText (self)
 
def postWidgetCreate (self, instance)
 

Public Attributes

 message
 
 instance
 

Properties

 text = property(getText, setText)
 

Detailed Description

VariableText can be used for components which have a variable text, based on any widget with setText call

Constructor & Destructor Documentation

◆ __init__()

def Components.VariableText.VariableText.__init__ (   self)

Member Function Documentation

◆ getText()

def Components.VariableText.VariableText.getText (   self)

Reimplemented in Components.Input.Input.

◆ postWidgetCreate()

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

◆ setMarkedPos()

def Components.VariableText.VariableText.setMarkedPos (   self,
  pos 
)

◆ setText()

def Components.VariableText.VariableText.setText (   self,
  text 
)

Reimplemented in Components.Input.Input.

Member Data Documentation

◆ instance

Components.VariableText.VariableText.instance

◆ message

Components.VariableText.VariableText.message

Property Documentation

◆ text

Components.VariableText.VariableText.text = property(getText, setText)
static

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