![]() |
Plasma Engine
2.0
|
This is the complete list of members for plTypedArrayProperty< 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 =0 | plAbstractArrayProperty | pure virtual |
GetAttributeByType() const | plAbstractProperty | |
GetAttributes() const | plAbstractProperty | inline |
GetCategory() const override | plAbstractArrayProperty | inlinevirtual |
GetCount(const void *pInstance) const =0 | plAbstractArrayProperty | pure virtual |
GetFlags() const | plAbstractProperty | inline |
GetPropertyName() const | plAbstractProperty | inline |
GetSpecificType() const override | plTypedArrayProperty< Type > | inlinevirtual |
GetValue(const void *pInstance, plUInt32 uiIndex, void *pObject) const =0 | plAbstractArrayProperty | pure virtual |
GetValuePointer(void *pInstance, plUInt32 uiIndex) const (defined in plAbstractArrayProperty) | plAbstractArrayProperty | inlinevirtual |
Insert(void *pInstance, plUInt32 uiIndex, const void *pObject) const =0 | plAbstractArrayProperty | pure virtual |
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 |
plTypedArrayProperty(const char *szPropertyName) (defined in plTypedArrayProperty< Type >) | plTypedArrayProperty< Type > | inline |
Remove(void *pInstance, plUInt32 uiIndex) const =0 | plAbstractArrayProperty | pure virtual |
SetCount(void *pInstance, plUInt32 uiCount) const =0 | plAbstractArrayProperty | pure virtual |
SetValue(void *pInstance, plUInt32 uiIndex, const void *pObject) const =0 | plAbstractArrayProperty | pure virtual |
~plAbstractProperty()=default (defined in plAbstractProperty) | plAbstractProperty | virtual |