|
CFx SDK Documentation 2024 SP0
|
#include <RxEvent.h>
Public Member Functions | |
| ODRX_DECLARE_MEMBERS (OdRxEvent) | |
| virtual void | addReactor (OdRxEventReactor *pReactor)=0 |
| virtual void | removeReactor (OdRxEventReactor *pReactor)=0 |
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 manages OdRxEventReactor instances.
<group OdRx_Classes>
|
pure virtual |
Adds the specified event reactor to the host application's event reactor list.
| pReactor | [in] Pointer to the event reactor. |
Implemented in OdRxEventImpl.
| OdRxEvent::ODRX_DECLARE_MEMBERS | ( | OdRxEvent | ) |
|
pure virtual |
Removes the specified event reactor from the host application's event reactor list.
| pReactor | [in] Pointer to the event reactor. |
Implemented in OdRxEventImpl.