Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
IEvent.h File Reference
#include "utils/ISortable.h"
#include <memory>
#include <string>

Classes

class  IEvent
 

Typedefs

typedef std::shared_ptr< const IEventEventPtr
 

Enumerations

enum class  EventLevel { Basic = 0 , Information = 1 , Warning = 2 , Error = 3 }
 

Typedef Documentation

◆ EventPtr

typedef std::shared_ptr<const IEvent> EventPtr

Enumeration Type Documentation

◆ EventLevel

enum class EventLevel
strong
Enumerator
Basic 
Information 
Warning 
Error