enigma2
2.6
|
Classes | |
class | Pic_Exif |
class | Pic_Full_View |
class | Pic_Setup |
class | Pic_Thumb |
class | picshow |
Functions | |
def | getScale () |
def | setPixmap (dest, ptr, scaleSize, aspectRatio) |
def | main (session, **kwargs) |
def | filescan_open (list, session, **kwargs) |
def | filescan (**kwargs) |
def | Plugins (**kwargs) |
Variables | |
int | T_INDEX = 0 |
int | T_FRAME_POS = 1 |
int | T_PAGE = 2 |
int | T_NAME = 3 |
int | T_FULL = 4 |
def Plugins.Extensions.PicturePlayer.plugin.filescan | ( | ** | kwargs | ) |
def Plugins.Extensions.PicturePlayer.plugin.filescan_open | ( | list, | |
session, | |||
** | kwargs | ||
) |
def Plugins.Extensions.PicturePlayer.plugin.getScale | ( | ) |
def Plugins.Extensions.PicturePlayer.plugin.main | ( | session, | |
** | kwargs | ||
) |
def Plugins.Extensions.PicturePlayer.plugin.Plugins | ( | ** | kwargs | ) |
def Plugins.Extensions.PicturePlayer.plugin.setPixmap | ( | dest, | |
ptr, | |||
scaleSize, | |||
aspectRatio | |||
) |
int Plugins.Extensions.PicturePlayer.plugin.T_FRAME_POS = 1 |
int Plugins.Extensions.PicturePlayer.plugin.T_FULL = 4 |
int Plugins.Extensions.PicturePlayer.plugin.T_INDEX = 0 |
int Plugins.Extensions.PicturePlayer.plugin.T_NAME = 3 |
int Plugins.Extensions.PicturePlayer.plugin.T_PAGE = 2 |