|
CFx SDK Documentation 2024 SP0
|
#include <GsModel.h>
Public Member Functions | |
| OdGsModelReactor () | |
| virtual | ~OdGsModelReactor () |
| virtual bool | onAdded (OdGsModel *pModel, OdGiDrawable *pAdded, OdGiDrawable *pParent) |
| virtual bool | onAdded (OdGsModel *pModel, OdGiDrawable *pAdded, OdDbStub *parentID) |
| virtual bool | onErased (OdGsModel *pModel, OdGiDrawable *pErased, OdGiDrawable *pParent) |
| virtual bool | onErased (OdGsModel *pModel, OdGiDrawable *pErased, OdDbStub *parentID) |
| virtual bool | onModified (OdGsModel *pModel, OdGiDrawable *pModified, OdGiDrawable *pParent) |
| virtual bool | onModified (OdGsModel *pModel, OdGiDrawable *pModified, OdDbStub *parentID) |
| virtual bool | onUnerased (OdGsModel *pModel, OdGiDrawable *pUnerased, OdGiDrawable *pParent) |
| virtual bool | onUnerased (OdGsModel *pModel, OdGiDrawable *pUnerased, OdDbStub *parentID) |
GsModel reactor.
Corresponding C++ library: TD_Gs <group OdGs_Classes>
|
inlinevirtual |
|
inlinevirtual |
Notification function called whenever a drawable object is added to the Model object. Does nothing in current implementation.
| pModel | [in] Pointer to the model. |
| pAdded | [in] Pointer to the added Drawable object. |
| parentID | [in] Object ID of the parent of the added Drawable object. |
|
inlinevirtual |
Notification function called whenever a drawable object is added to the Model object. Does nothing in current implementation.
| pModel | [in] Pointer to the model. |
| pAdded | [in] Pointer to the added Drawable object. |
| pParent | [in] Pointer to the parent of the added Drawable object. |
|
inlinevirtual |
Notification function called whenever a drawable object is erased from the Model object.
| pModel | [in] Pointer to the model. |
| pErased | [in] Pointer to the erased Drawable object. |
| parentID | [in] Object ID of the parent of the erased Drawable object. |
|
inlinevirtual |
Notification function called whenever a drawable object is erased from the Model object.
| pModel | [in] Pointer to the model. |
| pErased | [in] Pointer to the erased Drawable object. |
| pParent | [in] Pointer to the parent of the erased Drawable object. |
|
inlinevirtual |
Notification function called whenever a drawable object is modified in the Model object. Does nothing in current implementation.
| pModel | [in] Pointer to the model. |
| pModified | [in] Pointer to the modified Drawable object. |
| parentID | [in] Object ID of the parent of the modified Drawable object. |
|
inlinevirtual |
Notification function called whenever a drawable object is modified in the Model object. Does nothing in current implementation.
| pModel | [in] Pointer to the model. |
| pModified | [in] Pointer to the modified Drawable object. |
| pParent | [in] Pointer to the parent of the modified Drawable object. |
|
inlinevirtual |
|
inlinevirtual |