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

Classes

class  IEvent
 

Typedefs

typedef std::shared_ptr< const IEventEventPtr
 

Enumerations

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

Typedef Documentation

§ EventPtr

typedef std::shared_ptr<const IEvent> EventPtr

Enumeration Type Documentation

§ EventLevel

enum EventLevel
strong
Enumerator
Basic 
Information 
Warning 
Error