Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for CLanguageInvokerThread, including all inherited members.
AbortableWait(CEvent &event, std::chrono::milliseconds duration=std::chrono::milliseconds(-1)) | CThread | inlineprotected |
AbortNotification() | ILanguageInvoker | protectedvirtual |
CLanguageInvokerThread(LanguageInvokerPtr invoker, CScriptInvocationManager *invocationManager, bool reuseable) | CLanguageInvokerThread | |
Create(bool bAutoDelete=false) | CThread | protected |
CThread(const char *ThreadName) | CThread | explicitprotected |
CThread(IRunnable *pRunnable, const char *ThreadName) | CThread | protected |
Execute(const std::string &script, const std::vector< std::string > &arguments=std::vector< std::string >()) | ILanguageInvoker | virtual |
execute(const std::string &script, const std::vector< std::string > &arguments) override | CLanguageInvokerThread | protectedvirtual |
GetAddon() const | ILanguageInvoker | inline |
GetCurrentThread() | CThread | protectedstatic |
GetCurrentThreadId() | CThread | inlineprotectedstatic |
GetId() const | ILanguageInvoker | inline |
GetInvoker() const | CLanguageInvokerThread | inline |
GetScript() const | CLanguageInvokerThread | inline |
GetState() const | CLanguageInvokerThread | virtual |
ILanguageInvoker(ILanguageInvocationHandler *invocationHandler) | ILanguageInvoker | explicit |
IsActive() const | ILanguageInvoker | |
IsAutoDelete() const | CThread | protected |
IsCurrentThread() const | CThread | protected |
ILanguageInvoker::IsRunning() const | ILanguageInvoker | |
CThread::IsRunning() const | CThread | protected |
IsStopping() const | ILanguageInvoker | virtual |
Join(std::chrono::milliseconds duration) | CThread | protected |
m_addon | ILanguageInvoker | protected |
m_bStop | CThread | protected |
OnException() override | CLanguageInvokerThread | protectedvirtual |
onExecutionDone() | ILanguageInvoker | protectedvirtual |
onExecutionFailed() | ILanguageInvoker | protectedvirtual |
onExecutionFinalized() | ILanguageInvoker | protectedvirtual |
onExecutionInitialized() | ILanguageInvoker | protectedvirtual |
OnExit() override | CLanguageInvokerThread | protectedvirtual |
OnStartup() override | CLanguageInvokerThread | protectedvirtual |
Process() override | CLanguageInvokerThread | protectedvirtual |
pulseGlobalEvent() | ILanguageInvoker | protectedvirtual |
Release() | CLanguageInvokerThread | virtual |
Reset() | ILanguageInvoker | inline |
Reuseable(const std::string &script) const | CLanguageInvokerThread | inline |
SetAddon(const ADDON::AddonPtr &addon) | ILanguageInvoker | inline |
SetId(int id) | ILanguageInvoker | inline |
SetPriority(const ThreadPriority &priority) | CThread | protected |
setState(InvokerState state) | ILanguageInvoker | protected |
Sleep(std::chrono::duration< Rep, Period > duration) | CThread | inlineprotected |
Stop(bool abort=false) | ILanguageInvoker | virtual |
stop(bool wait) override | CLanguageInvokerThread | protectedvirtual |
StopThread(bool bWait=true) | CThread | protectedvirtual |
WAIT_INTERRUPTED enum value | CThread | protected |
WAIT_SIGNALED enum value | CThread | protected |
WAIT_TIMEDOUT enum value | CThread | protected |
WaitResponse enum name | CThread | protected |
~CLanguageInvokerThread() override | CLanguageInvokerThread | |
~CThread() | CThread | protectedvirtual |
~ILanguageInvoker() | ILanguageInvoker | virtual |