|
Kodi Docs 20.0
Kodi is an open source media player and entertainment hub.
|
#include <EventStreamDetail.h>
Public Types | |
| typedef void(Owner::* | Fn) (const Event &) |
Public Member Functions | |
| CSubscription (Owner *owner, Fn fn) | |
| void | HandleEvent (const Event &event) override |
| void | Cancel () override |
| bool | IsOwnedBy (void *obj) override |
Public Member Functions inherited from detail::ISubscription< Event > | |
| virtual | ~ISubscription ()=default |
| typedef void(Owner::* detail::CSubscription< Event, Owner >::Fn) (const Event &) |
| detail::CSubscription< Event, Owner >::CSubscription | ( | Owner * | owner, |
| Fn | fn | ||
| ) |
|
overridevirtual |
Implements detail::ISubscription< Event >.
|
overridevirtual |
Implements detail::ISubscription< Event >.
|
overridevirtual |
Implements detail::ISubscription< Event >.