![]() |
ezEngine
Release 25.03
|
This is the complete list of members for ezAbstractArrayProperty, 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 | ezAbstractArrayProperty | pure virtual |
ezAbstractArrayProperty(const char *szPropertyName) | ezAbstractArrayProperty | inline |
ezAbstractProperty(const char *szPropertyName) | ezAbstractProperty | inline |
GetAttributeByType() const | ezAbstractProperty | |
GetAttributes() const | ezAbstractProperty | inline |
GetCategory() const override | ezAbstractArrayProperty | inlinevirtual |
GetCount(const void *pInstance) const =0 | ezAbstractArrayProperty | pure virtual |
GetFlags() const | ezAbstractProperty | inline |
GetPropertyName() const | ezAbstractProperty | inline |
GetSpecificType() const =0 | ezAbstractProperty | pure virtual |
GetValue(const void *pInstance, ezUInt32 uiIndex, void *pObject) const =0 | ezAbstractArrayProperty | pure virtual |
GetValuePointer(void *pInstance, ezUInt32 uiIndex) const (defined in ezAbstractArrayProperty) | ezAbstractArrayProperty | inlinevirtual |
Insert(void *pInstance, ezUInt32 uiIndex, const void *pObject) const =0 | ezAbstractArrayProperty | 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, ezUInt32 uiIndex) const =0 | ezAbstractArrayProperty | pure virtual |
SetCount(void *pInstance, ezUInt32 uiCount) const =0 | ezAbstractArrayProperty | pure virtual |
SetValue(void *pInstance, ezUInt32 uiIndex, const void *pObject) const =0 | ezAbstractArrayProperty | pure virtual |
~ezAbstractProperty() (defined in ezAbstractProperty) | ezAbstractProperty | virtual |