38 m_Implementation = implementation;
49 MITK_ERROR <<
"in mitk::CallbackFromGUIThread::CallbackFromGUIThread(): no implementation registered."
Toolkit specific implementation of mitk::CallbackFromGUIThread.
virtual void CallThisFromGUIThread(itk::Command *, itk::EventObject *)=0
Change the current application cursor.
static void RegisterImplementation(CallbackFromGUIThreadImplementation *implementation)
To be called by a toolkit specific CallbackFromGUIThreadImplementation.
CallbackFromGUIThread()
Purposely hidden - singleton.
DataCollection - Class to facilitate loading/accessing structured data.
Allows threads to call some method from within the GUI thread.
void CallThisFromGUIThread(itk::Command *, itk::EventObject *e=nullptr)
Change the current application cursor.
static CallbackFromGUIThread * GetInstance()
This class is a singleton.