CFx SDK Documentation 2024 SP0
|
#include <RxProperty.h>
Static Protected Member Functions | |
static OdRxCollectionPropertyPtr | createObject (const OdString &name, const OdRxValueType &type, const OdRxObject *owner=NULL) |
Friends | |
class | OdRxIndexedPropertyImpl |
Additional Inherited Members | |
![]() | |
static void | deleteMember (const OdRxMember *pMember) throw () |
![]() | |
static OdRxObjectPtr | cast (const OdRxObject *pointer) |
static OdRxClass * | desc () |
![]() | |
OdRxMemberImpl * | m_pImpl |
<group OdRx_Classes>
Definition at line 212 of file RxProperty.h.
OdRxIndexedProperty::OdRxIndexedProperty | ( | ) |
|
protected |
|
staticprotected |
OdResult OdRxIndexedProperty::getValue | ( | const OdRxObject * | pO, |
int | index, | ||
OdRxValue & | value | ||
) | const |
OdResult OdRxIndexedProperty::insertValue | ( | OdRxObject * | pO, |
int | index, | ||
const OdRxValue & | value | ||
) | const |
OdRxIndexedProperty::ODRX_DECLARE_MEMBERS | ( | OdRxIndexedProperty | ) |
OdResult OdRxIndexedProperty::removeValue | ( | OdRxObject * | pO, |
int | index | ||
) | const |
OdResult OdRxIndexedProperty::setValue | ( | OdRxObject * | pO, |
int | index, | ||
const OdRxValue & | value | ||
) | const |
|
inlineprotectedvirtual |
Reimplemented in OdRxSubPropertyOfIndexedProperty, and OdRxIndexedSubProperty.
Definition at line 222 of file RxProperty.h.
|
inlineprotectedvirtual |
Reimplemented in OdRxIndexedSubProperty.
Definition at line 224 of file RxProperty.h.
|
inlineprotectedvirtual |
Reimplemented in OdRxIndexedSubProperty.
Definition at line 225 of file RxProperty.h.
|
inlineprotectedvirtual |
Reimplemented in OdRxSubPropertyOfIndexedProperty, and OdRxIndexedSubProperty.
Definition at line 223 of file RxProperty.h.
|
friend |
Definition at line 227 of file RxProperty.h.