enigma2  2.6
List of all members
Components.Ipkg.IpkgComponent Class Reference
Inheritance diagram for Components.Ipkg.IpkgComponent:
Components.Ipkg.PkgComponent

Additional Inherited Members

- Public Member Functions inherited from Components.Ipkg.PkgComponent
def __init__ (self, dpkg='opkg', dpkg_local='dpkg')
 
def setCurrentCommand (self, command=None)
 
def runCmd (self, cmd)
 
def startCmd (self, cmd, args=None)
 
def preInstCmdFinished (self, retval)
 
def instCmdFinished (self, retval)
 
def cmdFinished (self, retval)
 
def cmdData (self, data)
 
def parseLine (self, data)
 
def callCallbacks (self, event, param=None)
 
def addCallback (self, callback)
 
def stop (self)
 
def isRunning (self)
 
- Public Attributes inherited from Components.Ipkg.PkgComponent
 dpkg
 
 dpkg_local
 
 cmd
 
 cmd_appClosed_conn
 
 cmd_dataAvail_conn
 
 cache
 
 callbackList
 
 update_done
 
 currentCommand
 
 args
 
 preInstCmd
 
 preInstCmd_appClosed_conn
 
 preInstCmd_dataAvail_conn
 
 instcmd
 
 instcmd_appClosed_conn
 
 instcmd_dataAvail_conn
 
 postcmd
 
 postcmd_appClosed_conn
 
 postcmd_dataAvail_conn
 
- Static Public Attributes inherited from Components.Ipkg.PkgComponent
int EVENT_INSTALL = 0
 
int EVENT_DOWNLOAD = 1
 
int EVENT_CONFIGURING = 3
 
int EVENT_REMOVE = 4
 
int EVENT_UPGRADE = 5
 
int EVENT_LISTITEM = 9
 
int EVENT_DONE = 10
 
int EVENT_ERROR = 11
 
int CMD_INSTALL = 0
 
int CMD_LIST = 1
 
int CMD_REMOVE = 2
 
int CMD_UPDATE = 3
 
int CMD_UPGRADE = 4
 

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