◆ OnAction()
bool PVR::CPVRGUIActionListener::OnAction |
( |
const CAction & |
action | ) |
|
|
overridevirtual |
◆ OnSettingAction()
void PVR::CPVRGUIActionListener::OnSettingAction |
( |
const std::shared_ptr< const CSetting > & |
setting | ) |
|
|
overridevirtual |
The given setting has been activated.
This callback is triggered whenever the given setting has been activated. This callback is only fired for CSettingAction settings.
- Parameters
-
setting | The setting which has been activated. |
Reimplemented from ISettingCallback.
◆ OnSettingChanged()
void PVR::CPVRGUIActionListener::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.
The documentation for this class was generated from the following files: