|
Kodi Documentation
18.0
Kodi is an open source media player and entertainment hub.
|
#include <Monitor.h>
Public Member Functions | |
| Monitor () | |
| 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 | OnAbortRequested () |
| onSettingsChanged () | |
| |
| onScreensaverActivated () | |
| |
| onScreensaverDeactivated () | |
| |
| onDPMSActivated () | |
| |
| onDPMSDeactivated () | |
| |
| onScanStarted (...) | |
| |
| onScanFinished (...) | |
| |
| onDatabaseScanStarted (...) | |
| |
| onDatabaseUpdated (...) | |
| |
| onCleanStarted (...) | |
| |
| onCleanFinished (...) | |
| |
| onAbortRequested () | |
| |
| onNotification (...) | |
| |
| waitForAbort (...) | |
| |
| abortRequested () | |
| |
| ~Monitor () override | |
Public Member Functions inherited from XBMCAddon::AddonCallback | |
| ~AddonCallback () override | |
| void | setHandler (CallbackHandler *_handler) |
| void | invokeCallback (Callback *callback) |
Public Member Functions inherited from XBMCAddon::AddonClass | |
| AddonClass () | |
| virtual | ~AddonClass () |
| const char * | GetClassname () const |
| LanguageHook * | GetLanguageHook () |
| bool | isDeallocating () |
| void | Release () const |
| void | Acquire () const |
Public Member Functions inherited from XbmcThreads::CountingLockable< XbmcThreads::CRecursiveMutex > | |
| CountingLockable ()=default | |
| void | lock () |
| bool | try_lock () |
| void | unlock () |
| unsigned int | exit (unsigned int leave=0) |
| void | restore (unsigned int restoreCount) |
| XbmcThreads::CRecursiveMutex & | get_underlying () |
Additional Inherited Members | |
Static Public Member Functions inherited from XBMCAddon::AddonClass | |
| static short | getNumAddonClasses () |
Protected Member Functions inherited from XBMCAddon::AddonCallback | |
| bool | hasHandler () |
| AddonCallback () | |
Protected Member Functions inherited from XBMCAddon::AddonClass | |
| virtual void | deallocating () |
Static Protected Member Functions inherited from XBMCAddon::AddonClass | |
| static short | getNextClassIndex () |
Protected Attributes inherited from XBMCAddon::AddonCallback | |
| AddonClass::Ref< CallbackHandler > | handler |
Protected Attributes inherited from XBMCAddon::AddonClass | |
| LanguageHook * | languageHook |
Protected Attributes inherited from XbmcThreads::CountingLockable< XbmcThreads::CRecursiveMutex > | |
| XbmcThreads::CRecursiveMutex | mutex |
| unsigned int | count |
| XBMCAddon::xbmc::Monitor::Monitor | ( | ) |
|
override |
|
inline |
|
inline |
| void XBMCAddon::xbmc::Monitor::OnAbortRequested | ( | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |