|
def | __init__ (self) |
|
def | startDecode (self, filename, async=True) |
|
def | startDecodeBuffer (self, picbuf, n, async=True) |
|
def | getThumbnail (self, filename) |
|
def | setPara (self, arg2) |
|
def | setParameters (self, *args) |
|
def | getInfo (self, filename) |
|
def | getData (self) |
|
def | __init__ (self, *args, **kwargs) |
|
|
| thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
|
| PictureData = _swig_property(_enigma.ePicLoad_PictureData_get, _enigma.ePicLoad_PictureData_set) |
|
| thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
|
◆ __init__()
def enigma.ePicLoad.__init__ |
( |
|
self | ) |
|
__init__(ePicLoad self) -> ePicLoad
◆ getData()
def enigma.ePicLoad.getData |
( |
|
self | ) |
|
◆ getInfo()
def enigma.ePicLoad.getInfo |
( |
|
self, |
|
|
|
filename |
|
) |
| |
getInfo(ePicLoad self, char const * filename) -> StringList
◆ getThumbnail()
def enigma.ePicLoad.getThumbnail |
( |
|
self, |
|
|
|
filename |
|
) |
| |
getThumbnail(ePicLoad self, char const * filename) -> RESULT
◆ setPara()
def enigma.ePicLoad.setPara |
( |
|
self, |
|
|
|
arg2 |
|
) |
| |
setPara(std::tuple(int maxX, int maxY, int aspectX, int aspectY, int useCache, int scaleMode, std::string backgroundColor) -> RESULT
◆ setParameters()
def enigma.ePicLoad.setParameters |
( |
|
self, |
|
|
* |
args |
|
) |
| |
setParameters(ePicLoad self, eSize size, eSize aspectRatio, bool useCache=False, int scaleMode, uint32_t backgroundColor=0xFF000000) -> RESULT
setParameters(ePicLoad self, eSize size, eSize aspectRatio, bool useCache=False, int scaleMode) -> RESULT
setParameters(ePicLoad self, eSize size, eSize aspectRatio, bool useCache=False) -> RESULT
setParameters(ePicLoad self, eSize size, eSize aspectRatio) -> RESULT
setParameters(ePicLoad self, eSize size) -> RESULT
◆ startDecode()
def enigma.ePicLoad.startDecode |
( |
|
self, |
|
|
|
filename, |
|
|
|
async = True |
|
) |
| |
startDecode(ePicLoad self, char const * filename, bool async=True) -> RESULT
startDecode(ePicLoad self, char const * filename) -> RESULT
◆ startDecodeBuffer()
def enigma.ePicLoad.startDecodeBuffer |
( |
|
self, |
|
|
|
picbuf, |
|
|
|
n, |
|
|
|
async = True |
|
) |
| |
startDecodeBuffer(ePicLoad self, unsigned char const * picbuf, size_t n, bool async=True) -> RESULT
startDecodeBuffer(ePicLoad self, unsigned char const * picbuf, size_t n) -> RESULT
◆ PictureData
enigma.ePicLoad.PictureData = _swig_property(_enigma.ePicLoad_PictureData_get, _enigma.ePicLoad_PictureData_set) |
|
static |
◆ thisown
enigma.ePicLoad.thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
|
static |
The documentation for this class was generated from the following file: