#include <event_emitter.h>
Inheritance diagram for NLMISC::IEventEmitter:

Definition at line 50 of file event_emitter.h.
Public Member Functions | |
| const sint & | getRefCount () const |
| virtual void | submitEvents (CEventServer &server, bool allWindows)=0 |
| virtual | ~IEventEmitter () |
| dtor | |
Data Fields | |
| sint | crefs |
| CPtrInfo * | pinfo |
Static Public Attributes | |
| CPtrInfo | NullPtrInfo |
Friends | |
| struct | CPtrInfo |
|
|
dtor
Definition at line 54 of file event_emitter.h.
00054 {}
|
|
|
Definition at line 70 of file smart_ptr.h. References NLMISC::CRefCount::crefs, and sint.
00071 {
00072 return crefs;
00073 }
|
|
||||||||||||
|
sends all events to server (should call CEventServer method postEvent() )
Implemented in NLMISC::CEventEmitterMulti. |
|
|
Definition at line 67 of file smart_ptr.h. |
|
|
Definition at line 79 of file smart_ptr.h. Referenced by NLMISC::CRefCount::CRefCount(), NLMISC::CRefCount::getRefCount(), and NLMISC::CRefCount::~CRefCount(). |
|
|
Referenced by NLMISC::CRefCount::CRefCount(). |
|
|
Definition at line 80 of file smart_ptr.h. Referenced by NLMISC::CRefCount::CRefCount(), and NLMISC::CRefCount::~CRefCount(). |
1.3.6