![]() |
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) |
![]() | |
eListboxPythonStringContent () | |
~eListboxPythonStringContent () | |
void | setList (SWIG_PYOBJECT(ePyObject) list) |
void | setItemHeight (int height) |
PyObject * | getCurrentSelection () |
int | getCurrentSelectionIndex () |
void | invalidateEntry (int index) |
void | invalidate () |
eSize | getItemSize () |
![]() | |
virtual | ~iListboxContent ()=0 |
![]() | |
void | operator delete (void *p) |
virtual void | AddRef ()=0 |
virtual void | Release ()=0 |
Additional Inherited Members | |
![]() | |
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 () |
![]() | |
iListboxContent () | |
virtual void | updateClip (gRegion &) |
virtual void | resetClip () |
void | setListbox (eListbox *lb) |
![]() | |
virtual | ~iObject () |
![]() | |
ePyObject | m_list |
eSize | m_itemsize |
int | m_itemheight |
![]() | |
eListbox * | m_listbox |
|
virtual |
Reimplemented from eListboxPythonStringContent.
|
virtual |
Reimplemented from eListboxPythonStringContent.
|
inline |
|
inline |