|
void | OnSettingsChanged () |
|
void | OnScreensaverActivated () |
|
void | OnScreensaverDeactivated () |
|
void | OnDPMSActivated () |
|
void | OnDPMSDeactivated () |
|
void | OnScanStarted (const String &library) |
|
void | OnScanFinished (const String &library) |
|
void | OnCleanStarted (const String &library) |
|
void | OnCleanFinished (const String &library) |
|
void | OnNotification (const String &sender, const String &method, const String &data) |
|
const String & | GetId () |
|
long | GetInvokerId () |
|
void | AbortNotify () |
| Called from XBPython to notify registered monitors that a script is aborting/ending.
|
|
virtual void | onSettingsChanged () |
|
virtual void | onScreensaverActivated () |
|
virtual void | onScreensaverDeactivated () |
|
virtual void | onDPMSActivated () |
|
virtual void | onDPMSDeactivated () |
|
virtual void | onScanStarted (const String library) |
|
virtual void | onScanFinished (const String library) |
|
virtual void | onCleanStarted (const String library) |
|
virtual void | onCleanFinished (const String library) |
|
virtual void | onNotification (const String sender, const String method, const String data) |
|
bool | waitForAbort (double timeout=-1) |
|
bool | abortRequested () |
|
void | setHandler (CallbackHandler *_handler) |
|
void | invokeCallback (Callback *callback) |
|
const char * | GetClassname () const |
|
LanguageHook * | GetLanguageHook () |
|
bool | isDeallocating () |
| This method should be called while holding a Synchronize on the object. More...
|
|
void | Release () const |
|
void | Acquire () const |
|
The documentation for this class was generated from the following files:
- xbmc/interfaces/legacy/Monitor.h
- xbmc/interfaces/legacy/Monitor.cpp