![]() |
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 | |
![]() | |
~AddonCallback () override | |
void | setHandler (CallbackHandler *_handler) |
void | invokeCallback (Callback *callback) |
![]() | |
AddonClass () | |
virtual | ~AddonClass () |
const char * | GetClassname () const |
LanguageHook * | GetLanguageHook () |
bool | isDeallocating () |
void | Release () const |
void | Acquire () const |
![]() | |
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 short | getNumAddonClasses () |
![]() | |
bool | hasHandler () |
AddonCallback () | |
![]() | |
virtual void | deallocating () |
![]() | |
static short | getNextClassIndex () |
![]() | |
AddonClass::Ref< CallbackHandler > | handler |
![]() | |
LanguageHook * | languageHook |
![]() | |
XbmcThreads::CRecursiveMutex | mutex |
unsigned int | count |
XBMCAddon::xbmc::Monitor::Monitor | ( | ) |
|
override |
|
inline |
|
inline |
void XBMCAddon::xbmc::Monitor::OnAbortRequested | ( | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |