Version: 9.12.0
SALOMEDS::GenObjRegister Class Reference
Inheritance diagram for SALOMEDS::GenObjRegister:

Public Member Functions

 GenObjRegister (CORBA::ORB_ptr orb)
 
virtual void RegisterGenObj (const std::string &theIOR)
 
virtual void UnRegisterGenObj (const std::string &theIOR)
 
virtual bool addSO_Notification (const SALOMEDSImpl_SObject &)
 
virtual bool removeSO_Notification (const SALOMEDSImpl_SObject &)
 
virtual bool modifySO_Notification (const SALOMEDSImpl_SObject &, int)
 
virtual bool modifyNB_Notification (const char *)
 

Private Attributes

CORBA::ORB_var _orb
 

Constructor & Destructor Documentation

◆ GenObjRegister()

SALOMEDS::GenObjRegister::GenObjRegister ( CORBA::ORB_ptr  orb)

References _orb, and salome::orb.

Member Function Documentation

◆ addSO_Notification()

virtual bool SALOMEDSImpl_AbstractCallback::addSO_Notification ( const SALOMEDSImpl_SObject )
virtualinherited

◆ modifyNB_Notification()

virtual bool SALOMEDSImpl_AbstractCallback::modifyNB_Notification ( const char *  )
virtualinherited

◆ modifySO_Notification()

virtual bool SALOMEDSImpl_AbstractCallback::modifySO_Notification ( const SALOMEDSImpl_SObject ,
int   
)
virtualinherited

◆ RegisterGenObj()

virtual void SALOMEDS::GenObjRegister::RegisterGenObj ( const std::string &  theIOR)
virtual

< TODO: unused variable

Reimplemented from SALOMEDSImpl_AbstractCallback.

References _orb, and KERNEL_PY.batchmode_salome::obj.

◆ removeSO_Notification()

virtual bool SALOMEDSImpl_AbstractCallback::removeSO_Notification ( const SALOMEDSImpl_SObject )
virtualinherited

◆ UnRegisterGenObj()

virtual void SALOMEDS::GenObjRegister::UnRegisterGenObj ( const std::string &  theIOR)
virtual

< TODO: unused variable

Reimplemented from SALOMEDSImpl_AbstractCallback.

References _orb, and KERNEL_PY.batchmode_salome::obj.

Field Documentation

◆ _orb