enigma2  2.6
Public Member Functions | Public Attributes | Static Public Attributes | Properties | List of all members
Components.DreamInfoHandler.DreamInfoHandler Class Reference
Inheritance diagram for Components.DreamInfoHandler.DreamInfoHandler:
Components.DreamInfoHandler.ImageDefaultInstaller Components.SetupGuide.DefaultServicelistStep.DefaultServicelistStep Plugins.SystemPlugins.SoftwareManager.plugin.PluginManager Plugins.SystemPlugins.SoftwareManager.SoftwareTools.SoftwareTools Screens.DefaultWizard.DefaultWizard Screens.PackageRestoreWizard.PackageRestoreCheck Screens.DefaultWizard.DreamPackageWizard Screens.ScanSetup.DefaultSatLists Screens.StartWizard.StartWizard

Public Member Functions

def __init__ (self, statusCallback, blocking=False, neededTag=None, neededFlag=None)
 
def buildPackageIndex (self)
 
def readInfo (self, directory, file)
 
def readDetails (self, directory, file)
 
def fillPackagesList (self, prerequisites=True)
 
def fillPackagesIndexList (self, prerequisites=True)
 
def getPackageDetails (self, details=None)
 
def prerequisiteMet (self, prerequisites)
 
def installPackages (self, indexes)
 
def installPackage (self, index)
 
def setStatus (self, status)
 
def installNext (self, *args, **kwargs)
 
def readfile (self, filename)
 
def mergeConfig (self, directory, name, merge=True)
 
def installIPK (self, directory, name)
 
def ipkgCallback (self, event, param)
 
def installSkin (self, directory, name)
 
def mergeServices (self, directory, name, merge=False)
 
def installFavourites (self, directory, name)
 

Public Attributes

 hardware_info
 
 directory
 
 neededTag
 
 neededFlag
 
 blocking
 
 currentlyInstallingMetaIndex
 
 console
 
 appClosed_conn
 
 reloadFavourites
 
 statusCallback
 
 packageslist
 
 installIndexes
 
 installingAttributes
 
 attributeNames
 
 currentAttributeIndex
 
 currentIndex
 
 status
 
 ipkg
 

Static Public Attributes

int STATUS_WORKING = 0
 
int STATUS_DONE = 1
 
int STATUS_ERROR = 2
 
int STATUS_INIT = 4
 
list PACKAGES = []
 

Properties

 packageDetails = property(_getPackageDetails)
 
 packagesIndexlist = property(_getPackageDetails)
 

Constructor & Destructor Documentation

◆ __init__()

def Components.DreamInfoHandler.DreamInfoHandler.__init__ (   self,
  statusCallback,
  blocking = False,
  neededTag = None,
  neededFlag = None 
)

Member Function Documentation

◆ buildPackageIndex()

def Components.DreamInfoHandler.DreamInfoHandler.buildPackageIndex (   self)

◆ fillPackagesIndexList()

def Components.DreamInfoHandler.DreamInfoHandler.fillPackagesIndexList (   self,
  prerequisites = True 
)

◆ fillPackagesList()

def Components.DreamInfoHandler.DreamInfoHandler.fillPackagesList (   self,
  prerequisites = True 
)

◆ getPackageDetails()

def Components.DreamInfoHandler.DreamInfoHandler.getPackageDetails (   self,
  details = None 
)

◆ installFavourites()

def Components.DreamInfoHandler.DreamInfoHandler.installFavourites (   self,
  directory,
  name 
)

◆ installIPK()

def Components.DreamInfoHandler.DreamInfoHandler.installIPK (   self,
  directory,
  name 
)

◆ installNext()

def Components.DreamInfoHandler.DreamInfoHandler.installNext (   self,
args,
**  kwargs 
)

◆ installPackage()

def Components.DreamInfoHandler.DreamInfoHandler.installPackage (   self,
  index 
)

◆ installPackages()

def Components.DreamInfoHandler.DreamInfoHandler.installPackages (   self,
  indexes 
)

◆ installSkin()

def Components.DreamInfoHandler.DreamInfoHandler.installSkin (   self,
  directory,
  name 
)

◆ ipkgCallback()

def Components.DreamInfoHandler.DreamInfoHandler.ipkgCallback (   self,
  event,
  param 
)

◆ mergeConfig()

def Components.DreamInfoHandler.DreamInfoHandler.mergeConfig (   self,
  directory,
  name,
  merge = True 
)

◆ mergeServices()

def Components.DreamInfoHandler.DreamInfoHandler.mergeServices (   self,
  directory,
  name,
  merge = False 
)

◆ prerequisiteMet()

def Components.DreamInfoHandler.DreamInfoHandler.prerequisiteMet (   self,
  prerequisites 
)

◆ readDetails()

def Components.DreamInfoHandler.DreamInfoHandler.readDetails (   self,
  directory,
  file 
)

◆ readfile()

def Components.DreamInfoHandler.DreamInfoHandler.readfile (   self,
  filename 
)

◆ readInfo()

def Components.DreamInfoHandler.DreamInfoHandler.readInfo (   self,
  directory,
  file 
)

◆ setStatus()

def Components.DreamInfoHandler.DreamInfoHandler.setStatus (   self,
  status 
)

Member Data Documentation

◆ appClosed_conn

Components.DreamInfoHandler.DreamInfoHandler.appClosed_conn

◆ attributeNames

Components.DreamInfoHandler.DreamInfoHandler.attributeNames

◆ blocking

Components.DreamInfoHandler.DreamInfoHandler.blocking

◆ console

Components.DreamInfoHandler.DreamInfoHandler.console

◆ currentAttributeIndex

Components.DreamInfoHandler.DreamInfoHandler.currentAttributeIndex

◆ currentIndex

Components.DreamInfoHandler.DreamInfoHandler.currentIndex

◆ currentlyInstallingMetaIndex

Components.DreamInfoHandler.DreamInfoHandler.currentlyInstallingMetaIndex

◆ directory

Components.DreamInfoHandler.DreamInfoHandler.directory

◆ hardware_info

Components.DreamInfoHandler.DreamInfoHandler.hardware_info

◆ installIndexes

Components.DreamInfoHandler.DreamInfoHandler.installIndexes

◆ installingAttributes

Components.DreamInfoHandler.DreamInfoHandler.installingAttributes

◆ ipkg

Components.DreamInfoHandler.DreamInfoHandler.ipkg

◆ neededFlag

Components.DreamInfoHandler.DreamInfoHandler.neededFlag

◆ neededTag

Components.DreamInfoHandler.DreamInfoHandler.neededTag

◆ PACKAGES

list Components.DreamInfoHandler.DreamInfoHandler.PACKAGES = []
static

◆ packageslist

Components.DreamInfoHandler.DreamInfoHandler.packageslist

◆ reloadFavourites

Components.DreamInfoHandler.DreamInfoHandler.reloadFavourites

◆ status

Components.DreamInfoHandler.DreamInfoHandler.status

◆ STATUS_DONE

int Components.DreamInfoHandler.DreamInfoHandler.STATUS_DONE = 1
static

◆ STATUS_ERROR

int Components.DreamInfoHandler.DreamInfoHandler.STATUS_ERROR = 2
static

◆ STATUS_INIT

int Components.DreamInfoHandler.DreamInfoHandler.STATUS_INIT = 4
static

◆ STATUS_WORKING

int Components.DreamInfoHandler.DreamInfoHandler.STATUS_WORKING = 0
static

◆ statusCallback

Components.DreamInfoHandler.DreamInfoHandler.statusCallback

Property Documentation

◆ packageDetails

Components.DreamInfoHandler.DreamInfoHandler.packageDetails = property(_getPackageDetails)
static

◆ packagesIndexlist

Components.DreamInfoHandler.DreamInfoHandler.packagesIndexlist = property(_getPackageDetails)
static

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