#include <PVRSettings.h>
◆ CPVRSettings()
CPVRSettings::CPVRSettings |
( |
const std::set< std::string > & | settingNames | ) |
|
|
explicit |
◆ ~CPVRSettings()
CPVRSettings::~CPVRSettings |
( |
| ) |
|
|
override |
◆ CheckParentalPin()
bool CPVRSettings::CheckParentalPin |
( |
const std::string & | condition, |
|
|
const std::string & | value, |
|
|
const std::shared_ptr< const CSetting > & | setting, |
|
|
void * | data ) |
|
static |
◆ GetBoolValue()
bool CPVRSettings::GetBoolValue |
( |
const std::string & | settingName | ) |
const |
◆ GetIntValue()
int CPVRSettings::GetIntValue |
( |
const std::string & | settingName | ) |
const |
◆ GetStringValue()
std::string CPVRSettings::GetStringValue |
( |
const std::string & | settingName | ) |
const |
◆ IsSettingVisible()
bool CPVRSettings::IsSettingVisible |
( |
const std::string & | condition, |
|
|
const std::string & | value, |
|
|
const std::shared_ptr< const CSetting > & | setting, |
|
|
void * | data ) |
|
static |
◆ MarginTimeFiller()
◆ OnSettingChanged()
void CPVRSettings::OnSettingChanged |
( |
const std::shared_ptr< const CSetting > & | setting | ) |
|
|
overridevirtual |
The value of the given setting has changed.
This callback is triggered whenever the value of a setting has been successfully changed (i.e. none of the OnSettingChanging() handlers) has reverted the change.
- Parameters
-
setting | The setting whose value has been changed |
Reimplemented from ISettingCallback.
◆ OnSettingsLoaded()
void CPVRSettings::OnSettingsLoaded |
( |
| ) |
|
|
overridevirtual |
Settings have been loaded.
This callback can be used to trigger loading other settings.
Reimplemented from ISettingsHandler.
◆ RegisterCallback()
◆ UnregisterCallback()
The documentation for this class was generated from the following files: