|
CFx SDK Documentation 2024 SP0
|
#include <RxAttribute.h>
Public Member Functions | |
| ODRX_DECLARE_MEMBERS (OdRxUiPlacementAttribute) | |
| OdRxUiPlacementAttribute (OdRxUiPlacementAttributeImpl *) | |
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 &category, unsigned int weight) |
| static OdString | getCategory (const OdRxObject *member) |
| static float | getWeight (const OdRxObject *member) |
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 |
<group OdRx_Classes>
Used by property palettes, to group properties by category and sort by weight.
Definition at line 316 of file RxAttribute.h.
| OdRxUiPlacementAttribute::OdRxUiPlacementAttribute | ( | OdRxUiPlacementAttributeImpl * | ) |
|
static |
Constructor. Creates the attribute to store UI category and weight.
| category | [in] Category name. |
| weight | [in] Weight. |
|
static |
Retrieves the UI category for this member.
| member | [in] Member to get category of. |
|
static |
Returns the UI weight for this member.
| member | [in] Member to get weight of. |
| OdRxUiPlacementAttribute::ODRX_DECLARE_MEMBERS | ( | OdRxUiPlacementAttribute | ) |