|
foobar2000 SDK
2015-01-14
|
#include <main_thread_callback.h>
Inheritance diagram for main_thread_callback:Public Member Functions | |
| void | callback_enqueue () |
| virtual void | callback_run ()=0 |
| FB2K_MAKE_SERVICE_INTERFACE (main_thread_callback, service_base) | |
Public Member Functions inherited from service_base | |
| template<typename outPtr_t > | |
| bool | cast (outPtr_t &outPtr) |
| virtual int | service_add_ref ()=0 throw () |
| virtual bool | service_query (service_ptr_t< service_base > &p_out, const GUID &p_guid) |
| template<class T > | |
| bool | service_query_t (service_ptr_t< T > &p_out) |
| virtual int | service_release ()=0 throw () |
Additional Inherited Members | |
Public Types inherited from service_base | |
| typedef service_base | t_interface |
Protected Member Functions inherited from service_base | |
| service_base () | |
| ~service_base () | |
Callback object class for main_thread_callback_manager service.
Definition at line 2 of file main_thread_callback.h.
| void main_thread_callback::callback_enqueue | ( | ) |
Definition at line 4 of file main_thread_callback.cpp.
|
pure virtual |
Gets called from main app thread. See main_thread_callback_manager description for more info.
Implemented in callInMainThreadHelper::entryVoid< host_t >, callInMainThreadHelper::entry< host_t, arg_t >, _callInMainThreadSvc_t< service_t, param_t >, and CF::_inMainThread< obj_t, arg_t >.
| main_thread_callback::FB2K_MAKE_SERVICE_INTERFACE | ( | main_thread_callback | , |
| service_base | |||
| ) |
1.8.9.1