![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include "SettingConditions.h"
#include "Application.h"
#include "LockType.h"
#include "Util.h"
#include "addons/AddonManager.h"
#include "addons/binary-addons/BinaryAddonManager.h"
#include "addons/Skin.h"
#include "cores/AudioEngine/Engines/ActiveAE/ActiveAESettings.h"
#include "ServiceBroker.h"
#include "GUIPassword.h"
#include "peripherals/Peripherals.h"
#include "profiles/ProfileManager.h"
#include "settings/SettingAddon.h"
#include "settings/SettingsComponent.h"
#include "utils/StringUtils.h"
#include "windowing/WinSystem.h"
Functions | |
bool | AddonHasSettings (const std::string &condition, const std::string &value, SettingConstPtr setting, void *data) |
bool | CheckMasterLock (const std::string &condition, const std::string &value, SettingConstPtr setting, void *data) |
bool | HasPeripherals (const std::string &condition, const std::string &value, SettingConstPtr setting, void *data) |
bool | HasPeripheralLibraries (const std::string &condition, const std::string &value, SettingConstPtr setting, void *data) |
bool | HasRumbleFeature (const std::string &condition, const std::string &value, SettingConstPtr setting, void *data) |
bool | HasRumbleController (const std::string &condition, const std::string &value, SettingConstPtr setting, void *data) |
bool | HasPowerOffFeature (const std::string &condition, const std::string &value, SettingConstPtr setting, void *data) |
bool | IsFullscreen (const std::string &condition, const std::string &value, SettingConstPtr setting, void *data) |
bool | IsMasterUser (const std::string &condition, const std::string &value, SettingConstPtr setting, void *data) |
bool | IsUsingTTFSubtitles (const std::string &condition, const std::string &value, SettingConstPtr setting, void *data) |
bool | ProfileCanWriteDatabase (const std::string &condition, const std::string &value, SettingConstPtr setting, void *data) |
bool | ProfileCanWriteSources (const std::string &condition, const std::string &value, SettingConstPtr setting, void *data) |
bool | ProfileHasAddons (const std::string &condition, const std::string &value, SettingConstPtr setting, void *data) |
bool | ProfileHasDatabase (const std::string &condition, const std::string &value, SettingConstPtr setting, void *data) |
bool | ProfileHasSources (const std::string &condition, const std::string &value, SettingConstPtr setting, void *data) |
bool | ProfileHasAddonManagerLocked (const std::string &condition, const std::string &value, SettingConstPtr setting, void *data) |
bool | ProfileHasFilesLocked (const std::string &condition, const std::string &value, SettingConstPtr setting, void *data) |
bool | ProfileHasMusicLocked (const std::string &condition, const std::string &value, SettingConstPtr setting, void *data) |
bool | ProfileHasPicturesLocked (const std::string &condition, const std::string &value, SettingConstPtr setting, void *data) |
bool | ProfileHasProgramsLocked (const std::string &condition, const std::string &value, SettingConstPtr setting, void *data) |
bool | ProfileHasSettingsLocked (const std::string &condition, const std::string &value, SettingConstPtr setting, void *data) |
bool | ProfileHasVideosLocked (const std::string &condition, const std::string &value, SettingConstPtr setting, void *data) |
bool | ProfileLockMode (const std::string &condition, const std::string &value, SettingConstPtr setting, void *data) |
bool | GreaterThan (const std::string &condition, const std::string &value, SettingConstPtr setting, void *data) |
bool | GreaterThanOrEqual (const std::string &condition, const std::string &value, SettingConstPtr setting, void *data) |
bool | LessThan (const std::string &condition, const std::string &value, SettingConstPtr setting, void *data) |
bool | LessThanOrEqual (const std::string &condition, const std::string &value, SettingConstPtr setting, void *data) |
bool AddonHasSettings | ( | const std::string & | condition, |
const std::string & | value, | ||
SettingConstPtr | setting, | ||
void * | data | ||
) |
bool CheckMasterLock | ( | const std::string & | condition, |
const std::string & | value, | ||
SettingConstPtr | setting, | ||
void * | data | ||
) |
bool GreaterThan | ( | const std::string & | condition, |
const std::string & | value, | ||
SettingConstPtr | setting, | ||
void * | data | ||
) |
bool GreaterThanOrEqual | ( | const std::string & | condition, |
const std::string & | value, | ||
SettingConstPtr | setting, | ||
void * | data | ||
) |
bool HasPeripheralLibraries | ( | const std::string & | condition, |
const std::string & | value, | ||
SettingConstPtr | setting, | ||
void * | data | ||
) |
bool HasPeripherals | ( | const std::string & | condition, |
const std::string & | value, | ||
SettingConstPtr | setting, | ||
void * | data | ||
) |
bool HasPowerOffFeature | ( | const std::string & | condition, |
const std::string & | value, | ||
SettingConstPtr | setting, | ||
void * | data | ||
) |
bool HasRumbleController | ( | const std::string & | condition, |
const std::string & | value, | ||
SettingConstPtr | setting, | ||
void * | data | ||
) |
bool HasRumbleFeature | ( | const std::string & | condition, |
const std::string & | value, | ||
SettingConstPtr | setting, | ||
void * | data | ||
) |
bool IsFullscreen | ( | const std::string & | condition, |
const std::string & | value, | ||
SettingConstPtr | setting, | ||
void * | data | ||
) |
bool IsMasterUser | ( | const std::string & | condition, |
const std::string & | value, | ||
SettingConstPtr | setting, | ||
void * | data | ||
) |
bool IsUsingTTFSubtitles | ( | const std::string & | condition, |
const std::string & | value, | ||
SettingConstPtr | setting, | ||
void * | data | ||
) |
bool LessThan | ( | const std::string & | condition, |
const std::string & | value, | ||
SettingConstPtr | setting, | ||
void * | data | ||
) |
bool LessThanOrEqual | ( | const std::string & | condition, |
const std::string & | value, | ||
SettingConstPtr | setting, | ||
void * | data | ||
) |
bool ProfileCanWriteDatabase | ( | const std::string & | condition, |
const std::string & | value, | ||
SettingConstPtr | setting, | ||
void * | data | ||
) |
bool ProfileCanWriteSources | ( | const std::string & | condition, |
const std::string & | value, | ||
SettingConstPtr | setting, | ||
void * | data | ||
) |
bool ProfileHasAddonManagerLocked | ( | const std::string & | condition, |
const std::string & | value, | ||
SettingConstPtr | setting, | ||
void * | data | ||
) |
bool ProfileHasAddons | ( | const std::string & | condition, |
const std::string & | value, | ||
SettingConstPtr | setting, | ||
void * | data | ||
) |
bool ProfileHasDatabase | ( | const std::string & | condition, |
const std::string & | value, | ||
SettingConstPtr | setting, | ||
void * | data | ||
) |
bool ProfileHasFilesLocked | ( | const std::string & | condition, |
const std::string & | value, | ||
SettingConstPtr | setting, | ||
void * | data | ||
) |
bool ProfileHasMusicLocked | ( | const std::string & | condition, |
const std::string & | value, | ||
SettingConstPtr | setting, | ||
void * | data | ||
) |
bool ProfileHasPicturesLocked | ( | const std::string & | condition, |
const std::string & | value, | ||
SettingConstPtr | setting, | ||
void * | data | ||
) |
bool ProfileHasProgramsLocked | ( | const std::string & | condition, |
const std::string & | value, | ||
SettingConstPtr | setting, | ||
void * | data | ||
) |
bool ProfileHasSettingsLocked | ( | const std::string & | condition, |
const std::string & | value, | ||
SettingConstPtr | setting, | ||
void * | data | ||
) |
bool ProfileHasSources | ( | const std::string & | condition, |
const std::string & | value, | ||
SettingConstPtr | setting, | ||
void * | data | ||
) |
bool ProfileHasVideosLocked | ( | const std::string & | condition, |
const std::string & | value, | ||
SettingConstPtr | setting, | ||
void * | data | ||
) |
bool ProfileLockMode | ( | const std::string & | condition, |
const std::string & | value, | ||
SettingConstPtr | setting, | ||
void * | data | ||
) |