![]() |
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for ADDON::CAddonRepos, including all inherited members.
BuildAddonsWithUpdateList(const std::vector< std::shared_ptr< IAddon > > &installed, std::map< std::string, AddonWithUpdate > &addonsWithUpdate) const | ADDON::CAddonRepos | |
BuildCompatibleVersionsList(std::vector< std::shared_ptr< IAddon > > &compatibleVersions) const | ADDON::CAddonRepos | |
BuildUpdateOrOutdatedList(const std::vector< std::shared_ptr< IAddon > > &installed, std::vector< std::shared_ptr< IAddon > > &result, AddonCheckType addonCheckType) const | ADDON::CAddonRepos | |
CAddonRepos() | ADDON::CAddonRepos | |
CAddonRepos(const std::string &addonId) | ADDON::CAddonRepos | explicit |
CAddonRepos(const std::shared_ptr< IAddon > &repoAddon) | ADDON::CAddonRepos | explicit |
DoAddonUpdateCheck(const std::shared_ptr< IAddon > &addon, std::shared_ptr< IAddon > &update) const | ADDON::CAddonRepos | |
FindDependency(const std::string &dependsId, const std::string &parentRepoId, std::shared_ptr< IAddon > &dependencyToInstall, std::shared_ptr< CRepository > &repoForDep) const | ADDON::CAddonRepos | |
FindDependencyByParentRepo(const std::string &dependsId, const std::string &parentRepoId, std::shared_ptr< IAddon > &dependencyToInstall) const | ADDON::CAddonRepos | |
GetLatestAddonVersionFromAllRepos(const std::string &addonId, std::shared_ptr< IAddon > &addon) const | ADDON::CAddonRepos | |
GetLatestAddonVersions(std::vector< std::shared_ptr< IAddon > > &addonList) const | ADDON::CAddonRepos | |
GetLatestAddonVersionsFromAllRepos(std::vector< std::shared_ptr< IAddon > > &addonList) const | ADDON::CAddonRepos | |
IsFromOfficialRepo(const std::shared_ptr< IAddon > &addon, CheckAddonPath checkAddonPath) | ADDON::CAddonRepos | static |
IsOfficialRepo(const std::string &repoId) | ADDON::CAddonRepos | static |
IsValid() const | ADDON::CAddonRepos | inline |