![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
#include <elistboxcontent.h>
Public Member Functions | |
| void | paint (gPainter &painter, eWindowStyle &style, const ePoint &offset, int selected) |
| void | setSeperation (int sep) |
| int | currentCursorSelectable () |
| void | setSlider (int height, int space) |
Public Member Functions inherited from eListboxPythonStringContent | |
| eListboxPythonStringContent () | |
| ~eListboxPythonStringContent () | |
| void | setList (SWIG_PYOBJECT(ePyObject) list) |
| void | setItemHeight (int height) |
| PyObject * | getCurrentSelection () |
| int | getCurrentSelectionIndex () |
| void | invalidateEntry (int index) |
| void | invalidate () |
| eSize | getItemSize () |
Public Member Functions inherited from iListboxContent | |
| virtual | ~iListboxContent ()=0 |
Public Member Functions inherited from iObject | |
| void | operator delete (void *p) |
| virtual void | AddRef ()=0 |
| virtual void | Release ()=0 |
Additional Inherited Members | |
Protected Member Functions inherited from eListboxPythonStringContent | |
| void | cursorHome () |
| void | cursorEnd () |
| int | cursorMove (int count=1) |
| int | cursorValid () |
| int | cursorSet (int n) |
| int | cursorGet () |
| void | cursorSave () |
| void | cursorRestore () |
| void | cursorSaveLine (int n) |
| int | cursorRestoreLine () |
| int | size () |
| RESULT | connectItemChanged (const sigc::slot0< void > &itemChanged, ePtr< eConnection > &connection) |
| void | setSize (const eSize &size) |
| int | getItemHeight () |
Protected Member Functions inherited from iListboxContent | |
| iListboxContent () | |
| virtual void | updateClip (gRegion &) |
| virtual void | resetClip () |
| void | setListbox (eListbox *lb) |
Protected Member Functions inherited from iObject | |
| virtual | ~iObject () |
Protected Attributes inherited from eListboxPythonStringContent | |
| ePyObject | m_list |
| eSize | m_itemsize |
| int | m_itemheight |
Protected Attributes inherited from iListboxContent | |
| eListbox * | m_listbox |
|
virtual |
Reimplemented from eListboxPythonStringContent.
|
virtual |
Reimplemented from eListboxPythonStringContent.
|
inline |
|
inline |