|
| CAddonType (AddonType type=AddonType::UNKNOWN) |
|
AddonType | Type () const |
|
std::string | LibPath () const |
|
const std::string & | LibName () const |
|
bool | ProvidesSubContent (const AddonType &content) const |
|
bool | ProvidesSeveralSubContents () const |
|
size_t | ProvidedSubContents () const |
|
const SExtValue | GetValue (const std::string &id) const |
|
const EXT_VALUES & | GetValues () const |
|
const CAddonExtensions * | GetElement (const std::string &id) const |
|
const EXT_ELEMENTS | GetElements (const std::string &id="") const |
|
void | Insert (const std::string &id, const std::string &value) |
|
|
static bool | IsDependencyType (AddonType type) |
| Indicates whether a given type is a dependency type (e.g. addons which the main type is a script.module) More...
|
|
|
class | CAddonInfoBuilder |
|
class | CAddonInfoBuilderFromDB |
|
class | CAddonDatabaseSerializer |
|
◆ IsDependencyType()
bool CAddonType::IsDependencyType |
( |
AddonType |
type | ) |
|
|
static |
Indicates whether a given type is a dependency type (e.g. addons which the main type is a script.module)
- Parameters
-
[in] | type | the provided type |
- Returns
- true if type is one of the dependency types
The documentation for this class was generated from the following files:
- xbmc/addons/addoninfo/AddonType.h
- xbmc/addons/addoninfo/AddonType.cpp