CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Classes | Typedefs
RxAttribute.h File Reference
#include "OdString.h"
#include "OdArray.h"
#include "RxValue.h"
#include "RxProperty.h"

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< OdRxAttributeOdRxAttributePtr
 
typedef OdRxPropertyBasePtr(* FindPropertyCallback) (const OdRxObject *pObject, const OdString &pszPropName)
 
typedef bool(* ConvertValueCallback) (const OdRxPropertyBase *pProperty, OdRxValue &value)
 
typedef OdSmartPtr< OdRxDynamicAttributeOdRxDynamicAttributePtr
 
typedef OdSmartPtr< OdRxDynamicCollectionAttributeOdRxDynamicCollectionAttributePtr
 

Typedef Documentation

◆ ConvertValueCallback

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.

◆ FindPropertyCallback

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.

◆ OdRxAttributePtr

Smart pointer to objects of the <link OdRxAttribute, OdRxAttribute> class.

Definition at line 65 of file RxAttribute.h.

◆ OdRxDynamicAttributePtr

Smart pointer to objects of the <link OdRxDynamicAttribute, OdRxDynamicAttribute> class.

Definition at line 1034 of file RxAttribute.h.

◆ OdRxDynamicCollectionAttributePtr

Smart pointer to objects of the <link OdRxDynamicCollectionAttribute, OdRxDynamicCollectionAttribute> class.

Definition at line 1138 of file RxAttribute.h.