![]() |
ezEngine
Release 25.03
|
This is the complete list of members for ezAbstractMapProperty, including all inherited members.
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 |
Clear(void *pInstance) const =0 | ezAbstractMapProperty | pure virtual |
Contains(const void *pInstance, const char *szKey) const =0 | ezAbstractMapProperty | pure virtual |
ezAbstractMapProperty(const char *szPropertyName) | ezAbstractMapProperty | inline |
ezAbstractProperty(const char *szPropertyName) | ezAbstractProperty | inline |
GetAttributeByType() const | ezAbstractProperty | |
GetAttributes() const | ezAbstractProperty | inline |
GetCategory() const override | ezAbstractMapProperty | inlinevirtual |
GetFlags() const | ezAbstractProperty | inline |
GetKeys(const void *pInstance, ezHybridArray< ezString, 16 > &out_keys) const =0 | ezAbstractMapProperty | pure virtual |
GetPropertyName() const | ezAbstractProperty | inline |
GetSpecificType() const =0 | ezAbstractProperty | pure virtual |
GetValue(const void *pInstance, const char *szKey, void *pObject) const =0 | ezAbstractMapProperty | pure virtual |
Insert(void *pInstance, const char *szKey, const void *pObject) const =0 | ezAbstractMapProperty | pure virtual |
IsEmpty(const void *pInstance) const =0 | ezAbstractMapProperty | pure virtual |
m_Attributes (defined in ezAbstractProperty) | ezAbstractProperty | protected |
m_Flags (defined in ezAbstractProperty) | ezAbstractProperty | protected |
m_szPropertyName (defined in ezAbstractProperty) | ezAbstractProperty | protected |
Remove(void *pInstance, const char *szKey) const =0 | ezAbstractMapProperty | pure virtual |
~ezAbstractProperty() (defined in ezAbstractProperty) | ezAbstractProperty | virtual |