|
MeVisLab Toolbox Reference
|
#include <mlMainThreadCommunicator.h>
Public Member Functions | |
| template<typename Callable> | |
| void | callLater (Callable &&callable) |
| template<typename Callable> | |
| void | call (Callable &&callable) |
| template<typename Object, typename Method, typename... Args> | |
| void | call (Object *object, Method method, const Args &... args) |
| Public Member Functions inherited from ml::BackgroundTaskMessageReceiver | |
| BackgroundTaskMessageReceiver () | |
| ~BackgroundTaskMessageReceiver () | |
Definition at line 23 of file mlMainThreadCommunicator.h.
|
inline |
Definition at line 36 of file mlMainThreadCommunicator.h.
References callLater(), and ml::BackgroundTaskManager::ensureGUIThread().
Referenced by call().
|
inline |
Definition at line 47 of file mlMainThreadCommunicator.h.
References call().
|
inline |
Definition at line 28 of file mlMainThreadCommunicator.h.
References ml::NewBackgroundTaskMethodCall(), and ml::BackgroundTaskManager::self().
Referenced by call().