MeVisLab Toolbox Reference
ml::UnprotectedMainThreadCommunicator Class Reference

#include <mlMainThreadCommunicator.h>

Inheritance diagram for ml::UnprotectedMainThreadCommunicator:
ml::BackgroundTaskMessageReceiver

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 ()
 

Detailed Description

Definition at line 23 of file mlMainThreadCommunicator.h.

Member Function Documentation

◆ call() [1/2]

template<typename Callable >
void ml::UnprotectedMainThreadCommunicator::call ( Callable &&  callable)
inline

Definition at line 36 of file mlMainThreadCommunicator.h.

◆ call() [2/2]

template<typename Object , typename Method , typename... Args>
void ml::UnprotectedMainThreadCommunicator::call ( Object *  object,
Method  method,
const Args &...  args 
)
inline

Definition at line 47 of file mlMainThreadCommunicator.h.

References ml::TypedProcessing::call().

◆ callLater()

template<typename Callable >
void ml::UnprotectedMainThreadCommunicator::callLater ( Callable &&  callable)
inline

Definition at line 28 of file mlMainThreadCommunicator.h.

References ml::NewBackgroundTaskMethodCall().


The documentation for this class was generated from the following file: