enigma2  2.6
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Components.TunerInfo.TunerInfo Class Reference
Inheritance diagram for Components.TunerInfo.TunerInfo:
Components.GUIComponent.GUIComponent

Public Member Functions

def __init__ (self, type, servicefkt=None, frontendfkt=None, statusDict=None)
 
def setText (self, text)
 
def setValue (self, value)
 
def calc (self, val)
 
def update (self)
 
def getValue (self, what)
 
def createWidget (self, parent)
 
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 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 preWidgetRemove (self, instance)
 

Public Attributes

 instance
 
 message
 
 value
 
 servicefkt
 
 frontendfkt
 
 statusDict
 
 type
 
 g
 
- Public Attributes inherited from Components.GUIComponent.GUIComponent
 instance
 
 onVisibilityChange
 
 skinAttributes
 
 deprecationInfo
 
 width
 
 height
 

Static Public Attributes

int SNR = 0
 
int AGC = 1
 
int BER = 2
 
int LOCK = 3
 
int SNR_PERCENTAGE = 0
 
int SNR_DB = 1
 
int AGC_PERCENTAGE = 2
 
int BER_VALUE = 3
 
int SNR_BAR = 4
 
int AGC_BAR = 5
 
int BER_BAR = 6
 
int LOCK_STATE = 7
 
int SYNC_STATE = 8
 
int UNCORR = 9
 
int UNCORR_VALUE = 10
 

Additional Inherited Members

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

Constructor & Destructor Documentation

◆ __init__()

def Components.TunerInfo.TunerInfo.__init__ (   self,
  type,
  servicefkt = None,
  frontendfkt = None,
  statusDict = None 
)

Member Function Documentation

◆ calc()

def Components.TunerInfo.TunerInfo.calc (   self,
  val 
)

◆ createWidget()

def Components.TunerInfo.TunerInfo.createWidget (   self,
  parent 
)

◆ getValue()

def Components.TunerInfo.TunerInfo.getValue (   self,
  what 
)

◆ postWidgetCreate()

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

◆ setText()

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

◆ setValue()

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

◆ update()

def Components.TunerInfo.TunerInfo.update (   self)

Member Data Documentation

◆ AGC

int Components.TunerInfo.TunerInfo.AGC = 1
static

◆ AGC_BAR

int Components.TunerInfo.TunerInfo.AGC_BAR = 5
static

◆ AGC_PERCENTAGE

int Components.TunerInfo.TunerInfo.AGC_PERCENTAGE = 2
static

◆ BER

int Components.TunerInfo.TunerInfo.BER = 2
static

◆ BER_BAR

int Components.TunerInfo.TunerInfo.BER_BAR = 6
static

◆ BER_VALUE

int Components.TunerInfo.TunerInfo.BER_VALUE = 3
static

◆ frontendfkt

Components.TunerInfo.TunerInfo.frontendfkt

◆ g

Components.TunerInfo.TunerInfo.g

◆ instance

Components.TunerInfo.TunerInfo.instance

◆ LOCK

int Components.TunerInfo.TunerInfo.LOCK = 3
static

◆ LOCK_STATE

int Components.TunerInfo.TunerInfo.LOCK_STATE = 7
static

◆ message

Components.TunerInfo.TunerInfo.message

◆ servicefkt

Components.TunerInfo.TunerInfo.servicefkt

◆ SNR

int Components.TunerInfo.TunerInfo.SNR = 0
static

◆ SNR_BAR

int Components.TunerInfo.TunerInfo.SNR_BAR = 4
static

◆ SNR_DB

int Components.TunerInfo.TunerInfo.SNR_DB = 1
static

◆ SNR_PERCENTAGE

int Components.TunerInfo.TunerInfo.SNR_PERCENTAGE = 0
static

◆ statusDict

Components.TunerInfo.TunerInfo.statusDict

◆ SYNC_STATE

int Components.TunerInfo.TunerInfo.SYNC_STATE = 8
static

◆ type

Components.TunerInfo.TunerInfo.type

◆ UNCORR

int Components.TunerInfo.TunerInfo.UNCORR = 9
static

◆ UNCORR_VALUE

int Components.TunerInfo.TunerInfo.UNCORR_VALUE = 10
static

◆ value

Components.TunerInfo.TunerInfo.value

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