CFx SDK Documentation 2024 SP0
|
#include <RxProperty.h>
Public Member Functions | |
ODRX_DECLARE_MEMBERS (OdRxDictionaryProperty) | |
OdResult | getValue (const OdRxObject *pO, const OdString &key, OdRxValue &value) const |
OdResult | setValue (OdRxObject *pO, const OdString &key, const OdRxValue &value) const |
OdRxDictionaryProperty () | |
Public Member Functions inherited from OdRxCollectionProperty | |
ODRX_DECLARE_MEMBERS (OdRxCollectionProperty) | |
OdRxValueIteratorPtr | newValueIterator (const OdRxObject *pO) const |
OdResult | tryGetCount (const OdRxObject *pO, int &count) const |
OdRxCollectionProperty () | |
Public Member Functions inherited from OdRxPropertyBase | |
ODRX_DECLARE_MEMBERS (OdRxPropertyBase) | |
virtual bool | isReadOnly (const OdRxObject *pO) const |
Public Member Functions inherited from OdRxMember | |
ODRX_DECLARE_MEMBERS (OdRxMember) | |
const OdString & | name () const throw () |
OdString | localName () const throw () |
const OdRxValueType & | type () const throw () |
const OdRxAttributeCollection & | attributes () const throw () |
OdRxAttributeCollection & | attributes () throw () |
const OdRxObject * | owner () const throw () |
const OdArray< OdRxMemberPtr > * | children () const throw () |
Public Member Functions inherited from OdRxObject | |
ODRX_HEAP_OPERATORS () | |
OdRxObject () | |
virtual | ~OdRxObject () |
virtual OdRxObject * | queryX (const OdRxClass *pClass) const |
virtual OdRxObject * | x (const OdRxClass *pClass) const |
virtual OdRxClass * | isA () const |
virtual void | addRef ()=0 |
virtual void | release ()=0 |
virtual long | numRefs () const |
bool | isKindOf (const OdRxClass *pClass) const |
virtual OdRxObjectPtr | clone () const |
virtual void | copyFrom (const OdRxObject *pSource) |
virtual OdRx::Ordering | comparedTo (const OdRxObject *pOther) const |
virtual bool | isEqualTo (const OdRxObject *pOther) const |
Static Protected Member Functions | |
static OdRxCollectionPropertyPtr | createObject (const OdString &name, const OdRxValueType &type, const OdRxObject *owner=NULL) |
Friends | |
class | OdRxDictionaryPropertyImpl |
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxMember | |
static void | deleteMember (const OdRxMember *pMember) throw () |
Static Public Member Functions inherited from OdRxObject | |
static OdRxObjectPtr | cast (const OdRxObject *pointer) |
static OdRxClass * | desc () |
Protected Attributes inherited from OdRxMember | |
OdRxMemberImpl * | m_pImpl |
<group OdRx_Classes>
Definition at line 237 of file RxProperty.h.
OdRxDictionaryProperty::OdRxDictionaryProperty | ( | ) |
|
protected |
|
staticprotected |
OdResult OdRxDictionaryProperty::getValue | ( | const OdRxObject * | pO, |
const OdString & | key, | ||
OdRxValue & | value | ||
) | const |
OdRxDictionaryProperty::ODRX_DECLARE_MEMBERS | ( | OdRxDictionaryProperty | ) |
OdResult OdRxDictionaryProperty::setValue | ( | OdRxObject * | pO, |
const OdString & | key, | ||
const OdRxValue & | value | ||
) | const |
|
inlineprotectedvirtual |
Definition at line 245 of file RxProperty.h.
|
inlineprotectedvirtual |
Definition at line 246 of file RxProperty.h.
|
friend |
Definition at line 248 of file RxProperty.h.