|
Medical Imaging Interaction Toolkit
2025.08.00
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 27 of file berryAsyncRunnable.h.
| typedef void(OwnerType::* berry::AsyncRunnable< ArgType, OwnerType >::Callback) (const ArgType &) |
Definition at line 30 of file berryAsyncRunnable.h.
|
inline |
Definition at line 32 of file berryAsyncRunnable.h.
|
inlineoverride |
Definition at line 40 of file berryAsyncRunnable.h.