Panda3D
|
Public Member Functions | |
def | __init__ (self, packageName, version, host) |
def | __cmp__ (self, pp) |
def | checkDescFile (self) |
def | getDescFile (self, http) |
def | getProgress (self) |
Public Attributes | |
calledPackageFinished | |
calledPackageStarted | |
done | |
downloadEffort | |
host | |
notified | |
package | |
packageName | |
prevDownloadedEffort | |
prevDownloadEffort | |
success | |
version | |
Static Public Attributes | |
notify = directNotify.newCategory("PendingPackage") | |
This class describes a package added to the installer for download.
def __init__ | ( | self, | |
packageName, | |||
version, | |||
host | |||
) |
def __cmp__ | ( | self, | |
pp | |||
) |
Python comparision function. This makes all PendingPackages withe same (packageName, version, host) combination be deemed equivalent.
def checkDescFile | ( | self | ) |
Returns true if the desc file is already downloaded and good, or false if it needs to be downloaded.
def getDescFile | ( | self, | |
http | |||
) |
Synchronously downloads the desc files required for the package.
def getProgress | ( | self | ) |
Returns the download progress of this package in the range 0..1.
calledPackageFinished |
calledPackageStarted |
done |
downloadEffort |
host |
notified |
|
static |
package |
packageName |
prevDownloadedEffort |
prevDownloadEffort |
success |
version |