Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for CEventLog, including all inherited members.
Add(const EventPtr &event) | CEventLog | |
Add(const EventPtr &event, bool withNotification, bool withSound=true) | CEventLog | |
AddWithNotification(const EventPtr &event, unsigned int displayTime=NOTIFICATION_DISPLAY_TIME, unsigned int messageTime=NOTIFICATION_MESSAGE_TIME, bool withSound=true) | CEventLog | |
AddWithNotification(const EventPtr &event, bool withSound) | CEventLog | |
CEventLog()=default | CEventLog | |
CEventLog(const CEventLog &)=delete | CEventLog | |
Clear() | CEventLog | |
Clear(EventLevel level, bool includeHigherLevels=false) | CEventLog | |
EventLevelFromString(const std::string &level) | CEventLog | static |
EventLevelToString(EventLevel level) | CEventLog | static |
Execute(const std::string &eventIdentifier) | CEventLog | |
Get() const | CEventLog | |
Get(EventLevel level, bool includeHigherLevels=false) const | CEventLog | |
Get(const std::string &eventIdentifier) const | CEventLog | |
operator=(CEventLog const &)=delete | CEventLog | |
Remove(const EventPtr &event) | CEventLog | |
Remove(const std::string &eventIdentifier) | CEventLog | |
ShowFullEventLog(EventLevel level=EventLevel::Basic, bool includeHigherLevels=true) | CEventLog | |
~CEventLog()=default | CEventLog |