enigma2  2.6
Public Member Functions | Public Attributes | Properties | List of all members
Components.config.ConfigSatlist Class Reference
Inheritance diagram for Components.config.ConfigSatlist:
Components.config.ConfigSelection Components.config.ConfigElement

Public Member Functions

def __init__ (self, list, default=None)
 
def getOrbitalPosition (self)
 
- Public Member Functions inherited from Components.config.ConfigSelection
def setChoices (self, choices, default=None)
 
def getChoices (self)
 
def setValue (self, value)
 
def tostring (self, val)
 
def getValue (self)
 
def setCurrentText (self, text)
 
def getIndex (self)
 
def handleKey (self, key)
 
def selectNext (self)
 
def getText (self)
 
def getMulti (self, selected)
 
def getHTML (self, id)
 
def unsafeAssign (self, value)
 
- Public Member Functions inherited from Components.config.ConfigElement
def __init__ (self)
 
def getNotifiers (self)
 
def setNotifiers (self, val)
 
def getNotifiersFinal (self)
 
def setNotifiersFinal (self, val)
 
def fromstring (self, value)
 
def load (self)
 
def save (self)
 
def cancel (self)
 
def isChanged (self)
 
def changed (self, save_or_cancel=False)
 
def changedFinal (self, save_or_cancel=False)
 
def addNotifier (self, notifier, initial_call=True, immediate_feedback=True, call_on_save_or_cancel=False)
 
def removeNotifier (self, notifier)
 
def clearNotifiers (self)
 
def disableSave (self)
 
def __call__ (self, selected)
 
def onSelect (self, session)
 
def onDeselect (self, session)
 

Public Attributes

 value
 
- Public Attributes inherited from Components.config.ConfigSelection
 choices
 
 default
 
- Public Attributes inherited from Components.config.ConfigElement
 saved_value
 
 save_forced
 
 save_disabled
 
 enabled
 
 key
 

Properties

 orbital_position = property(getOrbitalPosition)
 
- Properties inherited from Components.config.ConfigSelection
 value = property(getValue, setValue)
 
 index = property(getIndex)
 
 description = property(lambda self: descriptionList(self.choices.choices, self.choices.type))
 
- Properties inherited from Components.config.ConfigElement
 notifiers = property(getNotifiers, setNotifiers)
 
 notifiers_final = property(getNotifiersFinal, setNotifiersFinal)
 
 value = property(getValue, setValue)
 

Constructor & Destructor Documentation

◆ __init__()

def Components.config.ConfigSatlist.__init__ (   self,
  list,
  default = None 
)

Reimplemented from Components.config.ConfigSelection.

Member Function Documentation

◆ getOrbitalPosition()

def Components.config.ConfigSatlist.getOrbitalPosition (   self)

Member Data Documentation

◆ value

Components.config.ConfigSatlist.value

Property Documentation

◆ orbital_position

Components.config.ConfigSatlist.orbital_position = property(getOrbitalPosition)
static

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