CFx SDK Documentation
2022 SP0
|
#include <RxEvent.h>
Additional Inherited Members | |
Static Public Member Functions inherited from OdRxObject | |
static OdRxObjectPtr | cast (const OdRxObject *pointer) |
static OdRxClass * | desc () |
This class is the base class for custom classes that receive notification of OdRxEvent (application level) events.
<group OdRx_Classes>
|
virtual |
Notification function called whenever a subDeepClone operation has failed.
idMap | [in] ID Map source -> destination. |
|
virtual |
Notification function called whenever the DXF input to a database has failed.
pDb | [in] Pointer to the database being modified. |
|
virtual |
Notification function called whenever the DXF output from a database has failed.
pDb | [in] Pointer to the database being saved. |
|
virtual |
Notification function called whenever the insertion of a database has failed.
pToDb | [in] Destination database. |
|
virtual |
Notification function called whenever the save of a database has failed.
pDb | [in] Pointer to the database being saved. |
|
virtual |
Notification function called whenever the wblock of a database has failed.
pToDb | [in] Destination database. |
|
virtual |
Notification function called whenever a subDeepClone operation is about to be started on a database.
pToDb | [in] Destination database. |
idMap | [in] ID Map source -> destination. |
|
virtual |
Notification function called whenever a the translation stage of a subDeepClone operation is about to be started on a database.
idMap | [in] ID Map source -> destination. |
|
virtual |
Notification function called whenever a database is about to be modified by a DXF input operation.
pDb | [in] Pointer to the database to be modified. |
|
virtual |
Notification function called whenever a database is about to be saved to a DXF file.
pDb | [in] Pointer to the database to be saved. |
|
virtual |
Notification function called whenever one database is about to be inserted into another.
pToDb | [in] Destination database. |
pFromDb | [in] Source database. |
xfm | [in] Transformation matrix. |
|
virtual |
Notification function called whenever one database is about to be inserted into another.
pToDb | [in] Destination database. |
pFromDb | [in] Source database. |
blockName | [in] Name of the block. |
|
virtual |
Notification function called whenever a database is about to be saved to a .dwg file.
pDb | [in] Pointer to the database to be saved. |
intendedName | [in] Intended name of the .dwg file. |
|
virtual |
Notification function called while one database is being wblocked to another.
pToDb | [in] Destination database. |
pFromDb | [in] Source database. |
The entire pFromDb database is wblocked to pToDb.
|
virtual |
Notification function called while one database is being wblocked to another.
pToDb | [in] Destination database. |
pFromDb | [in] Source database. |
insertionPoint | [in] INSBASE of pToDb. |
If insertionPoint is specified, the wblock operation is being performed on a set of entities in pFromDb.
|
virtual |
Notification function called while one database is being wblocked to another.
pToDb | [in] Destination database. |
pFromDb | [in] Source database. |
blockId | [in] Object ID of OdDbBlockTableRecord being wblocked. |
If blockId is specified, the wblock operation is being performed on a BlockTableRecord in pFromDb.
|
virtual |
Notification function called whenever one database is being wblocked to another.
pFromDb | [in] Source database. |
idMap | [in] ID Map source -> destination. |
This notification function gives wblockCloneObjects a method of being notified before each pFrom database before the actual cloning begins.
|
virtual |
Notification function called whenever a database has been constructed from a file.
pDb | [in] Pointer to the database constructed. |
|
virtual |
Notification function called whenever a database is about to be deleted from memory.
pDb | [in] Pointer to the database to be destroyed. |
|
virtual |
Notification function called whenever a .dwg file is being read.
pDb | [in] Pointer to the database being created. |
filename | [in] Name of the .dwg file. |
Reimplemented in OdEditorReactor.
|
virtual |
Notification function called whenever a database has been modified by a DXF input operation.
pDb | [in] Pointer to the database modified. |
|
virtual |
Notification function called whenever a database has be saved to a DXF file.
pDb | [in] Pointer to the database saved. |
|
virtual |
Notification function called whenever a subDeepClone operation has succeeded.
idMap | [in] ID Map source -> destination. |
|
virtual |
Notification function called whenever the insertion of a database has succeeded.
pToDb | [in] Destination database. |
|
virtual |
Notification function called whenever the wblock of a database has succeded.
pToDb | [in] Destination database. |
|
virtual |
Notification function called whenever a .dwg file has been read.
pDb | [in] Pointer to the database being created. |
OdRxEventReactor::ODRX_DECLARE_MEMBERS | ( | OdRxEventReactor | ) |
|
virtual |
Notification function called whenever one database has been inserted into another.
pToDb | [in] Destination database. |
pFromDb | [in] Source database. |
idMap | [in] ID Map source -> destination. |
|
virtual |
Notification function called whenever one database is being wblocked to another.
pToDb | [in] Destination database. |
pFromDb | [in] Source database. |
idMap | [in] ID Map source -> destination. |
This function is called after the operation, and is sent just before beginDeepCloneXlation.
|
virtual |
Notification function called before an attempt is made to partially open an OdDbDatabase.
pDb | [in] Pointer to the database. |
pDb->disablePartialOpen()
|
virtual |
|
virtual |
Notification function called while one database is about to be wblocked to another.
pFromDb | [in] Source database. |