![]() |
openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
|
#include <picload.h>
Public Member Functions | |
void | waitFinished () |
ePicLoad () | |
~ePicLoad () | |
RESULT | startDecode (const char *filename, int x=0, int y=0, bool async=true) |
RESULT | getThumbnail (const char *filename, int x=0, int y=0, bool async=true) |
RESULT | setPara (PyObject *val) |
RESULT | setPara (int width, int height, double aspectRatio, int as, bool useCache, int resizeType, const char *bg_str) |
PyObject * | getInfo (const char *filename) |
SWIG_VOID (int) getData(ePtr< gPixmap > &SWIG_OUTPUT) | |
![]() | |
eMainloop () | |
virtual | ~eMainloop () |
void | quit (int ret=0) |
int | iterate (unsigned int timeout=0, PyObject **res=0, SWIG_PYOBJECT(ePyObject) additional=(PyObject *) 0) |
int | runLoop () |
PyObject * | poll (SWIG_PYOBJECT(ePyObject) dict, SWIG_PYOBJECT(ePyObject) timeout) |
void | interruptPoll () |
void | reset () |
![]() | |
eThread () | |
virtual | ~eThread () |
int | run (int prio=0, int policy=0) |
int | sendSignal (int sig) |
void | kill () |
void | abort_badly () |
![]() | |
void | operator delete (void *p) |
virtual void | AddRef ()=0 |
virtual void | Release ()=0 |
Public Attributes | |
PSignal1< void, const char * > | PictureData |
Additional Inherited Members | |
![]() | |
virtual int | _poll (struct pollfd *fds, nfds_t nfds, int timeout) |
![]() | |
void | hasStarted () |
![]() | |
virtual | ~iObject () |
ePicLoad::ePicLoad | ( | ) |
ePicLoad::~ePicLoad | ( | ) |
PyObject * ePicLoad::getInfo | ( | const char * | filename | ) |
RESULT ePicLoad::getThumbnail | ( | const char * | filename, |
int | x = 0 , |
||
int | y = 0 , |
||
bool | async = true |
||
) |
RESULT ePicLoad::setPara | ( | int | width, |
int | height, | ||
double | aspectRatio, | ||
int | as, | ||
bool | useCache, | ||
int | resizeType, | ||
const char * | bg_str | ||
) |
RESULT ePicLoad::setPara | ( | PyObject * | val | ) |
RESULT ePicLoad::startDecode | ( | const char * | filename, |
int | x = 0 , |
||
int | y = 0 , |
||
bool | async = true |
||
) |
ePicLoad::SWIG_VOID | ( | int | ) | & |
void ePicLoad::waitFinished | ( | ) |
PSignal1<void, const char*> ePicLoad::PictureData |