|
CFx SDK Documentation 2024 SP0
|
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 |
| class | OdRxDynamicAttribute |
| class | OdRxDynamicCollectionAttribute |
| class | OdRxGenerateDynamicPropertiesAttribute |
Typedefs | |
| typedef OdSmartPtr< OdRxAttribute > | OdRxAttributePtr |
| typedef OdRxPropertyBasePtr(* | FindPropertyCallback) (const OdRxObject *pObject, const OdString &pszPropName) |
| typedef bool(* | ConvertValueCallback) (const OdRxPropertyBase *pProperty, OdRxValue &value) |
| typedef OdSmartPtr< OdRxDynamicAttribute > | OdRxDynamicAttributePtr |
| typedef OdSmartPtr< OdRxDynamicCollectionAttribute > | OdRxDynamicCollectionAttributePtr |
| typedef bool(* ConvertValueCallback) (const OdRxPropertyBase *pProperty, OdRxValue &value) |
Callback type to optionally convert some known property values in OdRxRefersToAttribute::parseReference().
Definition at line 434 of file RxAttribute.h.
| typedef OdRxPropertyBasePtr(* FindPropertyCallback) (const OdRxObject *pObject, const OdString &pszPropName) |
Callback type to customize property retrieval in OdRxRefersToAttribute::parseReference().
Definition at line 428 of file RxAttribute.h.
| typedef OdSmartPtr<OdRxAttribute> OdRxAttributePtr |
Smart pointer to objects of the <link OdRxAttribute, OdRxAttribute> class.
Definition at line 65 of file RxAttribute.h.
Smart pointer to objects of the <link OdRxDynamicAttribute, OdRxDynamicAttribute> class.
Definition at line 1034 of file RxAttribute.h.
Smart pointer to objects of the <link OdRxDynamicCollectionAttribute, OdRxDynamicCollectionAttribute> class.
Definition at line 1138 of file RxAttribute.h.