CFx SDK Documentation
2022 SP0
|
#include <RxAttribute.h>
Public Member Functions | |
ODRX_DECLARE_MEMBERS (OdRxHierarchyLevelAttribute) | |
OdString | defaultValue () |
virtual OdString | value (OdRxValue &value) |
OdRxHierarchyLevelAttribute (OdRxHierarchyLevelAttributeImpl *) | |
OdRxHierarchyLevelAttribute () | |
Public Member Functions inherited from OdRxAttribute | |
ODRX_DECLARE_MEMBERS (OdRxAttribute) | |
virtual | ~OdRxAttribute () |
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 Public Member Functions | |
static OdRxAttributePtr | createObject (const OdString &value) |
Static Public Member Functions inherited from OdRxObject | |
static OdRxObjectPtr | cast (const OdRxObject *pointer) |
static OdRxClass * | desc () |
Additional Inherited Members | |
Protected Member Functions inherited from OdRxAttribute | |
OdRxAttribute (OdRxAttributeImpl *) | |
Protected Attributes inherited from OdRxAttribute | |
OdRxAttributeImpl * | m_pImpl |
Marks this property as a tree node in 'Common Data Access' API data structure. <group OdRx_Classes>
Definition at line 597 of file RxAttribute.h.
OdRxHierarchyLevelAttribute::OdRxHierarchyLevelAttribute | ( | OdRxHierarchyLevelAttributeImpl * | ) |
OdRxHierarchyLevelAttribute::OdRxHierarchyLevelAttribute | ( | ) |
|
static |
Constructor.
OdString OdRxHierarchyLevelAttribute::defaultValue | ( | ) |
String describing CDA hierarchy level of this node. (E.g. 'Model', 'Block')
OdRxHierarchyLevelAttribute::ODRX_DECLARE_MEMBERS | ( | OdRxHierarchyLevelAttribute | ) |
Reimplemented in OdIfcRxHierarchyLevelAttribute.