Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
Setting.cpp File Reference
#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)
 

Function Documentation

◆ CheckSettingOptionsValidity() [1/2]

template<typename TKey , typename TValue >
bool CheckSettingOptionsValidity ( const TValue & value,
const std::vector< std::pair< TKey, TValue > > & options )

◆ CheckSettingOptionsValidity() [2/2]

template<typename TKey , typename TValue >
bool CheckSettingOptionsValidity ( const TValue & value,
const std::vector< TKey > & options )

◆ DeserializeOptionsSort()

bool DeserializeOptionsSort ( const TiXmlElement * optionsElement,
SettingOptionsSort & optionsSort )