openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
elistboxcontent.cpp File Reference
#include <lib/gui/elistbox.h>
#include <lib/gui/elistboxcontent.h>
#include <lib/gdi/epoint.h>
#include <lib/gdi/font.h>
#include <lib/python/python.h>
#include <lib/gdi/epng.h>
#include <lib/base/nconfig.h>
#include <sstream>

Functions

 DEFINE_REF (eListboxPythonStringContent)
 
RESULT SwigFromPython (ePtr< gPixmap > &res, PyObject *obj)
 
static void clearRegionHelper (gPainter &painter, eListboxStyle *local_style, const ePoint &offset, const eSize &size, ePyObject &pbackColor, bool cursorValid, bool clear=true)
 
static void clearRegionSelectedHelper (gPainter &painter, eListboxStyle *local_style, const ePoint &offset, const eSize &size, ePyObject &pbackColorSelected, bool cursorValid, bool clear=true)
 
static void clearRegion (gPainter &painter, eWindowStyle &style, eListboxStyle *local_style, ePyObject pforeColor, ePyObject pforeColorSelected, ePyObject pbackColor, ePyObject pbackColorSelected, int selected, gRegion &rc, eRect &sel_clip, const ePoint &offset, const eSize &size, bool cursorValid, bool clear=true)
 
static ePyObject lookupColor (ePyObject color, ePyObject data)
 

Function Documentation

◆ clearRegion()

static void clearRegion ( gPainter painter,
eWindowStyle style,
eListboxStyle local_style,
ePyObject  pforeColor,
ePyObject  pforeColorSelected,
ePyObject  pbackColor,
ePyObject  pbackColorSelected,
int  selected,
gRegion rc,
eRect sel_clip,
const ePoint offset,
const eSize size,
bool  cursorValid,
bool  clear = true 
)
static

◆ clearRegionHelper()

static void clearRegionHelper ( gPainter painter,
eListboxStyle local_style,
const ePoint offset,
const eSize size,
ePyObject pbackColor,
bool  cursorValid,
bool  clear = true 
)
static

◆ clearRegionSelectedHelper()

static void clearRegionSelectedHelper ( gPainter painter,
eListboxStyle local_style,
const ePoint offset,
const eSize size,
ePyObject pbackColorSelected,
bool  cursorValid,
bool  clear = true 
)
static

◆ DEFINE_REF()

DEFINE_REF ( eListboxPythonStringContent  )

◆ lookupColor()

static ePyObject lookupColor ( ePyObject  color,
ePyObject  data 
)
static

◆ SwigFromPython()

RESULT SwigFromPython ( ePtr< gPixmap > &  res,
PyObject *  obj 
)