Toolkit specific implementation of mitk::CallbackFromGUIThread. More...
#include <mitkCallbackFromGUIThread.h>
Public Member Functions | |
virtual void | CallThisFromGUIThread (itk::Command *, itk::EventObject *)=0 |
Change the current application cursor. | |
virtual | ~CallbackFromGUIThreadImplementation () |
Toolkit specific implementation of mitk::CallbackFromGUIThread.
For any toolkit, this class has to be sub-classed. One instance of that sub-class has to be registered with mitk::CallbackFromGUIThread. See the (very simple) implmentation of QmitkCallbackFromGUIThread for an example.
Definition at line 80 of file mitkCallbackFromGUIThread.h.
virtual mitk::CallbackFromGUIThreadImplementation::~CallbackFromGUIThreadImplementation | ( | ) | [inline, virtual] |
Definition at line 87 of file mitkCallbackFromGUIThread.h.
{};
virtual void mitk::CallbackFromGUIThreadImplementation::CallThisFromGUIThread | ( | itk::Command * | , |
itk::EventObject * | |||
) | [pure virtual] |
Change the current application cursor.
Implemented in QmitkCallbackFromGUIThread.
Referenced by mitk::CallbackFromGUIThread::CallThisFromGUIThread().