38 inline void OnSettingsChanged() { XBMC_TRACE; invokeCallback(
new CallbackFunction<Monitor>(
this,&
Monitor::onSettingsChanged)); }
41 inline void OnDPMSActivated() { XBMC_TRACE; invokeCallback(
new CallbackFunction<Monitor>(
this,&
Monitor::onDPMSActivated)); }
42 inline void OnDPMSDeactivated() { XBMC_TRACE; invokeCallback(
new CallbackFunction<Monitor>(
this,&
Monitor::onDPMSDeactivated)); }
43 inline void OnScanStarted(
const String &library)
49 inline void OnScanFinished(
const String &library)
55 inline void OnCleanStarted(
const String& library)
61 inline void OnCleanFinished(
const String& library)
67 inline void OnNotification(
const String& sender,
const String& method,
const String& data)
70 invokeCallback(
new CallbackFunction<Monitor, const String, const String, const String>(
74 inline const String& GetId() {
return Id; }
75 inline long GetInvokerId() {
return invokerId; }
83#ifdef DOXYGEN_SHOULD_USE_THIS
96#ifdef DOXYGEN_SHOULD_USE_THIS
109#ifdef DOXYGEN_SHOULD_USE_THIS
122#ifdef DOXYGEN_SHOULD_USE_THIS
135#ifdef DOXYGEN_SHOULD_USE_THIS
148#ifdef DOXYGEN_SHOULD_USE_THIS
166 virtual void onScanStarted(
const String library) { XBMC_TRACE; }
169#ifdef DOXYGEN_SHOULD_USE_THIS
190#ifdef DOXYGEN_SHOULD_USE_THIS
211#ifdef DOXYGEN_SHOULD_USE_THIS
232#ifdef DOXYGEN_SHOULD_USE_THIS
250 virtual void onNotification(
const String sender,
const String method,
const String data)
256#ifdef DOXYGEN_SHOULD_USE_THIS
292#ifdef DOXYGEN_SHOULD_USE_THIS