#include <TEvent.h>
|
using | t_Callback = TBOOL( __stdcall* )( void* a_pCaller, void* a_pOwner, void* a_pData ) |
|
Definition at line 8 of file TEvent.h.
◆ t_Callback
◆ TGenericListener()
TGenericListener::TGenericListener |
( |
| ) |
|
|
default |
◆ ~TGenericListener()
TGenericListener::~TGenericListener |
( |
| ) |
|
◆ Connect()
Definition at line 11 of file TEvent.cpp.
12{
14 m_pCaller = a_pCaller;
15 m_pCallback = a_pCallback;
16 SetPriority( a_iPriority );
18}
void Insert(TNode *a_pNode, TINT iPriority)
TPriList< TGenericListener > & GetListeners()
◆ Disconnect()
void TGenericListener::Disconnect |
( |
| ) |
|
◆ TGenericEmitter
The documentation for this class was generated from the following files:
- D:/_dev/OpenBarnyard/Source/Toshi/Source/Toshi/TEvent.h
- D:/_dev/OpenBarnyard/Source/Toshi/Source/Toshi/TEvent.cpp