#include <thread/YiEventDispatcherThread.h>
| virtual CYIEventDispatcherThread::~CYIEventDispatcherThread |
( |
| ) |
|
|
virtual |
| void CYIEventDispatcherThread::Exit |
( |
bool |
bJoin = false | ) |
|
| const std::shared_ptr< CYIEventDispatcher > & CYIEventDispatcherThread::GetEventDispatcher |
( |
| ) |
const |
|
inline |
| virtual void CYIEventDispatcherThread::OnThreadStarted |
( |
CYIThread * |
| ) |
|
|
overrideprotectedvirtual |
Called just before the thread's Run() function is called.
- Warning
- This function will be called from the thread's context.
Reimplemented from CYIThread::Listener.
| virtual void CYIEventDispatcherThread::OnThreadTerminated |
( |
CYIThread * |
| ) |
|
|
overrideprotectedvirtual |
Called if the thread's execution has been forcefully aborted.
- Warning
- This function will be called from the thread's context.
Reimplemented from CYIThread::Listener.
| virtual void CYIEventDispatcherThread::Run |
( |
| ) |
|
|
overrideprotectedvirtual |
The documentation for this class was generated from the following file: