Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "Setting.h"
#include "ServiceBroker.h"
#include "SettingDefinitions.h"
#include "SettingsManager.h"
#include "utils/StringUtils.h"
#include "utils/XBMCTinyXML.h"
#include "utils/XMLUtils.h"
#include "utils/log.h"
#include <mutex>
#include <shared_mutex>
#include <sstream>
#include <utility>
Functions | |
template<typename TKey , typename TValue > | |
bool | CheckSettingOptionsValidity (const TValue &value, const std::vector< std::pair< TKey, TValue > > &options) |
template<typename TKey , typename TValue > | |
bool | CheckSettingOptionsValidity (const TValue &value, const std::vector< TKey > &options) |
bool | DeserializeOptionsSort (const TiXmlElement *optionsElement, SettingOptionsSort &optionsSort) |
bool CheckSettingOptionsValidity | ( | const TValue & | value, |
const std::vector< std::pair< TKey, TValue > > & | options ) |
bool CheckSettingOptionsValidity | ( | const TValue & | value, |
const std::vector< TKey > & | options ) |
bool DeserializeOptionsSort | ( | const TiXmlElement * | optionsElement, |
SettingOptionsSort & | optionsSort ) |