![]() |
Plasma Engine
2.0
|
This is the complete list of members for plAccessorArrayProperty< Class, Type >, including all inherited members.
AddAttributes(plPropertyAttribute *pAttrib1, plPropertyAttribute *pAttrib2=nullptr, plPropertyAttribute *pAttrib3=nullptr, plPropertyAttribute *pAttrib4=nullptr, plPropertyAttribute *pAttrib5=nullptr, plPropertyAttribute *pAttrib6=nullptr) | plAbstractProperty | inline |
AddFlags(plBitflags< plPropertyFlags > flags) | plAbstractProperty | inline |
Clear(void *pInstance) const override | plAccessorArrayProperty< Class, Type > | inlinevirtual |
GetAttributeByType() const | plAbstractProperty | |
GetAttributes() const | plAbstractProperty | inline |
GetCategory() const override | plAbstractArrayProperty | inlinevirtual |
GetCount(const void *pInstance) const override | plAccessorArrayProperty< Class, Type > | inlinevirtual |
GetCountFunc typedef (defined in plAccessorArrayProperty< Class, Type >) | plAccessorArrayProperty< Class, Type > | |
GetFlags() const | plAbstractProperty | inline |
GetPropertyName() const | plAbstractProperty | inline |
GetSpecificType() const override | plTypedArrayProperty< Type > | inlinevirtual |
GetValue(const void *pInstance, plUInt32 uiIndex, void *pObject) const override | plAccessorArrayProperty< Class, Type > | inlinevirtual |
GetValueFunc typedef (defined in plAccessorArrayProperty< Class, Type >) | plAccessorArrayProperty< Class, Type > | |
GetValuePointer(void *pInstance, plUInt32 uiIndex) const (defined in plAbstractArrayProperty) | plAbstractArrayProperty | inlinevirtual |
Insert(void *pInstance, plUInt32 uiIndex, const void *pObject) const override | plAccessorArrayProperty< Class, Type > | inlinevirtual |
InsertFunc typedef (defined in plAccessorArrayProperty< Class, Type >) | plAccessorArrayProperty< Class, Type > | |
m_Attributes (defined in plAbstractProperty) | plAbstractProperty | protected |
m_Flags (defined in plAbstractProperty) | plAbstractProperty | protected |
m_szPropertyName (defined in plAbstractProperty) | plAbstractProperty | protected |
plAbstractArrayProperty(const char *szPropertyName) | plAbstractArrayProperty | inline |
plAbstractProperty(const char *szPropertyName) | plAbstractProperty | inline |
plAccessorArrayProperty(const char *szPropertyName, GetCountFunc getCount, GetValueFunc getter, SetValueFunc setter, InsertFunc insert, RemoveFunc remove) (defined in plAccessorArrayProperty< Class, Type >) | plAccessorArrayProperty< Class, Type > | inline |
plTypedArrayProperty(const char *szPropertyName) (defined in plTypedArrayProperty< Type >) | plTypedArrayProperty< Type > | inline |
RealType typedef (defined in plAccessorArrayProperty< Class, Type >) | plAccessorArrayProperty< Class, Type > | |
Remove(void *pInstance, plUInt32 uiIndex) const override | plAccessorArrayProperty< Class, Type > | inlinevirtual |
RemoveFunc typedef (defined in plAccessorArrayProperty< Class, Type >) | plAccessorArrayProperty< Class, Type > | |
SetCount(void *pInstance, plUInt32 uiCount) const override | plAccessorArrayProperty< Class, Type > | inlinevirtual |
SetValue(void *pInstance, plUInt32 uiIndex, const void *pObject) const override | plAccessorArrayProperty< Class, Type > | inlinevirtual |
SetValueFunc typedef (defined in plAccessorArrayProperty< Class, Type >) | plAccessorArrayProperty< Class, Type > | |
~plAbstractProperty()=default (defined in plAbstractProperty) | plAbstractProperty | virtual |