CFx SDK Documentation
2020SP3
|
#include <IfcValueTypes.h>
Public Member Functions | |
ODRX_DECLARE_MEMBERS (OdIfcRxDisplayAsAttribute) | |
virtual OdString | getDisplayValue (OdRxValue &value) |
void | setShowName (bool val) |
void | setShowIndex (bool val) |
Public Member Functions inherited from OdRxDisplayAsAttribute | |
ODRX_DECLARE_MEMBERS (OdRxDisplayAsAttribute) | |
OdString | propertyName () |
OdRxDisplayAsAttribute (OdRxDisplayAsAttributeImpl *pImpl) | |
OdRxDisplayAsAttribute () | |
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 (bool bSetIndex, bool bSetName) |
Static Public Member Functions inherited from OdRxDisplayAsAttribute | |
static OdRxAttributePtr | createObject (const OdString &property_name) |
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 |
Definition at line 38 of file IfcValueTypes.h.
|
static |
By default this function dereferences the value and retrieves the property which name is stored in the attribute. May be overloaded in custom implementations. If the value type is not a reference or the referenced object has no such property, returns an empty string.
Reimplemented from OdRxDisplayAsAttribute.
OdIfcRxDisplayAsAttribute::ODRX_DECLARE_MEMBERS | ( | OdIfcRxDisplayAsAttribute | ) |
void OdIfcRxDisplayAsAttribute::setShowIndex | ( | bool | val | ) |
void OdIfcRxDisplayAsAttribute::setShowName | ( | bool | val | ) |