CFx SDK Documentation
2020SP3
|
Go to the source code of this file.
Classes | |
class | OdRxAttribute |
class | OdRxAttributeCollection |
class | OdRxResourceLoader |
class | OdRxLocalizedNameAttribute |
class | OdRxAlternateLocalizedNameAttribute |
class | OdRxUiPlacementAttribute |
class | OdRxLMVAttribute |
class | OdRxDescriptionAttribute |
class | OdRxRefersToAttribute |
class | OdRxCOMAttribute |
class | OdRxFilePathAttribute |
class | OdRxFlagsAttribute |
class | OdRxUnitTypeAttribute |
class | OdRxUseDialogForReferredCollectionAttribute |
class | OdRxUiCascadingContextMenuAttribute |
class | OdRxCumulativeAttribute |
class | OdRxAffinityAttribute |
class | OdRxTypePromotionAttribute |
class | OdRxUnionTypeAttribute |
class | OdRxDefaultValueAttribute |
class | OdRxHierarchyLevelAttribute |
class | OdRxDisplayAsAttribute |
Typedefs | |
typedef OdSmartPtr< OdRxAttribute > | OdRxAttributePtr |
typedef const OdRxPropertyBase *(* | FindPropertyCallback) (const OdRxObject *pObject, const OdString &pszPropName) |
typedef bool(* | ConvertValueCallback) (const OdRxPropertyBase *pProperty, OdRxValue &value) |
typedef bool(* ConvertValueCallback) (const OdRxPropertyBase *pProperty, OdRxValue &value) |
Callback type to optionally convert some known property values in OdRxRefersToAttribute::parseReference().
Definition at line 307 of file RxAttribute.h.
typedef const OdRxPropertyBase*(* FindPropertyCallback) (const OdRxObject *pObject, const OdString &pszPropName) |
Callback type to customize property retrieval in OdRxRefersToAttribute::parseReference().
Definition at line 302 of file RxAttribute.h.
typedef OdSmartPtr<OdRxAttribute> OdRxAttributePtr |
Definition at line 62 of file RxAttribute.h.