#include <XBMCHelper.h>
◆ Configure()
void XBMCHelper::Configure |
( |
| ) |
|
◆ ErrorStarting()
bool XBMCHelper::ErrorStarting |
( |
| ) |
|
|
inline |
◆ GetInstance()
◆ GetMode()
int XBMCHelper::GetMode |
( |
| ) |
const |
|
inline |
◆ IsAlwaysOn()
bool XBMCHelper::IsAlwaysOn |
( |
| ) |
const |
|
inline |
◆ IsRunning()
bool XBMCHelper::IsRunning |
( |
| ) |
|
◆ OnSettingChanging()
bool XBMCHelper::OnSettingChanging |
( |
const std::shared_ptr< const CSetting > & | setting | ) |
|
|
overridevirtual |
The value of the given setting is being changed.
This callback is triggered whenever the value of a setting is being changed. The given CSetting already contains the new value and the handler of the callback has the possibility to allow or revert changing the value of the setting. In case of a revert OnSettingChanging() is called again to inform all listeners that the value change has been reverted.
- Parameters
-
setting | The setting whose value is being changed (already containing the changed value) |
- Returns
- True if the new value is acceptable otherwise false
Reimplemented from ISettingCallback.
◆ Start()
void XBMCHelper::Start |
( |
| ) |
|
◆ Stop()
void XBMCHelper::Stop |
( |
| ) |
|
The documentation for this class was generated from the following files: