#include <DbDatabaseReactor.h>
|
| ODRX_DECLARE_MEMBERS (OdDbDatabaseReactor) |
|
| OdDbDatabaseReactor () |
|
virtual void | objectAppended (const OdDbDatabase *pDb, const OdDbObject *pObject) |
|
virtual void | objectUnAppended (const OdDbDatabase *pDb, const OdDbObject *pObject) |
|
virtual void | objectReAppended (const OdDbDatabase *pDb, const OdDbObject *pObject) |
|
virtual void | objectOpenedForModify (const OdDbDatabase *pDb, const OdDbObject *pObject) |
|
virtual void | objectModified (const OdDbDatabase *pDb, const OdDbObject *pObject) |
|
virtual void | objectErased (const OdDbDatabase *pDb, const OdDbObject *pObject, bool erased=true) |
|
virtual void | headerSysVarWillChange (const OdDbDatabase *pDb, const OdString &name) |
|
virtual void | headerSysVarChanged (const OdDbDatabase *pDb, const OdString &name) |
|
virtual void | proxyResurrectionCompleted (const OdDbDatabase *pDb, const OdString &appname, OdDbObjectIdArray &objectIds) |
|
virtual void | goodbye (const OdDbDatabase *pDb) |
|
| 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 |
|
This class is the base class for custom classes that receive notification of OdDbDatabase events.
<group OdDb_Classes>
Definition at line 48 of file DbDatabaseReactor.h.
◆ OdDbDatabaseReactor()
OdDbDatabaseReactor::OdDbDatabaseReactor |
( |
| ) |
|
|
inline |
◆ goodbye()
Notification function called whenever a database is about to be deleted from memory.
- Parameters
-
pDb | [in] Pointer to the database being deleted. |
◆ headerSysVarChanged()
Notification function called whenever a database -resident system variable has changed.
- Parameters
-
pDb | [in] Pointer to the database being modified. |
name | [in] Name of the system variable being modified. |
- See also
- headerSysVarWillChange
◆ headerSysVarWillChange()
Notification function called whenever a database -resident system variable is about to change.
- Parameters
-
pDb | [in] Pointer to the database being modified. |
name | [in] Name of the system variable being modified. |
- See also
- headerSysVarChanged
◆ objectAppended()
Notification function called whenever an OdDbObject has been appended to an OdDbDatabase.
- Parameters
-
pDb | [in] Pointer to the database being modified. |
pObject | [in] Pointer to the object being appended. |
◆ objectErased()
Notification function called whenever an OdDbObject has been erased or unerased.
- Parameters
-
pDb | [in] Pointer to the database being modified. |
pObject | [in] Pointer to the object being modified. |
erased | [in] True if and only if the object is being erased. |
◆ objectModified()
Notification function called whenever an OdDbObject has been modified.
- Parameters
-
pDb | [in] Pointer to the database being modified. |
pObject | [in] Pointer to the object being modified. |
- See also
- objectOpenedForModify
◆ objectOpenedForModify()
Notification function called whenever an OdDbObject is about to be modified.
- Parameters
-
pDb | [in] Pointer to the database being modified. |
pObject | [in] Pointer to the object being modified. |
- See also
- objectModified
◆ objectReAppended()
Notification function called whenever an OdDbObject has been reappended to an OdDbDatabase by a Redo operation.
- Parameters
-
pDb | [in] Pointer to the database being modified. |
pObject | [in] Pointer to the object being reappended. |
◆ objectUnAppended()
Notification function called whenever an OdDbObject has been unappended from an OdDbDatabase by an Undo operation.
- Parameters
-
pDb | [in] Pointer to the database being modified. |
pObject | [in] Pointer to the object being unappended. |
◆ ODRX_DECLARE_MEMBERS()
◆ proxyResurrectionCompleted()
Notification function called after the specified application is loaded and all its proxy objects are resurrected.
- Parameters
-
pDb | [in] Pointer to the database being modified. |
appname | [in] Name of the resurrecting application. |
objectIds | [in] Object IDs of the resurrected objects. |
The documentation for this class was generated from the following file: