openATV enigma2
openATV is an open source SetTopBox Graphical user interface.
Screens.PluginBrowser.PluginDownloadBrowser Class Reference
Inheritance diagram for Screens.PluginBrowser.PluginDownloadBrowser:
Screens.Screen.Screen

Public Member Functions

def __init__ (self, session, type=0, needupdate=True)
 
def createSummary (self)
 
def selectionChanged (self)
 
def createPluginFilter (self)
 
def go (self)
 
def requestClose (self)
 
def resetPostInstall (self)
 
def installDestinationCallback (self, result)
 
def runInstall (self, val)
 
def doRemove (self, callback, pkgname)
 
def doInstall (self, callback, pkgname)
 
def runSettingsRemove (self, val)
 
def runBootlogoRemove (self, val)
 
def runSettingsInstall (self)
 
def setWindowTitle (self)
 
def startOpkg (self, command)
 
def startOpkgListInstalled (self, pkgname=PLUGIN_PREFIX+' *')
 
def startOpkgListAvailable (self)
 
def startRun (self)
 
def installFinished (self)
 
def runFinished (self, retval)
 
def dataAvail (self, str)
 
def updateList (self)
 
- Public Member Functions inherited from Screens.Screen.Screen
def __repr__ (self)
 
def execBegin (self)
 
def execEnd (self)
 
def doClose (self)
 
def close (self, *retval)
 
def show (self)
 
def hide (self)
 
def isAlreadyShown (self)
 
def isStandAlone (self)
 
def getScreenPath (self)
 
def setTitle (self, title, showPath=True)
 
def getTitle (self)
 
def setFocus (self, o)
 
def setKeyboardModeNone (self)
 
def setKeyboardModeAscii (self)
 
def restoreKeyboardMode (self)
 
def saveKeyboardMode (self)
 
def setDesktop (self, desktop)
 
def setAnimationMode (self, mode)
 
def getRelatedScreen (self, name)
 
def callLater (self, function)
 
def applySkin (self)
 
def createGUIScreen (self, parent, desktop, updateonly=False)
 
def deleteGUIScreen (self)
 
def addSummary (self, summary)
 
def removeSummary (self, summary)
 

Public Attributes

 type
 
 needupdate
 
 LanguageList
 
 container
 
 list
 
 pluginlist
 
 expanded
 
 installedplugins
 
 plugins_changed
 
 reload_settings
 
 check_settings
 
 check_bootlogo
 
 install_settings_name
 
 remove_settings_name
 
 onChangedEntry
 
 run
 
 remainingdata
 
 opkg
 
 opkg_install
 
 opkg_remove
 
 PLUGIN_PREFIX2
 
 postInstallCall
 
 install_bootlogo_name
 
 listWidth
 
 listHeight
 
 remove_bootlogo_name
 
 plugins
 
- Public Attributes inherited from Screens.Screen.Screen
 skinName
 
 session
 
 parent
 
 mandatoryWidgets
 
 onClose
 
 onFirstExecBegin
 
 onExecBegin
 
 onExecEnd
 
 onLayoutFinish
 
 onShown
 
 onShow
 
 onHide
 
 execing
 
 shown
 
 already_shown
 
 renderer
 
 helpList
 
 close_on_next_exec
 
 stand_alone
 
 keyboardMode
 
 desktop
 
 instance
 
 summaries
 
 screenPath
 
 screenTitle
 
 active_components
 
 scale
 

Static Public Attributes

int DOWNLOAD = 0
 
int REMOVE = 1
 
int UPDATE = 2
 
string PLUGIN_PREFIX = 'enigma2-plugin-'
 
list PLUGIN_PREFIX2 = []
 
 lastDownloadDate = None
 
- Static Public Attributes inherited from Screens.Screen.Screen
 NO_SUSPEND
 
 SUSPEND_STOPS
 
 SUSPEND_PAUSES
 
 ALLOW_SUSPEND = NO_SUSPEND
 
 globalScreen = None
 

Additional Inherited Members

- Properties inherited from Screens.Screen.Screen
 title = property(getTitle, setTitle)
 

Constructor & Destructor Documentation

◆ __init__()

def Screens.PluginBrowser.PluginDownloadBrowser.__init__ (   self,
  session,
  type = 0,
  needupdate = True 
)

Reimplemented from Screens.Screen.Screen.

Member Function Documentation

◆ createPluginFilter()

def Screens.PluginBrowser.PluginDownloadBrowser.createPluginFilter (   self)

◆ createSummary()

def Screens.PluginBrowser.PluginDownloadBrowser.createSummary (   self)

Reimplemented from Screens.Screen.Screen.

◆ dataAvail()

def Screens.PluginBrowser.PluginDownloadBrowser.dataAvail (   self,
  str 
)

◆ doInstall()

def Screens.PluginBrowser.PluginDownloadBrowser.doInstall (   self,
  callback,
  pkgname 
)

◆ doRemove()

def Screens.PluginBrowser.PluginDownloadBrowser.doRemove (   self,
  callback,
  pkgname 
)

◆ go()

def Screens.PluginBrowser.PluginDownloadBrowser.go (   self)

◆ installDestinationCallback()

def Screens.PluginBrowser.PluginDownloadBrowser.installDestinationCallback (   self,
  result 
)

◆ installFinished()

def Screens.PluginBrowser.PluginDownloadBrowser.installFinished (   self)

◆ requestClose()

def Screens.PluginBrowser.PluginDownloadBrowser.requestClose (   self)

◆ resetPostInstall()

def Screens.PluginBrowser.PluginDownloadBrowser.resetPostInstall (   self)

◆ runBootlogoRemove()

def Screens.PluginBrowser.PluginDownloadBrowser.runBootlogoRemove (   self,
  val 
)

◆ runFinished()

def Screens.PluginBrowser.PluginDownloadBrowser.runFinished (   self,
  retval 
)

◆ runInstall()

def Screens.PluginBrowser.PluginDownloadBrowser.runInstall (   self,
  val 
)

◆ runSettingsInstall()

def Screens.PluginBrowser.PluginDownloadBrowser.runSettingsInstall (   self)

◆ runSettingsRemove()

def Screens.PluginBrowser.PluginDownloadBrowser.runSettingsRemove (   self,
  val 
)

◆ selectionChanged()

def Screens.PluginBrowser.PluginDownloadBrowser.selectionChanged (   self)

◆ setWindowTitle()

def Screens.PluginBrowser.PluginDownloadBrowser.setWindowTitle (   self)

◆ startOpkg()

def Screens.PluginBrowser.PluginDownloadBrowser.startOpkg (   self,
  command 
)

◆ startOpkgListAvailable()

def Screens.PluginBrowser.PluginDownloadBrowser.startOpkgListAvailable (   self)

◆ startOpkgListInstalled()

def Screens.PluginBrowser.PluginDownloadBrowser.startOpkgListInstalled (   self,
  pkgname = PLUGIN_PREFIX + '*' 
)

◆ startRun()

def Screens.PluginBrowser.PluginDownloadBrowser.startRun (   self)

◆ updateList()

def Screens.PluginBrowser.PluginDownloadBrowser.updateList (   self)

Member Data Documentation

◆ check_bootlogo

Screens.PluginBrowser.PluginDownloadBrowser.check_bootlogo

◆ check_settings

Screens.PluginBrowser.PluginDownloadBrowser.check_settings

◆ container

Screens.PluginBrowser.PluginDownloadBrowser.container

◆ DOWNLOAD

int Screens.PluginBrowser.PluginDownloadBrowser.DOWNLOAD = 0
static

◆ expanded

Screens.PluginBrowser.PluginDownloadBrowser.expanded

◆ install_bootlogo_name

Screens.PluginBrowser.PluginDownloadBrowser.install_bootlogo_name

◆ install_settings_name

Screens.PluginBrowser.PluginDownloadBrowser.install_settings_name

◆ installedplugins

Screens.PluginBrowser.PluginDownloadBrowser.installedplugins

◆ LanguageList

Screens.PluginBrowser.PluginDownloadBrowser.LanguageList

◆ lastDownloadDate

Screens.PluginBrowser.PluginDownloadBrowser.lastDownloadDate = None
static

◆ list

Screens.PluginBrowser.PluginDownloadBrowser.list

◆ listHeight

Screens.PluginBrowser.PluginDownloadBrowser.listHeight

◆ listWidth

Screens.PluginBrowser.PluginDownloadBrowser.listWidth

◆ needupdate

Screens.PluginBrowser.PluginDownloadBrowser.needupdate

◆ onChangedEntry

Screens.PluginBrowser.PluginDownloadBrowser.onChangedEntry

◆ opkg

Screens.PluginBrowser.PluginDownloadBrowser.opkg

◆ opkg_install

Screens.PluginBrowser.PluginDownloadBrowser.opkg_install

◆ opkg_remove

Screens.PluginBrowser.PluginDownloadBrowser.opkg_remove

◆ PLUGIN_PREFIX

string Screens.PluginBrowser.PluginDownloadBrowser.PLUGIN_PREFIX = 'enigma2-plugin-'
static

◆ PLUGIN_PREFIX2 [1/2]

list Screens.PluginBrowser.PluginDownloadBrowser.PLUGIN_PREFIX2 = []
static

◆ PLUGIN_PREFIX2 [2/2]

Screens.PluginBrowser.PluginDownloadBrowser.PLUGIN_PREFIX2

◆ pluginlist

Screens.PluginBrowser.PluginDownloadBrowser.pluginlist

◆ plugins

Screens.PluginBrowser.PluginDownloadBrowser.plugins

◆ plugins_changed

Screens.PluginBrowser.PluginDownloadBrowser.plugins_changed

◆ postInstallCall

Screens.PluginBrowser.PluginDownloadBrowser.postInstallCall

◆ reload_settings

Screens.PluginBrowser.PluginDownloadBrowser.reload_settings

◆ remainingdata

Screens.PluginBrowser.PluginDownloadBrowser.remainingdata

◆ REMOVE

int Screens.PluginBrowser.PluginDownloadBrowser.REMOVE = 1
static

◆ remove_bootlogo_name

Screens.PluginBrowser.PluginDownloadBrowser.remove_bootlogo_name

◆ remove_settings_name

Screens.PluginBrowser.PluginDownloadBrowser.remove_settings_name

◆ run

Screens.PluginBrowser.PluginDownloadBrowser.run

◆ type

Screens.PluginBrowser.PluginDownloadBrowser.type

◆ UPDATE

int Screens.PluginBrowser.PluginDownloadBrowser.UPDATE = 2
static

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