|
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) |
|
| 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 |
|
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:
- usr/lib/enigma2/python/Components/Ipkg.py