Kodi Documentation  18.0
Kodi is an open source media player and entertainment hub.
ILanguageInvoker.h File Reference
#include <memory>
#include <string>
#include <vector>
#include "addons/IAddon.h"

Classes

class  ILanguageInvoker
 

Typedefs

typedef std::shared_ptr< ILanguageInvokerLanguageInvokerPtr
 

Enumerations

enum  InvokerState {
  InvokerStateUninitialized, InvokerStateInitialized, InvokerStateRunning, InvokerStateStopping,
  InvokerStateScriptDone, InvokerStateExecutionDone, InvokerStateFailed
}
 

Typedef Documentation

§ LanguageInvokerPtr

typedef std::shared_ptr<ILanguageInvoker> LanguageInvokerPtr

Enumeration Type Documentation

§ InvokerState

Enumerator
InvokerStateUninitialized 
InvokerStateInitialized 
InvokerStateRunning 
InvokerStateStopping 
InvokerStateScriptDone 
InvokerStateExecutionDone 
InvokerStateFailed