|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "jobs/IJobCallback.h"#include "threads/Event.h"#include <map>#include <memory>#include <string>#include <utility>#include <vector>Classes | |
| class | ADDON::CAddonInstaller |
| class | ADDON::CAddonInstaller::CDownloadJob |
Namespaces | |
| namespace | ADDON |
Typedefs | |
| using | ADDON::RepositoryPtr = std::shared_ptr<CRepository> |
Enumerations | |
| enum class | ADDON::BackgroundJob : bool { ADDON::CHOICE_YES = true , ADDON::CHOICE_NO = false } |
| enum class | ADDON::ModalJob : bool { ADDON::CHOICE_YES = true , ADDON::CHOICE_NO = false } |
| enum class | ADDON::AutoUpdateJob : bool { ADDON::CHOICE_YES = true , ADDON::CHOICE_NO = false } |
| enum class | ADDON::DependencyJob : bool { ADDON::CHOICE_YES = true , ADDON::CHOICE_NO = false } |
| enum class | ADDON::InstallModalPrompt : bool { ADDON::CHOICE_YES = true , ADDON::CHOICE_NO = false } |
| enum class | ADDON::AllowCheckForUpdates : bool { ADDON::CHOICE_YES = true , ADDON::CHOICE_NO = false } |
| enum class | ADDON::RecurseOrphaned : bool { ADDON::CHOICE_YES = true , ADDON::CHOICE_NO = false } |