Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <berryAsyncRunnable.h>
Public Types | |
typedef void(OwnerType::* | Callback) (const ArgType &) |
Public Member Functions | |
AsyncRunnable (OwnerType *pOwner, Callback method, const ArgType &arg) | |
void | run () override |
This class can be used to call a method asynchronously from the UI thread using the Display::AsyncExec(Poco::Runnable*) method.
Definition at line 31 of file berryAsyncRunnable.h.
typedef void(OwnerType::* berry::AsyncRunnable< ArgType, OwnerType >::Callback) (const ArgType &) |
Definition at line 34 of file berryAsyncRunnable.h.
|
inline |
Definition at line 36 of file berryAsyncRunnable.h.
|
inlineoverride |
Definition at line 44 of file berryAsyncRunnable.h.