enigma2  2.6
Public Member Functions | Static Public Attributes | List of all members
enigma.eListbox Class Reference
Inheritance diagram for enigma.eListbox:
enigma.eWidget

Public Member Functions

def __init__ (self, parent, withActionMap=True)
 
def setWrapAroundDefault (on)
 
def setScrollbarMode (self, mode)
 
def setupScrollbar (self)
 
def setWrapAround (self, arg2)
 
def setBacklogMode (self, arg2)
 
def setContent (self, content)
 
def getCurrentIndex (self)
 
def moveSelection (self, how)
 
def moveSelectionTo (self, index)
 
def moveToEnd (self)
 
def atBegin (self)
 
def atEnd (self)
 
def setMode (self, mode)
 
def setItemHeight (self, h)
 
def setItemWidth (self, w)
 
def setMargin (self, margin)
 
def setSelectionZoom (self, zoom)
 
def setSelectionEnable (self, en)
 
def setBackgroundColor (self, col)
 
def setBackgroundColorSelected (self, col)
 
def setForegroundColor (self, col)
 
def setForegroundColorSelected (self, col)
 
def setBackgroundPicture (self, pixmap)
 
def setSelectionPicture (self, pixmap)
 
def setScrollbarSliderPicture (self, pm)
 
def setScrollbarSliderBackgroundPicture (self, pm)
 
def setScrollbarValuePicture (self, pm)
 
def setScrollbarSliderBorderWidth (self, size)
 
def setScrollbarWidth (self, size)
 
def setScrollbarBackgroundPixmapTopHeight (self, value)
 
def setScrollbarBackgroundPixmapBottomHeight (self, value)
 
def setScrollbarValuePixmapTopHeight (self, value)
 
def setScrollbarValuePixmapBottomHeight (self, value)
 
def resetScrollbarProperties (self)
 
def getEntryTop (self)
 
def getVisibleItemCount (self)
 
def getSelectionRect (self, zoomed=False)
 
def itemHeight (self)
 
def itemWidth (self)
 
def currentPage (self)
 
def totalPages (self)
 
- Public Member Functions inherited from enigma.eWidget
def __init__ (self, parent)
 
def move (self, pos)
 
def resize (self, size)
 
def position (self)
 
def size (self)
 
def csize (self)
 
def parent (self)
 
def parentSize (self)
 
def parentCsize (self)
 
def invalidate (self, *args)
 
def invalidateForAnimation (self)
 
def child (self)
 
def show (self)
 
def hide (self)
 
def doHide (self)
 
def destruct (self)
 
def getStyle (self, OUTPUT)
 
def setStyle (self, style)
 
def clearBackgroundColor (self)
 
def setZPosition (self, z)
 
def setTransparent (self, transp)
 
def isVisible (self)
 
def isFading (self)
 
def disable (self)
 
def enable (self)
 
def isEnabled (self)
 
def onAnimationFinished (self)
 
def signalHideAnimationFinished (self)
 
def canAnimate (self)
 
def isFinishedAnimating (self)
 
def setParentTitle (self, title)
 
def setShowHideAnimation (self, key)
 
def setPulsate (self, enabled, duration=1000, arg4=0.3, to=1.0)
 
def isTransparent (self)
 
def getAbsolutePosition (self)
 
def event (self, event, data=None, data2=None)
 
def setFocus (self, focus)
 
def setPositionNotifyChild (self, n)
 
def notifyShowHide (self)
 

Static Public Attributes

 thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 
 setWrapAroundDefault = staticmethod(setWrapAroundDefault)
 
 selectionChanged = _swig_property(_enigma.eListbox_selectionChanged_get, _enigma.eListbox_selectionChanged_set)
 
 layoutVertical = _enigma.eListbox_layoutVertical
 
 layoutHorizontal = _enigma.eListbox_layoutHorizontal
 
 layoutGrid = _enigma.eListbox_layoutGrid
 
 showOnDemand = _enigma.eListbox_showOnDemand
 
 showAlways = _enigma.eListbox_showAlways
 
 showNever = _enigma.eListbox_showNever
 
 moveUp = _enigma.eListbox_moveUp
 
 moveDown = _enigma.eListbox_moveDown
 
 moveTop = _enigma.eListbox_moveTop
 
 moveEnd = _enigma.eListbox_moveEnd
 
 pageUp = _enigma.eListbox_pageUp
 
 pageDown = _enigma.eListbox_pageDown
 
 justCheck = _enigma.eListbox_justCheck
 
 refresh = _enigma.eListbox_refresh
 
 moveLeft = _enigma.eListbox_moveLeft
 
 moveRight = _enigma.eListbox_moveRight
 
- Static Public Attributes inherited from enigma.eWidget
 thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
 
 hideAnimationFinished = _swig_property(_enigma.eWidget_hideAnimationFinished_get, _enigma.eWidget_hideAnimationFinished_set)
 
 showAnimationFinished = _swig_property(_enigma.eWidget_showAnimationFinished_get, _enigma.eWidget_showAnimationFinished_set)
 
 m_clip_region = _swig_property(_enigma.eWidget_m_clip_region_get, _enigma.eWidget_m_clip_region_set)
 
 m_visible_region = _swig_property(_enigma.eWidget_m_visible_region_get, _enigma.eWidget_m_visible_region_set)
 
 m_visible_with_childs = _swig_property(_enigma.eWidget_m_visible_with_childs_get, _enigma.eWidget_m_visible_with_childs_set)
 
 evtPaint = _enigma.eWidget_evtPaint
 
 evtPrefetch = _enigma.eWidget_evtPrefetch
 
 evtKey = _enigma.eWidget_evtKey
 
 evtChangedPosition = _enigma.eWidget_evtChangedPosition
 
 evtChangedSize = _enigma.eWidget_evtChangedSize
 
 evtParentChangedPosition = _enigma.eWidget_evtParentChangedPosition
 
 evtParentVisibilityChanged = _enigma.eWidget_evtParentVisibilityChanged
 
 evtWillChangePosition = _enigma.eWidget_evtWillChangePosition
 
 evtWillChangeSize = _enigma.eWidget_evtWillChangeSize
 
 evtAction = _enigma.eWidget_evtAction
 
 evtFocusGot = _enigma.eWidget_evtFocusGot
 
 evtFocusLost = _enigma.eWidget_evtFocusLost
 
 evtUserWidget = _enigma.eWidget_evtUserWidget
 

Constructor & Destructor Documentation

◆ __init__()

def enigma.eListbox.__init__ (   self,
  parent,
  withActionMap = True 
)
__init__(eListbox self, eWidget parent, bool withActionMap=True) -> eListbox
__init__(eListbox self, eWidget parent) -> eListbox

Member Function Documentation

◆ atBegin()

def enigma.eListbox.atBegin (   self)
atBegin(eListbox self) -> bool

◆ atEnd()

def enigma.eListbox.atEnd (   self)
atEnd(eListbox self) -> bool

◆ currentPage()

def enigma.eListbox.currentPage (   self)
currentPage(eListbox self) -> int

◆ getCurrentIndex()

def enigma.eListbox.getCurrentIndex (   self)
getCurrentIndex(eListbox self) -> int

◆ getEntryTop()

def enigma.eListbox.getEntryTop (   self)
getEntryTop(eListbox self) -> int

◆ getSelectionRect()

def enigma.eListbox.getSelectionRect (   self,
  zoomed = False 
)
getSelectionRect(eListbox self, bool zoomed=False) -> eRect
getSelectionRect(eListbox self) -> eRect

◆ getVisibleItemCount()

def enigma.eListbox.getVisibleItemCount (   self)
getVisibleItemCount(eListbox self) -> int

◆ itemHeight()

def enigma.eListbox.itemHeight (   self)
itemHeight(eListbox self) -> int

◆ itemWidth()

def enigma.eListbox.itemWidth (   self)
itemWidth(eListbox self) -> int

◆ moveSelection()

def enigma.eListbox.moveSelection (   self,
  how 
)
moveSelection(eListbox self, long how)

◆ moveSelectionTo()

def enigma.eListbox.moveSelectionTo (   self,
  index 
)
moveSelectionTo(eListbox self, int index)

◆ moveToEnd()

def enigma.eListbox.moveToEnd (   self)
moveToEnd(eListbox self)

◆ resetScrollbarProperties()

def enigma.eListbox.resetScrollbarProperties (   self)
resetScrollbarProperties(eListbox self)

◆ setBackgroundColor()

def enigma.eListbox.setBackgroundColor (   self,
  col 
)
setBackgroundColor(eListbox self, gRGB col)

Reimplemented from enigma.eWidget.

◆ setBackgroundColorSelected()

def enigma.eListbox.setBackgroundColorSelected (   self,
  col 
)
setBackgroundColorSelected(eListbox self, gRGB col)

◆ setBackgroundPicture()

def enigma.eListbox.setBackgroundPicture (   self,
  pixmap 
)
setBackgroundPicture(eListbox self, gPixmapPtr pixmap)

◆ setBacklogMode()

def enigma.eListbox.setBacklogMode (   self,
  arg2 
)
setBacklogMode(eListbox self, bool arg2)

◆ setContent()

def enigma.eListbox.setContent (   self,
  content 
)
setContent(eListbox self, iListboxContent content)

◆ setForegroundColor()

def enigma.eListbox.setForegroundColor (   self,
  col 
)
setForegroundColor(eListbox self, gRGB col)

◆ setForegroundColorSelected()

def enigma.eListbox.setForegroundColorSelected (   self,
  col 
)
setForegroundColorSelected(eListbox self, gRGB col)

◆ setItemHeight()

def enigma.eListbox.setItemHeight (   self,
  h 
)
setItemHeight(eListbox self, int h)

◆ setItemWidth()

def enigma.eListbox.setItemWidth (   self,
  w 
)
setItemWidth(eListbox self, int w)

◆ setMargin()

def enigma.eListbox.setMargin (   self,
  margin 
)
setMargin(eListbox self, ePoint margin)

◆ setMode()

def enigma.eListbox.setMode (   self,
  mode 
)
setMode(eListbox self, int mode)

◆ setScrollbarBackgroundPixmapBottomHeight()

def enigma.eListbox.setScrollbarBackgroundPixmapBottomHeight (   self,
  value 
)
setScrollbarBackgroundPixmapBottomHeight(eListbox self, int value)

◆ setScrollbarBackgroundPixmapTopHeight()

def enigma.eListbox.setScrollbarBackgroundPixmapTopHeight (   self,
  value 
)
setScrollbarBackgroundPixmapTopHeight(eListbox self, int value)

◆ setScrollbarMode()

def enigma.eListbox.setScrollbarMode (   self,
  mode 
)
setScrollbarMode(eListbox self, int mode)

◆ setScrollbarSliderBackgroundPicture()

def enigma.eListbox.setScrollbarSliderBackgroundPicture (   self,
  pm 
)
setScrollbarSliderBackgroundPicture(eListbox self, gPixmapPtr pm)

◆ setScrollbarSliderBorderWidth()

def enigma.eListbox.setScrollbarSliderBorderWidth (   self,
  size 
)
setScrollbarSliderBorderWidth(eListbox self, int size)

◆ setScrollbarSliderPicture()

def enigma.eListbox.setScrollbarSliderPicture (   self,
  pm 
)
setScrollbarSliderPicture(eListbox self, gPixmapPtr pm)

◆ setScrollbarValuePicture()

def enigma.eListbox.setScrollbarValuePicture (   self,
  pm 
)
setScrollbarValuePicture(eListbox self, gPixmapPtr pm)

◆ setScrollbarValuePixmapBottomHeight()

def enigma.eListbox.setScrollbarValuePixmapBottomHeight (   self,
  value 
)
setScrollbarValuePixmapBottomHeight(eListbox self, int value)

◆ setScrollbarValuePixmapTopHeight()

def enigma.eListbox.setScrollbarValuePixmapTopHeight (   self,
  value 
)
setScrollbarValuePixmapTopHeight(eListbox self, int value)

◆ setScrollbarWidth()

def enigma.eListbox.setScrollbarWidth (   self,
  size 
)
setScrollbarWidth(eListbox self, int size)

◆ setSelectionEnable()

def enigma.eListbox.setSelectionEnable (   self,
  en 
)
setSelectionEnable(eListbox self, int en)

◆ setSelectionPicture()

def enigma.eListbox.setSelectionPicture (   self,
  pixmap 
)
setSelectionPicture(eListbox self, gPixmapPtr pixmap)

◆ setSelectionZoom()

def enigma.eListbox.setSelectionZoom (   self,
  zoom 
)
setSelectionZoom(eListbox self, float zoom)

◆ setupScrollbar()

def enigma.eListbox.setupScrollbar (   self)
setupScrollbar(eListbox self)

◆ setWrapAround()

def enigma.eListbox.setWrapAround (   self,
  arg2 
)
setWrapAround(eListbox self, bool arg2)

◆ setWrapAroundDefault()

def enigma.eListbox.setWrapAroundDefault (   on)
setWrapAroundDefault(bool on)

◆ totalPages()

def enigma.eListbox.totalPages (   self)
totalPages(eListbox self) -> int

Member Data Documentation

◆ justCheck

enigma.eListbox.justCheck = _enigma.eListbox_justCheck
static

◆ layoutGrid

enigma.eListbox.layoutGrid = _enigma.eListbox_layoutGrid
static

◆ layoutHorizontal

enigma.eListbox.layoutHorizontal = _enigma.eListbox_layoutHorizontal
static

◆ layoutVertical

enigma.eListbox.layoutVertical = _enigma.eListbox_layoutVertical
static

◆ moveDown

enigma.eListbox.moveDown = _enigma.eListbox_moveDown
static

◆ moveEnd

enigma.eListbox.moveEnd = _enigma.eListbox_moveEnd
static

◆ moveLeft

enigma.eListbox.moveLeft = _enigma.eListbox_moveLeft
static

◆ moveRight

enigma.eListbox.moveRight = _enigma.eListbox_moveRight
static

◆ moveTop

enigma.eListbox.moveTop = _enigma.eListbox_moveTop
static

◆ moveUp

enigma.eListbox.moveUp = _enigma.eListbox_moveUp
static

◆ pageDown

enigma.eListbox.pageDown = _enigma.eListbox_pageDown
static

◆ pageUp

enigma.eListbox.pageUp = _enigma.eListbox_pageUp
static

◆ refresh

enigma.eListbox.refresh = _enigma.eListbox_refresh
static

◆ selectionChanged

enigma.eListbox.selectionChanged = _swig_property(_enigma.eListbox_selectionChanged_get, _enigma.eListbox_selectionChanged_set)
static

◆ setWrapAroundDefault

enigma.eListbox.setWrapAroundDefault = staticmethod(setWrapAroundDefault)
static

◆ showAlways

enigma.eListbox.showAlways = _enigma.eListbox_showAlways
static

◆ showNever

enigma.eListbox.showNever = _enigma.eListbox_showNever
static

◆ showOnDemand

enigma.eListbox.showOnDemand = _enigma.eListbox_showOnDemand
static

◆ thisown

enigma.eListbox.thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
static

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