|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <AddonCallback.h>
Public Member Functions | |
| ~AddonCallback () override | |
| void | setHandler (CallbackHandler *_handler) |
| void | invokeCallback (Callback *callback) |
Public Member Functions inherited from XBMCAddon::AddonClass | |
| AddonClass () | |
| virtual | ~AddonClass () |
| const char * | GetClassname () const |
| LanguageHook * | GetLanguageHook () |
| bool | isDeallocating () |
| void | Release () const |
| void | Acquire () const |
Protected Member Functions | |
| bool | hasHandler () |
| AddonCallback () | |
Protected Member Functions inherited from XBMCAddon::AddonClass | |
| virtual void | deallocating () |
Protected Attributes | |
| AddonClass::Ref< CallbackHandler > | handler |
Protected Attributes inherited from XBMCAddon::AddonClass | |
| LanguageHook * | languageHook |
Additional Inherited Members | |
Static Public Member Functions inherited from XBMCAddon::AddonClass | |
| static short | getNumAddonClasses () |
Static Protected Member Functions inherited from XBMCAddon::AddonClass | |
| static short | getNextClassIndex () |
This class is the superclass for all API classes that are expected to be able to handle cross-language polymorphism.
|
inlineprotected |
|
overridedefault |
|
inlineprotected |
|
inline |
|
protected |