Urho3D::ScriptFile Member List

This is the complete list of members for Urho3D::ScriptFile, including all inherited members.

AddEventHandler(StringHash eventType, const String &handlerName) overrideUrho3D::ScriptFilevirtual
AddEventHandler(Object *sender, StringHash eventType, const String &handlerName) overrideUrho3D::ScriptFilevirtual
AddEventHandlerInternal(Object *sender, StringHash eventType, const String &handlerName)Urho3D::ScriptFileprivate
AddRef()Urho3D::RefCounted
AddScriptSection(asIScriptEngine *engine, Deserializer &source)Urho3D::ScriptFileprivate
asyncLoadState_Urho3D::Resourceprivate
BeginLoad(Deserializer &source) overrideUrho3D::ScriptFilevirtual
blockEvents_Urho3D::Objectprivate
Cast()Urho3D::Objectinline
Cast() constUrho3D::Objectinline
CleanupEventInvoker(asIScriptObject *object)Urho3D::ScriptFile
ClearDelayedExecute(const String &declaration=String::EMPTY)Urho3D::ScriptFile
compiled_Urho3D::ScriptFileprivate
context_Urho3D::Objectprotected
CreateObject(const String &className, bool useInterface=false)Urho3D::ScriptFile
delayedCalls_Urho3D::ScriptFileprivate
DelayedExecute(float delay, bool repeat, const String &declaration, const VariantVector &parameters=Variant::emptyVariantVector)Urho3D::ScriptFile
EndLoad() overrideUrho3D::ScriptFilevirtual
eventHandlers_Urho3D::Objectprivate
eventInvokers_Urho3D::ScriptFileprivate
Execute(const String &declaration, const VariantVector &parameters=Variant::emptyVariantVector, Variant *functionReturn=nullptr, bool unprepare=true)Urho3D::ScriptFile
Execute(asIScriptFunction *function, const VariantVector &parameters=Variant::emptyVariantVector, Variant *functionReturn=nullptr, bool unprepare=true)Urho3D::ScriptFile
Execute(asIScriptObject *object, const String &declaration, const VariantVector &parameters=Variant::emptyVariantVector, Variant *functionReturn=nullptr, bool unprepare=true)Urho3D::ScriptFile
Execute(asIScriptObject *object, asIScriptFunction *method, const VariantVector &parameters=Variant::emptyVariantVector, Variant *functionReturn=nullptr, bool unprepare=true)Urho3D::ScriptFile
FindEventHandler(StringHash eventType, EventHandler **previous=nullptr) constUrho3D::Objectprivate
FindSpecificEventHandler(Object *sender, EventHandler **previous=nullptr) constUrho3D::Objectprivate
FindSpecificEventHandler(Object *sender, StringHash eventType, EventHandler **previous=nullptr) constUrho3D::Objectprivate
functions_Urho3D::ScriptFileprivate
GetAsyncLoadState() constUrho3D::Resourceinline
GetBlockEvents() constUrho3D::Objectinline
GetCategory() constUrho3D::Object
GetContext() constUrho3D::Objectinline
GetEventDataMap() constUrho3D::Object
GetEventHandler() constUrho3D::Object
GetEventSender() constUrho3D::Object
GetFunction(const String &declaration)Urho3D::ScriptFile
GetGlobalVar(StringHash key) constUrho3D::Object
GetGlobalVars() constUrho3D::Object
GetMemoryUse() constUrho3D::Resourceinline
GetMethod(asIScriptObject *object, const String &declaration)Urho3D::ScriptFile
GetName() constUrho3D::Resourceinline
GetNameHash() constUrho3D::Resourceinline
GetScriptModule() constUrho3D::ScriptFileinline
GetSubsystem(StringHash type) constUrho3D::Object
GetSubsystem() constUrho3D::Object
GetType() const =0Urho3D::Objectpure virtual
GetTypeInfo() const =0Urho3D::Objectpure virtual
GetTypeInfoStatic()Urho3D::Objectinlinestatic
GetTypeName() const =0Urho3D::Objectpure virtual
GetUseTimer()Urho3D::Resource
HandleUpdate(StringHash eventType, VariantMap &eventData)Urho3D::ScriptFileprivate
HasEventHandler(StringHash eventType) const overrideUrho3D::ScriptFilevirtual
HasEventHandler(Object *sender, StringHash eventType) const overrideUrho3D::ScriptFilevirtual
HasEventHandlers() constUrho3D::Objectinline
HasSubscribedToEvent(StringHash eventType) constUrho3D::Object
HasSubscribedToEvent(Object *sender, StringHash eventType) constUrho3D::Object
includeFiles_Urho3D::ScriptFileprivate
IsCompiled() constUrho3D::ScriptFileinline
IsInstanceOf(StringHash type) constUrho3D::Object
IsInstanceOf(const TypeInfo *typeInfo) constUrho3D::Object
IsInstanceOf() constUrho3D::Objectinline
Load(Deserializer &source)Urho3D::Resource
loadByteCode_Urho3D::ScriptFileprivate
loadByteCodeSize_Urho3D::ScriptFileprivate
LoadFile(const String &fileName)Urho3D::Resource
memoryUse_Urho3D::Resourceprivate
methods_Urho3D::ScriptFileprivate
name_Urho3D::Resourceprivate
nameHash_Urho3D::Resourceprivate
Object(Context *context)Urho3D::Objectexplicit
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData)Urho3D::Objectvirtual
operator=(const RefCounted &rhs)=deleteUrho3D::RefCounted
refCount_Urho3D::RefCountedprivate
RefCounted()Urho3D::RefCounted
RefCounted(const RefCounted &rhs)=deleteUrho3D::RefCounted
RefCountPtr()Urho3D::RefCountedinline
Refs() constUrho3D::RefCounted
RegisterObject(Context *context)Urho3D::ScriptFilestatic
ReleaseModule()Urho3D::ScriptFileprivate
ReleaseRef()Urho3D::RefCounted
RemoveEventHandler(StringHash eventType) overrideUrho3D::ScriptFilevirtual
RemoveEventHandler(Object *sender, StringHash eventType) overrideUrho3D::ScriptFilevirtual
RemoveEventHandlers(Object *sender) overrideUrho3D::ScriptFilevirtual
RemoveEventHandlers() overrideUrho3D::ScriptFilevirtual
RemoveEventHandlersExcept(const PODVector< StringHash > &exceptions) overrideUrho3D::ScriptFilevirtual
RemoveEventSender(Object *sender)Urho3D::Objectprivate
ResetUseTimer()Urho3D::Resource
Resource(Context *context)Urho3D::Resourceexplicit
Save(Serializer &dest) constUrho3D::Resourcevirtual
SaveByteCode(Serializer &dest)Urho3D::ScriptFile
SaveFile(const String &fileName) constUrho3D::Resourcevirtual
script_Urho3D::ScriptFileprivate
ScriptFile(Context *context)Urho3D::ScriptFileexplicit
scriptModule_Urho3D::ScriptFileprivate
SendEvent(StringHash eventType)Urho3D::Object
SendEvent(StringHash eventType, VariantMap &eventData)Urho3D::Object
SendEvent(StringHash eventType, Args... args)Urho3D::Objectinline
SetAsyncLoadState(AsyncLoadState newState)Urho3D::Resource
SetBlockEvents(bool block)Urho3D::Objectinline
SetGlobalVar(StringHash key, const Variant &value)Urho3D::Object
SetMemoryUse(unsigned size)Urho3D::Resource
SetName(const String &name)Urho3D::Resource
SetParameters(asIScriptContext *context, asIScriptFunction *function, const VariantVector &parameters)Urho3D::ScriptFileprivate
subscribed_Urho3D::ScriptFileprivate
SubscribeToEvent(StringHash eventType, EventHandler *handler)Urho3D::Object
SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler)Urho3D::Object
SubscribeToEvent(StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr)Urho3D::Object
SubscribeToEvent(Object *sender, StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr)Urho3D::Object
UnsubscribeFromAllEvents()Urho3D::Object
UnsubscribeFromAllEventsExcept(const PODVector< StringHash > &exceptions, bool onlyUserData)Urho3D::Object
UnsubscribeFromEvent(StringHash eventType)Urho3D::Object
UnsubscribeFromEvent(Object *sender, StringHash eventType)Urho3D::Object
UnsubscribeFromEvents(Object *sender)Urho3D::Object
URHO3D_OBJECT(ScriptFile, Resource) (defined in Urho3D::ScriptFile)Urho3D::ScriptFileprivate
useTimer_Urho3D::Resourceprivate
validClasses_Urho3D::ScriptFileprivate
WeakRefs() constUrho3D::RefCounted
~Object() overrideUrho3D::Object
~RefCounted()Urho3D::RefCountedvirtual
~ScriptEventListener()=defaultUrho3D::ScriptEventListenervirtual
~ScriptFile() overrideUrho3D::ScriptFile