X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=lib%2Fgui%2Felistboxcontent.h;h=6bb45590e433ab51c8a34136c8978f125dd44a03;hb=e68a1617b7c1efbedf8b28309943dd7669daaad0;hp=118ed3020c3c2164d2abe4ede7b6325d4dfabbf9;hpb=f69890847fc8e8f8031e564b06109582ad49da87;p=vuplus_dvbapp diff --git a/lib/gui/elistboxcontent.h b/lib/gui/elistboxcontent.h index 118ed30..6bb4559 100644 --- a/lib/gui/elistboxcontent.h +++ b/lib/gui/elistboxcontent.h @@ -63,6 +63,7 @@ class eListboxPythonMultiContent: public eListboxPythonStringContent { ePyObject m_buildFunc; ePyObject m_selectableFunc; + ePyObject m_template; eRect m_selection_clip; gRegion m_clip, m_old_clip; public: @@ -72,12 +73,14 @@ public: void paint(gPainter &painter, eWindowStyle &style, const ePoint &offset, int selected); int currentCursorSelectable(); void setList(SWIG_PYOBJECT(ePyObject) list); - void setFont(int fnt, gFont *fnt); + void setFont(int fnt, gFont *font); void setBuildFunc(SWIG_PYOBJECT(ePyObject) func); void setSelectableFunc(SWIG_PYOBJECT(ePyObject) func); void setItemHeight(int height); void setSelectionClip(eRect &rect, bool update=false); void updateClip(gRegion &); + void entryRemoved(int idx); + void setTemplate(SWIG_PYOBJECT(ePyObject) tmplate); private: std::map > m_font; };