AddAttributes(ezPropertyAttribute *pAttrib1, ezPropertyAttribute *pAttrib2=nullptr, ezPropertyAttribute *pAttrib3=nullptr, ezPropertyAttribute *pAttrib4=nullptr, ezPropertyAttribute *pAttrib5=nullptr, ezPropertyAttribute *pAttrib6=nullptr) | ezAbstractProperty | inline |
AddFlags(ezBitflags< ezPropertyFlags > flags) | ezAbstractProperty | inline |
ezAbstractMemberProperty(const char *szPropertyName) | ezAbstractMemberProperty | inline |
ezAbstractProperty(const char *szPropertyName) | ezAbstractProperty | inline |
ezResourceAccessorProperty(const char *szPropertyName, GetterFunc getter, SetterFunc setter) (defined in ezResourceAccessorProperty< Class, Type >) | ezResourceAccessorProperty< Class, Type > | inline |
ezTypedMemberProperty(const char *szPropertyName) | ezTypedMemberProperty< ezStringView > | inline |
GetAttributeByType() const | ezAbstractProperty | |
GetAttributes() const | ezAbstractProperty | inline |
GetCategory() const override | ezAbstractMemberProperty | inlinevirtual |
GetFlags() const | ezAbstractProperty | inline |
GetPropertyName() const | ezAbstractProperty | inline |
GetPropertyPointer(const void *pInstance) const override | ezResourceAccessorProperty< Class, Type > | inlinevirtual |
GetSpecificType() const override | ezTypedMemberProperty< ezStringView > | inlinevirtual |
ezAbstractMemberProperty::GetSpecificType() const =0 | ezAbstractProperty | pure virtual |
GetterFunc typedef (defined in ezResourceAccessorProperty< Class, Type >) | ezResourceAccessorProperty< Class, Type > | |
GetValue(const void *pInstance) const override | ezResourceAccessorProperty< Class, Type > | inlinevirtual |
GetValuePtr(const void *pInstance, void *pObject) const override | ezTypedMemberProperty< ezStringView > | inlinevirtual |
HandleType typedef (defined in ezResourceAccessorProperty< Class, Type >) | ezResourceAccessorProperty< Class, Type > | |
m_Attributes (defined in ezAbstractProperty) | ezAbstractProperty | protected |
m_Flags (defined in ezAbstractProperty) | ezAbstractProperty | protected |
m_szPropertyName (defined in ezAbstractProperty) | ezAbstractProperty | protected |
RealType typedef (defined in ezResourceAccessorProperty< Class, Type >) | ezResourceAccessorProperty< Class, Type > | |
ResourceType typedef (defined in ezResourceAccessorProperty< Class, Type >) | ezResourceAccessorProperty< Class, Type > | |
SetterFunc typedef (defined in ezResourceAccessorProperty< Class, Type >) | ezResourceAccessorProperty< Class, Type > | |
SetValue(void *pInstance, RealType value) const override | ezResourceAccessorProperty< Class, Type > | inlinevirtual |
SetValuePtr(void *pInstance, const void *pObject) const override | ezTypedMemberProperty< ezStringView > | inlinevirtual |
~ezAbstractProperty() (defined in ezAbstractProperty) | ezAbstractProperty | virtual |