|
CFx SDK Documentation
2023 SP0
|
#include <DbEvalWatchers.h>
Public Member Functions | |
| ODRX_DECLARE_MEMBERS (OdDbEvalWatcherPE) | |
| virtual void | modified (OdDbObject *pObj, const OdDbObject *pAssocObj)=0 |
| 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 base Protocol Extension class for classes used for catching evaluation requests from associated objects.
<group OdDb_Classes>
Definition at line 45 of file DbEvalWatchers.h.
|
pure 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.
Implemented in OdDbTableWatcherPE, OdDbBreakDataWatcherPE, OdDbFcfWatcherPE, OdDbDimensionWatcherPE, OdDbLeaderWatcherPE, and OdDbHatchWatcherPE.
| OdDbEvalWatcherPE::ODRX_DECLARE_MEMBERS | ( | OdDbEvalWatcherPE | ) |
|
virtual |