AddAbstractReflection(ea::string_view category="") (defined in Urho3D::ObjectReflectionRegistry) | Urho3D::ObjectReflectionRegistry | inline |
AddFactoryReflection(ea::string_view category="") (defined in Urho3D::ObjectReflectionRegistry) | Urho3D::ObjectReflectionRegistry | inline |
AddReflection(ea::string_view category="") | Urho3D::ObjectReflectionRegistry | inline |
AddReflectionInternal(ea::string_view category) (defined in Urho3D::ObjectReflectionRegistry) | Urho3D::ObjectReflectionRegistry | private |
AddReflectionToCurrentCategory(ObjectReflection *reflection) (defined in Urho3D::ObjectReflectionRegistry) | Urho3D::ObjectReflectionRegistry | private |
categories_ (defined in Urho3D::ObjectReflectionRegistry) | Urho3D::ObjectReflectionRegistry | private |
context_ (defined in Urho3D::ObjectReflectionRegistry) | Urho3D::ObjectReflectionRegistry | private |
CreateObject(StringHash typeNameHash) | Urho3D::ObjectReflectionRegistry | |
ErrorDuplicateReflection(StringHash typeNameHash) const (defined in Urho3D::ObjectReflectionRegistry) | Urho3D::ObjectReflectionRegistry | private |
ErrorReflectionNotFound(StringHash typeNameHash) const (defined in Urho3D::ObjectReflectionRegistry) | Urho3D::ObjectReflectionRegistry | private |
GetObjectCategories() const | Urho3D::ObjectReflectionRegistry | inline |
GetObjectReflections() const | Urho3D::ObjectReflectionRegistry | inline |
GetReflection(StringHash typeNameHash) | Urho3D::ObjectReflectionRegistry | |
GetReflection(StringHash typeNameHash) const (defined in Urho3D::ObjectReflectionRegistry) | Urho3D::ObjectReflectionRegistry | |
GetReflection() (defined in Urho3D::ObjectReflectionRegistry) | Urho3D::ObjectReflectionRegistry | |
GetReflection() const (defined in Urho3D::ObjectReflectionRegistry) | Urho3D::ObjectReflectionRegistry | |
IsReflected(StringHash typeNameHash) const (defined in Urho3D::ObjectReflectionRegistry) | Urho3D::ObjectReflectionRegistry | inline |
IsReflected() const (defined in Urho3D::ObjectReflectionRegistry) | Urho3D::ObjectReflectionRegistry | |
ObjectReflectionRegistry(Context *context) (defined in Urho3D::ObjectReflectionRegistry) | Urho3D::ObjectReflectionRegistry | explicit |
OnReflectionRemoved | Urho3D::ObjectReflectionRegistry | |
Reflect(const TypeInfo *typeInfo) | Urho3D::ObjectReflectionRegistry | |
Reflect() (defined in Urho3D::ObjectReflectionRegistry) | Urho3D::ObjectReflectionRegistry | |
ReflectCustomType(ea::unique_ptr< TypeInfo > typeInfo) (defined in Urho3D::ObjectReflectionRegistry) | Urho3D::ObjectReflectionRegistry | |
reflections_ (defined in Urho3D::ObjectReflectionRegistry) | Urho3D::ObjectReflectionRegistry | private |
RemoveAttribute(StringHash nameHash) (defined in Urho3D::ObjectReflectionRegistry) | Urho3D::ObjectReflectionRegistry | |
RemoveReflection(StringHash typeNameHash) | Urho3D::ObjectReflectionRegistry | |
RemoveReflection() (defined in Urho3D::ObjectReflectionRegistry) | Urho3D::ObjectReflectionRegistry | |
RemoveReflectionFromCurrentCategory(ObjectReflection *reflection) (defined in Urho3D::ObjectReflectionRegistry) | Urho3D::ObjectReflectionRegistry | private |
SetReflectionCategory(const TypeInfo *typeInfo, ea::string_view category) | Urho3D::ObjectReflectionRegistry | |
SetReflectionCategory(ea::string_view category) (defined in Urho3D::ObjectReflectionRegistry) | Urho3D::ObjectReflectionRegistry | |
UpdateAttributeDefaultValue(StringHash nameHash, const Variant &defaultValue) (defined in Urho3D::ObjectReflectionRegistry) | Urho3D::ObjectReflectionRegistry | |