Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for CPythonInvoker, including all inherited members.
AbortNotification() | ILanguageInvoker | protectedvirtual |
CPythonInvoker(ILanguageInvocationHandler *invocationHandler) | CPythonInvoker | explicit |
Execute(const std::string &script, const std::vector< std::string > &arguments=std::vector< std::string >()) override | CPythonInvoker | virtual |
execute(const std::string &script, const std::vector< std::string > &arguments) override | CPythonInvoker | protectedvirtual |
executeScript(FILE *fp, const std::string &script, PyObject *moduleDict) | CPythonInvoker | protectedvirtual |
GetAddon() const | ILanguageInvoker | inline |
GetId() const | ILanguageInvoker | inline |
getInitializationScript() const =0 | CPythonInvoker | protectedpure virtual |
GetState() const | ILanguageInvoker | inline |
ILanguageInvoker(ILanguageInvocationHandler *invocationHandler) | ILanguageInvoker | explicit |
IsActive() const | ILanguageInvoker | |
IsRunning() const | ILanguageInvoker | |
IsStopping() const override | CPythonInvoker | inlinevirtual |
m_addon | ILanguageInvoker | protected |
m_critical | CPythonInvoker | protected |
m_sourceFile | CPythonInvoker | protected |
onAbort() | CPythonInvoker | inlineprotectedvirtual |
onDeinitialization() | CPythonInvoker | protectedvirtual |
onError(const std::string &exceptionType="", const std::string &exceptionValue="", const std::string &exceptionTraceback="") | CPythonInvoker | protectedvirtual |
onExecutionDone() override | CPythonInvoker | protectedvirtual |
onExecutionFailed() override | CPythonInvoker | protectedvirtual |
onExecutionFinalized() | ILanguageInvoker | protectedvirtual |
onExecutionInitialized() | ILanguageInvoker | protectedvirtual |
onInitialization() | CPythonInvoker | protectedvirtual |
onPythonModuleInitialization(void *moduleDict) | CPythonInvoker | protectedvirtual |
onSuccess() | CPythonInvoker | inlineprotectedvirtual |
pulseGlobalEvent() | ILanguageInvoker | protectedvirtual |
PyObjectPtr typedef | CPythonInvoker | |
Reset() | ILanguageInvoker | inline |
SetAddon(const ADDON::AddonPtr &addon) | ILanguageInvoker | inline |
SetId(int id) | ILanguageInvoker | inline |
setState(InvokerState state) | ILanguageInvoker | protected |
Stop(bool abort=false) | ILanguageInvoker | virtual |
stop(bool abort) override | CPythonInvoker | protectedvirtual |
~CPythonInvoker() override | CPythonInvoker | |
~ILanguageInvoker() | ILanguageInvoker | virtual |