Urho3D
Dviglo::Serializable Member List

This is the complete list of members for Dviglo::Serializable, including all inherited members.

AddRef()Dviglo::RefCounted
AllocateNetworkState()Dviglo::Serializable
ApplyAttributes()Dviglo::Serializableinlinevirtual
blockEvents_Dviglo::Objectprivate
Cast()Dviglo::Objectinline
Cast() constDviglo::Objectinline
context_Dviglo::Objectprotected
eventHandlers_Dviglo::Objectprivate
FindEventHandler(StringHash eventType, EventHandler **previous=nullptr) constDviglo::Objectprivate
FindSpecificEventHandler(Object *sender, EventHandler **previous=nullptr) constDviglo::Objectprivate
FindSpecificEventHandler(Object *sender, StringHash eventType, EventHandler **previous=nullptr) constDviglo::Objectprivate
GetAttribute(unsigned index) constDviglo::Serializable
GetAttribute(const String &name) constDviglo::Serializable
GetAttributeDefault(unsigned index) constDviglo::Serializable
GetAttributeDefault(const String &name) constDviglo::Serializable
GetAttributes() constDviglo::Serializablevirtual
GetBlockEvents() constDviglo::Objectinline
GetCategory() constDviglo::Object
GetContext() constDviglo::Objectinline
GetEventDataMap() constDviglo::Object
GetEventHandler() constDviglo::Object
GetEventSender() constDviglo::Object
GetGlobalVar(StringHash key) constDviglo::Object
GetGlobalVars() constDviglo::Object
GetInstanceDefault(const String &name) constDviglo::Serializableprivate
GetInterceptNetworkUpdate(const String &attributeName) constDviglo::Serializable
GetNetworkAttributes() constDviglo::Serializablevirtual
GetNetworkState() constDviglo::Serializableinline
GetNumAttributes() constDviglo::Serializable
GetNumNetworkAttributes() constDviglo::Serializable
GetSubsystem(StringHash type) constDviglo::Object
GetSubsystem() constDviglo::Object
GetType() const =0Dviglo::Objectpure virtual
GetTypeInfo() const =0Dviglo::Objectpure virtual
GetTypeInfoStatic()Dviglo::Objectinlinestatic
GetTypeName() const =0Dviglo::Objectpure virtual
HasEventHandlers() constDviglo::Objectinline
HasSubscribedToEvent(StringHash eventType) constDviglo::Object
HasSubscribedToEvent(Object *sender, StringHash eventType) constDviglo::Object
instanceDefaultValues_Dviglo::Serializableprivate
IsInstanceOf(StringHash type) constDviglo::Object
IsInstanceOf(const TypeInfo *typeInfo) constDviglo::Object
IsInstanceOf() constDviglo::Objectinline
IsTemporary() constDviglo::Serializableinline
Load(Deserializer &source)Dviglo::Serializablevirtual
LoadJSON(const JSONValue &source)Dviglo::Serializablevirtual
LoadXML(const XMLElement &source)Dviglo::Serializablevirtual
MarkNetworkUpdate()Dviglo::Serializableinlinevirtual
networkState_Dviglo::Serializableprotected
Object(Context *context)Dviglo::Objectexplicit
OnEvent(Object *sender, StringHash eventType, VariantMap &eventData)Dviglo::Objectvirtual
OnGetAttribute(const AttributeInfo &attr, Variant &dest) constDviglo::Serializablevirtual
OnSetAttribute(const AttributeInfo &attr, const Variant &src)Dviglo::Serializablevirtual
operator=(const RefCounted &rhs)=deleteDviglo::RefCounted
ReadDeltaUpdate(Deserializer &source)Dviglo::Serializable
ReadLatestDataUpdate(Deserializer &source)Dviglo::Serializable
refCount_Dviglo::RefCountedprivate
RefCounted()Dviglo::RefCounted
RefCounted(const RefCounted &rhs)=deleteDviglo::RefCounted
RefCountPtr()Dviglo::RefCountedinline
Refs() constDviglo::RefCounted
ReleaseRef()Dviglo::RefCounted
RemoveEventSender(Object *sender)Dviglo::Objectprivate
RemoveInstanceDefault()Dviglo::Serializable
ResetToDefault()Dviglo::Serializable
Save(Serializer &dest) constDviglo::Serializablevirtual
SaveDefaultAttributes() constDviglo::Serializableinlinevirtual
SaveJSON(JSONValue &dest) constDviglo::Serializablevirtual
SaveXML(XMLElement &dest) constDviglo::Serializablevirtual
SendEvent(StringHash eventType)Dviglo::Object
SendEvent(StringHash eventType, VariantMap &eventData)Dviglo::Object
SendEvent(StringHash eventType, Args... args)Dviglo::Objectinline
Serializable(Context *context)Dviglo::Serializableexplicit
SetAttribute(unsigned index, const Variant &value)Dviglo::Serializable
SetAttribute(const String &name, const Variant &value)Dviglo::Serializable
SetBlockEvents(bool block)Dviglo::Objectinline
SetGlobalVar(StringHash key, const Variant &value)Dviglo::Object
SetInstanceDefault(bool enable)Dviglo::Serializableinline
SetInstanceDefault(const String &name, const Variant &defaultValue)Dviglo::Serializableprivate
setInstanceDefault_Dviglo::Serializableprivate
SetInterceptNetworkUpdate(const String &attributeName, bool enable)Dviglo::Serializable
SetTemporary(bool enable)Dviglo::Serializable
SubscribeToEvent(StringHash eventType, EventHandler *handler)Dviglo::Object
SubscribeToEvent(Object *sender, StringHash eventType, EventHandler *handler)Dviglo::Object
SubscribeToEvent(StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr)Dviglo::Object
SubscribeToEvent(Object *sender, StringHash eventType, const std::function< void(StringHash, VariantMap &)> &function, void *userData=nullptr)Dviglo::Object
temporary_Dviglo::Serializableprivate
UnsubscribeFromAllEvents()Dviglo::Object
UnsubscribeFromAllEventsExcept(const PODVector< StringHash > &exceptions, bool onlyUserData)Dviglo::Object
UnsubscribeFromEvent(StringHash eventType)Dviglo::Object
UnsubscribeFromEvent(Object *sender, StringHash eventType)Dviglo::Object
UnsubscribeFromEvents(Object *sender)Dviglo::Object
URHO3D_OBJECT(Serializable, Object) (defined in Dviglo::Serializable)Dviglo::Serializableprivate
WeakRefs() constDviglo::RefCounted
WriteDeltaUpdate(Serializer &dest, const DirtyBits &attributeBits, unsigned char timeStamp)Dviglo::Serializable
WriteInitialDeltaUpdate(Serializer &dest, unsigned char timeStamp)Dviglo::Serializable
WriteLatestDataUpdate(Serializer &dest, unsigned char timeStamp)Dviglo::Serializable
~Object() overrideDviglo::Object
~RefCounted()Dviglo::RefCountedvirtual
~Serializable() overrideDviglo::Serializable