CFx SDK Documentation  2020SP3
Classes | Typedefs
RxAttribute.h File Reference
#include "OdString.h"
#include "OdArray.h"
#include "RxValue.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
 

Typedefs

typedef OdSmartPtr< OdRxAttributeOdRxAttributePtr
 
typedef const OdRxPropertyBase *(* FindPropertyCallback) (const OdRxObject *pObject, const OdString &pszPropName)
 
typedef bool(* ConvertValueCallback) (const OdRxPropertyBase *pProperty, OdRxValue &value)
 

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 307 of file RxAttribute.h.

◆ FindPropertyCallback

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.

◆ OdRxAttributePtr

Definition at line 62 of file RxAttribute.h.