Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for CSettingUtils, including all inherited members.
FindIntInList(const std::shared_ptr< const CSettingList > &settingList, int value) | CSettingUtils | static |
GetList(const std::shared_ptr< const CSettingList > &settingList) | CSettingUtils | static |
ListToValues(const std::shared_ptr< const CSettingList > &setting, const std::vector< std::shared_ptr< CSetting > > &values) | CSettingUtils | static |
SetList(const std::shared_ptr< CSettingList > &settingList, const std::vector< CVariant > &value) | CSettingUtils | static |
ValuesToList(const std::shared_ptr< const CSettingList > &setting, const std::vector< CVariant > &values, std::vector< std::shared_ptr< CSetting > > &newValues) | CSettingUtils | static |