Public Member Functions | |
| CAddonBase () | |
| Addon base class constructor. More... | |
| virtual ADDON_STATUS | Create () |
| Main addon creation function. More... | |
| virtual ADDON_STATUS | CreateInstance (int instanceType, const std::string &instanceID, KODI_HANDLE instance, const std::string &version, KODI_HANDLE &addonInstance) |
| Instance created. More... | |
| virtual void | DestroyInstance (int instanceType, const std::string &instanceID, KODI_HANDLE addonInstance) |
| Instance destroy. More... | |
| virtual ADDON_STATUS | GetStatus () |
| virtual ADDON_STATUS | SetSetting (const std::string &settingName, const kodi::CSettingValue &settingValue) |
| To inform addon about changed settings values. More... | |
| virtual | ~CAddonBase ()=default |
| Destructor. More... | |
Public Attributes | |
| std::shared_ptr< kodi::gui::IRenderHelper > | m_renderHelper |
Static Public Attributes | |
| static AddonGlobalInterface * | m_interface |