CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
OdRxAffinityAttribute Class Reference

#include <RxAttribute.h>

Inheritance diagram for OdRxAffinityAttribute:
OdRxAttribute OdRxObject

Public Member Functions

 ODRX_DECLARE_MEMBERS (OdRxAffinityAttribute)
 
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 OdRxObjectqueryX (const OdRxClass *pClass) const
 
virtual OdRxObjectx (const OdRxClass *pClass) const
 
virtual OdRxClassisA () 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 OdRxClassdesc ()
 

Protected Member Functions

 OdRxAffinityAttribute (OdRxAffinityAttributeImpl *)
 
- Protected Member Functions inherited from OdRxAttribute
 OdRxAttribute (OdRxAttributeImpl *)
 

Additional Inherited Members

- Protected Attributes inherited from OdRxAttribute
OdRxAttributeImplm_pImpl
 

Detailed Description

<group OdRx_Classes>

This attribute defines which additional objects need to be packed with the main object to get a propery, marked by this attribute. E.g. if the size of the object depends on the viewport, the viewport should be packed with the main object.

Remarks
This attribute is for internal use.

Definition at line 710 of file RxAttribute.h.

Constructor & Destructor Documentation

◆ OdRxAffinityAttribute()

OdRxAffinityAttribute::OdRxAffinityAttribute ( OdRxAffinityAttributeImpl *  )
protected

Member Function Documentation

◆ createObject()

static OdRxAttributePtr OdRxAffinityAttribute::createObject ( const OdString name)
static

Constructor. Creates an attribute of the OdRxAffinityAttribute type.

Parameters
name[in] Names of additional objects.
Returns
Smart pointer to a constructed attribute object.

◆ name()

OdString OdRxAffinityAttribute::name ( ) const

Gets the list of names of the additional objects.

Returns
List of names of the additional objects.

◆ ODRX_DECLARE_MEMBERS()

OdRxAffinityAttribute::ODRX_DECLARE_MEMBERS ( OdRxAffinityAttribute  )

The documentation for this class was generated from the following file: