|
def | __init__ (self, parent) |
|
def | setValue (self, val) |
|
def | setStartEnd (self, start, end) |
|
def | setRange (self, min, max) |
|
def | setOrientation (self, orientation, swapped=0, reset=False) |
|
def | setBorderWidth (self, pixel) |
|
def | setBorderColor (self, color) |
|
def | setPixmap (self, pixmap) |
|
def | setValuePixmap (self, pixmap) |
|
def | setBackgroundPixmap (self, pixmap) |
|
def | setBackgroundPixmapTopHeight (self, value) |
|
def | setBackgroundPixmapBottomHeight (self, value) |
|
def | setValuePixmapTopHeight (self, value) |
|
def | setValuePixmapBottomHeight (self, value) |
|
def | clearProperties (self) |
|
def | updateScrollLabelProperties (self, arg2, arg3) |
|
def | setBackgroundColor (self, color) |
|
def | setForegroundColor (self, color) |
|
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) |
|
|
| thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
|
| orHorizontal = _enigma.eSlider_orHorizontal |
|
| orVertical = _enigma.eSlider_orVertical |
|
| setValue |
|
| setStartEnd |
|
| setRange |
|
| setOrientation |
|
| setBorderWidth |
|
| setBorderColor |
|
| setPixmap |
|
| setValuePixmap |
|
| setBackgroundPixmap |
|
| setBackgroundPixmapTopHeight |
|
| setBackgroundPixmapBottomHeight |
|
| setValuePixmapTopHeight |
|
| setValuePixmapBottomHeight |
|
| clearProperties |
|
| updateScrollLabelProperties |
|
| setBackgroundColor |
|
| setForegroundColor |
|
| 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 |
|
◆ __init__()
def enigma.eSlider.__init__ |
( |
|
self, |
|
|
|
parent |
|
) |
| |
__init__(eSlider self, eWidget parent) -> eSlider
Reimplemented from enigma.eWidget.
◆ clearProperties()
def enigma.eSlider.clearProperties |
( |
|
self | ) |
|
clearProperties(eSlider self)
◆ setBackgroundColor()
def enigma.eSlider.setBackgroundColor |
( |
|
self, |
|
|
|
color |
|
) |
| |
setBackgroundColor(eSlider self, gRGB color)
Reimplemented from enigma.eWidget.
◆ setBackgroundPixmap()
def enigma.eSlider.setBackgroundPixmap |
( |
|
self, |
|
|
|
pixmap |
|
) |
| |
setBackgroundPixmap(eSlider self, gPixmapPtr pixmap)
◆ setBackgroundPixmapBottomHeight()
def enigma.eSlider.setBackgroundPixmapBottomHeight |
( |
|
self, |
|
|
|
value |
|
) |
| |
setBackgroundPixmapBottomHeight(eSlider self, int value)
◆ setBackgroundPixmapTopHeight()
def enigma.eSlider.setBackgroundPixmapTopHeight |
( |
|
self, |
|
|
|
value |
|
) |
| |
setBackgroundPixmapTopHeight(eSlider self, int value)
◆ setBorderColor()
def enigma.eSlider.setBorderColor |
( |
|
self, |
|
|
|
color |
|
) |
| |
setBorderColor(eSlider self, gRGB color)
◆ setBorderWidth()
def enigma.eSlider.setBorderWidth |
( |
|
self, |
|
|
|
pixel |
|
) |
| |
setBorderWidth(eSlider self, int pixel)
◆ setForegroundColor()
def enigma.eSlider.setForegroundColor |
( |
|
self, |
|
|
|
color |
|
) |
| |
setForegroundColor(eSlider self, gRGB color)
◆ setOrientation()
def enigma.eSlider.setOrientation |
( |
|
self, |
|
|
|
orientation, |
|
|
|
swapped = 0 , |
|
|
|
reset = False |
|
) |
| |
setOrientation(eSlider self, int orientation, int swapped=0, bool reset=False)
setOrientation(eSlider self, int orientation, int swapped=0)
setOrientation(eSlider self, int orientation)
◆ setPixmap()
def enigma.eSlider.setPixmap |
( |
|
self, |
|
|
|
pixmap |
|
) |
| |
setPixmap(eSlider self, gPixmapPtr pixmap)
◆ setRange()
def enigma.eSlider.setRange |
( |
|
self, |
|
|
|
min, |
|
|
|
max |
|
) |
| |
setRange(eSlider self, int min, int max)
◆ setStartEnd()
def enigma.eSlider.setStartEnd |
( |
|
self, |
|
|
|
start, |
|
|
|
end |
|
) |
| |
setStartEnd(eSlider self, int start, int end)
◆ setValue()
def enigma.eSlider.setValue |
( |
|
self, |
|
|
|
val |
|
) |
| |
setValue(eSlider self, int val)
◆ setValuePixmap()
def enigma.eSlider.setValuePixmap |
( |
|
self, |
|
|
|
pixmap |
|
) |
| |
setValuePixmap(eSlider self, gPixmapPtr pixmap)
◆ setValuePixmapBottomHeight()
def enigma.eSlider.setValuePixmapBottomHeight |
( |
|
self, |
|
|
|
value |
|
) |
| |
setValuePixmapBottomHeight(eSlider self, int value)
◆ setValuePixmapTopHeight()
def enigma.eSlider.setValuePixmapTopHeight |
( |
|
self, |
|
|
|
value |
|
) |
| |
setValuePixmapTopHeight(eSlider self, int value)
◆ updateScrollLabelProperties()
def enigma.eSlider.updateScrollLabelProperties |
( |
|
self, |
|
|
|
arg2, |
|
|
|
arg3 |
|
) |
| |
updateScrollLabelProperties(eSlider self, int & arg2, int & arg3)
◆ clearProperties
enigma.eSlider.clearProperties |
|
static |
◆ orHorizontal
enigma.eSlider.orHorizontal = _enigma.eSlider_orHorizontal |
|
static |
◆ orVertical
enigma.eSlider.orVertical = _enigma.eSlider_orVertical |
|
static |
◆ setBackgroundColor
enigma.eSlider.setBackgroundColor |
|
static |
◆ setBackgroundPixmap
enigma.eSlider.setBackgroundPixmap |
|
static |
◆ setBackgroundPixmapBottomHeight
enigma.eSlider.setBackgroundPixmapBottomHeight |
|
static |
◆ setBackgroundPixmapTopHeight
enigma.eSlider.setBackgroundPixmapTopHeight |
|
static |
◆ setBorderColor
enigma.eSlider.setBorderColor |
|
static |
◆ setBorderWidth
enigma.eSlider.setBorderWidth |
|
static |
◆ setForegroundColor
enigma.eSlider.setForegroundColor |
|
static |
◆ setOrientation
enigma.eSlider.setOrientation |
|
static |
◆ setPixmap
◆ setRange
◆ setStartEnd
enigma.eSlider.setStartEnd |
|
static |
◆ setValue
◆ setValuePixmap
enigma.eSlider.setValuePixmap |
|
static |
◆ setValuePixmapBottomHeight
enigma.eSlider.setValuePixmapBottomHeight |
|
static |
◆ setValuePixmapTopHeight
enigma.eSlider.setValuePixmapTopHeight |
|
static |
◆ thisown
enigma.eSlider.thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
|
static |
◆ updateScrollLabelProperties
enigma.eSlider.updateScrollLabelProperties |
|
static |
The documentation for this class was generated from the following file: