enigma2  2.6
Public Member Functions | Properties | List of all members
Components.VariableValue.VariableValue Class Reference
Inheritance diagram for Components.VariableValue.VariableValue:
Components.PerServiceDisplay.PerServiceDisplayProgress Components.ProgressBar.ProgressBar Components.Renderer.Progress.Progress Components.Slider.Slider Components.VolumeBar.VolumeBar

Public Member Functions

def __init__ (self)
 
def setValue (self, value)
 
def getValue (self)
 
def postWidgetCreate (self, instance)
 

Properties

 value = property(getValue, setValue)
 

Detailed Description

VariableValue can be used for components which have a variable value (like eSlider), based on any widget with setValue call

Constructor & Destructor Documentation

◆ __init__()

def Components.VariableValue.VariableValue.__init__ (   self)

Member Function Documentation

◆ getValue()

def Components.VariableValue.VariableValue.getValue (   self)

◆ postWidgetCreate()

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

◆ setValue()

def Components.VariableValue.VariableValue.setValue (   self,
  value 
)

Property Documentation

◆ value

Components.VariableValue.VariableValue.value = property(getValue, setValue)
static

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