enigma2  2.6
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Plugins.Extensions.PicturePlayer.plugin.Pic_Thumb Class Reference
Inheritance diagram for Plugins.Extensions.PicturePlayer.plugin.Pic_Thumb:
Screens.Screen.Screen Components.GUISkin.GUISkin

Public Member Functions

def __init__ (self, session, piclist, lastindex, path)
 
def setPicloadConf (self)
 
def paintFrame (self)
 
def newPage (self)
 
def showPic (self, picInfo="")
 
def key_left (self)
 
def key_right (self)
 
def key_up (self)
 
def key_down (self)
 
def StartExif (self)
 
def KeyOk (self)
 
def callbackView (self, val=0)
 
def Exit (self)
 
- Public Member Functions inherited from Screens.Screen.Screen
def __init__ (self, session, parent=None, windowTitle=None)
 
def saveKeyboardMode (self)
 
def setKeyboardModeAscii (self)
 
def setKeyboardModeNone (self)
 
def restoreKeyboardMode (self)
 
def execBegin (self)
 
def execEnd (self)
 
def doClose (self, immediate=True)
 
def doCloseInternal (self)
 
def close (self, *retval)
 
def setFocus (self, o)
 
def show (self)
 
def hide (self)
 
def enable (self, do_show=True)
 
def disable (self)
 
def isEnabled (self)
 
def __repr__ (self)
 
def getRelatedScreen (self, name)
 
def setShowHideAnimation (self, animation_key)
 
def neverAnimate (self)
 
def canAnimate (self)
 
def ignoreSource (self, name)
 
- Public Member Functions inherited from Components.GUISkin.GUISkin
def __init__ (self, windowTitle=None)
 
def createGUIScreen (self, parent, desktop, updateonly=False)
 
def deleteGUIScreen (self)
 
def close (self)
 
def createSummary (self)
 
def addSummary (self, summary)
 
def removeSummary (self, summary)
 
def setTitle (self, title)
 
def getTitle (self)
 
def setDesktop (self, desktop)
 
def applySkin (self)
 
def setZPosition (self, z)
 

Public Attributes

 textcolor
 
 color
 
 thumbsX
 
 thumbsY
 
 thumbsC
 
 positionlist
 
 skin
 
 Thumbnaillist
 
 filelist
 
 currPage
 
 dirlistcount
 
 path
 
 maxentry
 
 index
 
 picload
 
 picload_conn
 
 ThumbTimer
 
 ThumbTimer_conn
 
 old_index
 
- Public Attributes inherited from Screens.Screen.Screen
 skinName
 
 session
 
 parent
 
 onClose
 
 onFirstExecBegin
 
 onExecBegin
 
 onShown
 
 onShow
 
 onHide
 
 onExecEnd
 
 onHideFinished
 
 execing
 
 shown
 
 already_shown
 
 renderer
 
 helpList
 
 close_on_next_exec
 
 stand_alone
 
 keyboardMode
 
 active_components
 
 persisted_members
 
- Public Attributes inherited from Components.GUISkin.GUISkin
 onLayoutFinish
 
 summaries
 
 instance
 
 desktop
 
 scale
 

Static Public Attributes

string SKIN_COMPONENT_KEY = "PicturePlayer"
 
string SKIN_COMPONENT_DESCRIPTION_SIZE = "thumbDescriptionSize"
 
string SKIN_COMPONENT_MARGIN = "thumpMargin"
 
string SKIN_COMPONENT_SPACE_X = "thumbSpaceX"
 
string SKIN_COMPONENT_SPACE_Y = "thumbSpaceY"
 
string SKIN_COMPONENT_THUMP_X = "thumbX"
 
string SKIN_COMPONENT_THUMP_Y = "thumbY"
 
- Static Public Attributes inherited from Screens.Screen.Screen
int SUSPEND_NONE = 0
 
int SUSPEND_STOPS = 1
 
int SUSPEND_PAUSES = 2
 
int ALLOW_SUSPEND = SUSPEND_NONE
 
- Static Public Attributes inherited from Components.GUISkin.GUISkin
bool IS_DIALOG = False
 

Additional Inherited Members

- Properties inherited from Components.GUISkin.GUISkin
 title = property(getTitle, setTitle)
 

Constructor & Destructor Documentation

◆ __init__()

def Plugins.Extensions.PicturePlayer.plugin.Pic_Thumb.__init__ (   self,
  session,
  piclist,
  lastindex,
  path 
)

Member Function Documentation

◆ callbackView()

def Plugins.Extensions.PicturePlayer.plugin.Pic_Thumb.callbackView (   self,
  val = 0 
)

◆ Exit()

def Plugins.Extensions.PicturePlayer.plugin.Pic_Thumb.Exit (   self)

◆ key_down()

def Plugins.Extensions.PicturePlayer.plugin.Pic_Thumb.key_down (   self)

◆ key_left()

def Plugins.Extensions.PicturePlayer.plugin.Pic_Thumb.key_left (   self)

◆ key_right()

def Plugins.Extensions.PicturePlayer.plugin.Pic_Thumb.key_right (   self)

◆ key_up()

def Plugins.Extensions.PicturePlayer.plugin.Pic_Thumb.key_up (   self)

◆ KeyOk()

def Plugins.Extensions.PicturePlayer.plugin.Pic_Thumb.KeyOk (   self)

◆ newPage()

def Plugins.Extensions.PicturePlayer.plugin.Pic_Thumb.newPage (   self)

◆ paintFrame()

def Plugins.Extensions.PicturePlayer.plugin.Pic_Thumb.paintFrame (   self)

◆ setPicloadConf()

def Plugins.Extensions.PicturePlayer.plugin.Pic_Thumb.setPicloadConf (   self)

◆ showPic()

def Plugins.Extensions.PicturePlayer.plugin.Pic_Thumb.showPic (   self,
  picInfo = "" 
)

◆ StartExif()

def Plugins.Extensions.PicturePlayer.plugin.Pic_Thumb.StartExif (   self)

Member Data Documentation

◆ color

Plugins.Extensions.PicturePlayer.plugin.Pic_Thumb.color

◆ currPage

Plugins.Extensions.PicturePlayer.plugin.Pic_Thumb.currPage

◆ dirlistcount

Plugins.Extensions.PicturePlayer.plugin.Pic_Thumb.dirlistcount

◆ filelist

Plugins.Extensions.PicturePlayer.plugin.Pic_Thumb.filelist

◆ index

Plugins.Extensions.PicturePlayer.plugin.Pic_Thumb.index

◆ maxentry

Plugins.Extensions.PicturePlayer.plugin.Pic_Thumb.maxentry

◆ old_index

Plugins.Extensions.PicturePlayer.plugin.Pic_Thumb.old_index

◆ path

Plugins.Extensions.PicturePlayer.plugin.Pic_Thumb.path

◆ picload

Plugins.Extensions.PicturePlayer.plugin.Pic_Thumb.picload

◆ picload_conn

Plugins.Extensions.PicturePlayer.plugin.Pic_Thumb.picload_conn

◆ positionlist

Plugins.Extensions.PicturePlayer.plugin.Pic_Thumb.positionlist

◆ skin

Plugins.Extensions.PicturePlayer.plugin.Pic_Thumb.skin

◆ SKIN_COMPONENT_DESCRIPTION_SIZE

string Plugins.Extensions.PicturePlayer.plugin.Pic_Thumb.SKIN_COMPONENT_DESCRIPTION_SIZE = "thumbDescriptionSize"
static

◆ SKIN_COMPONENT_KEY

string Plugins.Extensions.PicturePlayer.plugin.Pic_Thumb.SKIN_COMPONENT_KEY = "PicturePlayer"
static

◆ SKIN_COMPONENT_MARGIN

string Plugins.Extensions.PicturePlayer.plugin.Pic_Thumb.SKIN_COMPONENT_MARGIN = "thumpMargin"
static

◆ SKIN_COMPONENT_SPACE_X

string Plugins.Extensions.PicturePlayer.plugin.Pic_Thumb.SKIN_COMPONENT_SPACE_X = "thumbSpaceX"
static

◆ SKIN_COMPONENT_SPACE_Y

string Plugins.Extensions.PicturePlayer.plugin.Pic_Thumb.SKIN_COMPONENT_SPACE_Y = "thumbSpaceY"
static

◆ SKIN_COMPONENT_THUMP_X

string Plugins.Extensions.PicturePlayer.plugin.Pic_Thumb.SKIN_COMPONENT_THUMP_X = "thumbX"
static

◆ SKIN_COMPONENT_THUMP_Y

string Plugins.Extensions.PicturePlayer.plugin.Pic_Thumb.SKIN_COMPONENT_THUMP_Y = "thumbY"
static

◆ textcolor

Plugins.Extensions.PicturePlayer.plugin.Pic_Thumb.textcolor

◆ Thumbnaillist

Plugins.Extensions.PicturePlayer.plugin.Pic_Thumb.Thumbnaillist

◆ thumbsC

Plugins.Extensions.PicturePlayer.plugin.Pic_Thumb.thumbsC

◆ thumbsX

Plugins.Extensions.PicturePlayer.plugin.Pic_Thumb.thumbsX

◆ thumbsY

Plugins.Extensions.PicturePlayer.plugin.Pic_Thumb.thumbsY

◆ ThumbTimer

Plugins.Extensions.PicturePlayer.plugin.Pic_Thumb.ThumbTimer

◆ ThumbTimer_conn

Plugins.Extensions.PicturePlayer.plugin.Pic_Thumb.ThumbTimer_conn

The documentation for this class was generated from the following file: