#include <wxp.h>
Inheritance diagram for wxPackageRepositoryXMLDescriptor:

Public Member Functions | |
| wxPackageRepositoryXMLDescriptor () | |
| virtual | ~wxPackageRepositoryXMLDescriptor () |
| bool | Load (const wxString &filename) |
| bool | Load (wxInputStream &stream) |
| bool | AddPackage (const wxString &pkgfile) |
| wxPackageArray | GetPackageArray (const wxString &repourl) |
Definition at line 240 of file wxp.h.
| wxPackageArray wxPackageRepositoryXMLDescriptor::GetPackageArray | ( | const wxString & | repourl | ) |
Returns an array of wxPackages with status == wxPS_NONE. The 'repourl' parameter is necessary to set the the repository download link in the wxPackage objects returned (see wxPackageInfo::GetRepoDownloadLink).
Definition at line 799 of file wxp.cpp.
References wxPackageXML::HandleUnknownTag().
1.5.1-p1