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

Public Member Functions

def __init__ (self, navcore, type)
 
def newService (self)
 
def setType (self, type)
 
def setRelative (self, rel)
 
def get (self, what)
 
def update (self)
 
def stopEvent (self)
 
- Public Member Functions inherited from Components.PerServiceDisplay.PerServiceDisplay
def destroy (self)
 
- Public Member Functions inherited from Components.PerServiceDisplay.PerServiceBase
def __init__ (self, navcore, eventmap, with_event=False)
 
def enablePolling (self, interval=60000)
 
def disablePolling (self)
 
def poll (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 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 createWidget (self, parent)
 
def postWidgetCreate (self, instance)
 
def preWidgetRemove (self, instance)
 

Public Attributes

 updateTimer
 
 updateTimer_conn
 
 type
 
 relative_base
 
- Public Attributes inherited from Components.PerServiceDisplay.PerServiceBase
 navcore
 
 eventmap
 
 poll_timer
 
 with_event
 
 poll_timer_conn
 
- Public Attributes inherited from Components.VariableText.VariableText
 message
 
 instance
 
- Public Attributes inherited from Components.GUIComponent.GUIComponent
 instance
 
 onVisibilityChange
 
 skinAttributes
 
 deprecationInfo
 
 width
 
 height
 

Static Public Attributes

int TYPE_LENGTH = 0,
 
int TYPE_POSITION = 1,
 
int TYPE_REMAINING = 2,
 
int TYPE_RELATIVE = 3
 
- Static Public Attributes inherited from Components.PerServiceDisplay.PerServiceDisplay
 GUI_WIDGET = eLabel
 
- Static Public Attributes inherited from Components.PerServiceDisplay.PerServiceBase
dictionary EventMap = { }
 

Additional Inherited Members

- Static Public Member Functions inherited from Components.PerServiceDisplay.PerServiceBase
def event (ev)
 
- 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.ServicePosition.ServicePosition.__init__ (   self,
  navcore,
  type 
)

Member Function Documentation

◆ get()

def Components.ServicePosition.ServicePosition.get (   self,
  what 
)

◆ newService()

def Components.ServicePosition.ServicePosition.newService (   self)

◆ setRelative()

def Components.ServicePosition.ServicePosition.setRelative (   self,
  rel 
)

◆ setType()

def Components.ServicePosition.ServicePosition.setType (   self,
  type 
)

◆ stopEvent()

def Components.ServicePosition.ServicePosition.stopEvent (   self)

◆ update()

def Components.ServicePosition.ServicePosition.update (   self)

Member Data Documentation

◆ relative_base

Components.ServicePosition.ServicePosition.relative_base

◆ type

Components.ServicePosition.ServicePosition.type

◆ TYPE_LENGTH

int Components.ServicePosition.ServicePosition.TYPE_LENGTH = 0,
static

◆ TYPE_POSITION

int Components.ServicePosition.ServicePosition.TYPE_POSITION = 1,
static

◆ TYPE_RELATIVE

int Components.ServicePosition.ServicePosition.TYPE_RELATIVE = 3
static

◆ TYPE_REMAINING

int Components.ServicePosition.ServicePosition.TYPE_REMAINING = 2,
static

◆ updateTimer

Components.ServicePosition.ServicePosition.updateTimer

◆ updateTimer_conn

Components.ServicePosition.ServicePosition.updateTimer_conn

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