#include <PVRSettings.h>
§ CPVRSettings()
CPVRSettings::CPVRSettings |
( |
const std::set< std::string > & |
settingNames | ) |
|
|
explicit |
§ ~CPVRSettings()
CPVRSettings::~CPVRSettings |
( |
| ) |
|
|
override |
§ 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, |
|
|
std::shared_ptr< const CSetting > |
setting, |
|
|
void * |
data |
|
) |
| |
|
static |
§ MarginTimeFiller()
void CPVRSettings::MarginTimeFiller |
( |
std::shared_ptr< const CSetting > |
setting, |
|
|
std::vector< std::pair< std::string, int > > & |
list, |
|
|
int & |
current, |
|
|
void * |
data |
|
) |
| |
|
static |
§ OnSettingChanged()
void CPVRSettings::OnSettingChanged |
( |
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.
The documentation for this class was generated from the following files: