|
CFx SDK Documentation 2024 SP0
|
#include <RxAttribute.h>
Public Member Functions | |
| ODRX_DECLARE_MEMBERS (OdRxCOMAttribute) | |
| OdString | name () const |
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 &name) |
Static Public Member Functions inherited from OdRxObject | |
| static OdRxObjectPtr | cast (const OdRxObject *pointer) |
| static OdRxClass * | desc () |
Protected Member Functions | |
| OdRxCOMAttribute (OdRxCOMAttributeImpl *) | |
Protected Member Functions inherited from OdRxAttribute | |
| OdRxAttribute (OdRxAttributeImpl *) | |
Additional Inherited Members | |
Protected Attributes inherited from OdRxAttribute | |
| OdRxAttributeImpl * | m_pImpl |
<group OdRx_Classes>
Provides the name of the corresponding COM property if it is different. For example: "Transparency" (non-COM) / "EntityTransparency" (COM).
Definition at line 501 of file RxAttribute.h.
|
protected |
|
static |
Constructor. Creates an attribute containing the corresponding COM property.
| name | [in] Name of the corresponding COM property. |
| OdString OdRxCOMAttribute::name | ( | ) | const |
Gets the name of the corresponding COM property.
| OdRxCOMAttribute::ODRX_DECLARE_MEMBERS | ( | OdRxCOMAttribute | ) |