|
CFx SDK Documentation
2023 SP0
|
#include <DbEvalWatchers.h>
Public Member Functions | |
| virtual void | modified (OdDbObject *pObj, const OdDbObject *pDimStyle) |
Public Member Functions inherited from OdDbEvalWatcherPE | |
| ODRX_DECLARE_MEMBERS (OdDbEvalWatcherPE) | |
| virtual void | openedForModify (OdDbObject *pObj, const OdDbObject *pAssocObj) |
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 |
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxObject | |
| static OdRxObjectPtr | cast (const OdRxObject *pointer) |
| static OdRxClass * | desc () |
This class is the Protocol Extension class for updating OdDbFcf objects when their associated OdDbDimStyleTableRecord objects are modified.
<group OdDb_Classes>
Definition at line 215 of file DbEvalWatchers.h.
|
virtual |
Notification function called whenever an object receives a modified notification from an associated object.
| pObj | [in] Pointer to the object that received the notification. |
| pAssocObj | [in] Pointer to the associated object. |
The default implementation of this function does nothing. This function can be overridden in custom classes.
Implements OdDbEvalWatcherPE.