enigma2
2.6
|
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 | |
def enigma.eListbox.__init__ | ( | self, | |
parent, | |||
withActionMap = True |
|||
) |
__init__(eListbox self, eWidget parent, bool withActionMap=True) -> eListbox __init__(eListbox self, eWidget parent) -> eListbox
def enigma.eListbox.atBegin | ( | self | ) |
atBegin(eListbox self) -> bool
def enigma.eListbox.atEnd | ( | self | ) |
atEnd(eListbox self) -> bool
def enigma.eListbox.currentPage | ( | self | ) |
currentPage(eListbox self) -> int
def enigma.eListbox.getCurrentIndex | ( | self | ) |
getCurrentIndex(eListbox self) -> int
def enigma.eListbox.getEntryTop | ( | self | ) |
getEntryTop(eListbox self) -> int
def enigma.eListbox.getSelectionRect | ( | self, | |
zoomed = False |
|||
) |
getSelectionRect(eListbox self, bool zoomed=False) -> eRect getSelectionRect(eListbox self) -> eRect
def enigma.eListbox.getVisibleItemCount | ( | self | ) |
getVisibleItemCount(eListbox self) -> int
def enigma.eListbox.itemHeight | ( | self | ) |
itemHeight(eListbox self) -> int
def enigma.eListbox.itemWidth | ( | self | ) |
itemWidth(eListbox self) -> int
def enigma.eListbox.moveSelection | ( | self, | |
how | |||
) |
moveSelection(eListbox self, long how)
def enigma.eListbox.moveSelectionTo | ( | self, | |
index | |||
) |
moveSelectionTo(eListbox self, int index)
def enigma.eListbox.moveToEnd | ( | self | ) |
moveToEnd(eListbox self)
def enigma.eListbox.resetScrollbarProperties | ( | self | ) |
resetScrollbarProperties(eListbox self)
def enigma.eListbox.setBackgroundColor | ( | self, | |
col | |||
) |
setBackgroundColor(eListbox self, gRGB col)
Reimplemented from enigma.eWidget.
def enigma.eListbox.setBackgroundColorSelected | ( | self, | |
col | |||
) |
setBackgroundColorSelected(eListbox self, gRGB col)
def enigma.eListbox.setBackgroundPicture | ( | self, | |
pixmap | |||
) |
setBackgroundPicture(eListbox self, gPixmapPtr pixmap)
def enigma.eListbox.setBacklogMode | ( | self, | |
arg2 | |||
) |
setBacklogMode(eListbox self, bool arg2)
def enigma.eListbox.setContent | ( | self, | |
content | |||
) |
setContent(eListbox self, iListboxContent content)
def enigma.eListbox.setForegroundColor | ( | self, | |
col | |||
) |
setForegroundColor(eListbox self, gRGB col)
def enigma.eListbox.setForegroundColorSelected | ( | self, | |
col | |||
) |
setForegroundColorSelected(eListbox self, gRGB col)
def enigma.eListbox.setItemHeight | ( | self, | |
h | |||
) |
setItemHeight(eListbox self, int h)
def enigma.eListbox.setItemWidth | ( | self, | |
w | |||
) |
setItemWidth(eListbox self, int w)
def enigma.eListbox.setMargin | ( | self, | |
margin | |||
) |
setMargin(eListbox self, ePoint margin)
def enigma.eListbox.setMode | ( | self, | |
mode | |||
) |
setMode(eListbox self, int mode)
def enigma.eListbox.setScrollbarBackgroundPixmapBottomHeight | ( | self, | |
value | |||
) |
setScrollbarBackgroundPixmapBottomHeight(eListbox self, int value)
def enigma.eListbox.setScrollbarBackgroundPixmapTopHeight | ( | self, | |
value | |||
) |
setScrollbarBackgroundPixmapTopHeight(eListbox self, int value)
def enigma.eListbox.setScrollbarMode | ( | self, | |
mode | |||
) |
setScrollbarMode(eListbox self, int mode)
def enigma.eListbox.setScrollbarSliderBackgroundPicture | ( | self, | |
pm | |||
) |
setScrollbarSliderBackgroundPicture(eListbox self, gPixmapPtr pm)
def enigma.eListbox.setScrollbarSliderBorderWidth | ( | self, | |
size | |||
) |
setScrollbarSliderBorderWidth(eListbox self, int size)
def enigma.eListbox.setScrollbarSliderPicture | ( | self, | |
pm | |||
) |
setScrollbarSliderPicture(eListbox self, gPixmapPtr pm)
def enigma.eListbox.setScrollbarValuePicture | ( | self, | |
pm | |||
) |
setScrollbarValuePicture(eListbox self, gPixmapPtr pm)
def enigma.eListbox.setScrollbarValuePixmapBottomHeight | ( | self, | |
value | |||
) |
setScrollbarValuePixmapBottomHeight(eListbox self, int value)
def enigma.eListbox.setScrollbarValuePixmapTopHeight | ( | self, | |
value | |||
) |
setScrollbarValuePixmapTopHeight(eListbox self, int value)
def enigma.eListbox.setScrollbarWidth | ( | self, | |
size | |||
) |
setScrollbarWidth(eListbox self, int size)
def enigma.eListbox.setSelectionEnable | ( | self, | |
en | |||
) |
setSelectionEnable(eListbox self, int en)
def enigma.eListbox.setSelectionPicture | ( | self, | |
pixmap | |||
) |
setSelectionPicture(eListbox self, gPixmapPtr pixmap)
def enigma.eListbox.setSelectionZoom | ( | self, | |
zoom | |||
) |
setSelectionZoom(eListbox self, float zoom)
def enigma.eListbox.setupScrollbar | ( | self | ) |
setupScrollbar(eListbox self)
def enigma.eListbox.setWrapAround | ( | self, | |
arg2 | |||
) |
setWrapAround(eListbox self, bool arg2)
def enigma.eListbox.setWrapAroundDefault | ( | on | ) |
setWrapAroundDefault(bool on)
def enigma.eListbox.totalPages | ( | self | ) |
totalPages(eListbox self) -> int
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |