Public Member Functions

mitk::CallbackFromGUIThreadImplementation Class Reference

Toolkit specific implementation of mitk::CallbackFromGUIThread. More...

#include <mitkCallbackFromGUIThread.h>

Inheritance diagram for mitk::CallbackFromGUIThreadImplementation:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual void CallThisFromGUIThread (itk::Command *, itk::EventObject *)=0
 Change the current application cursor.
virtual ~CallbackFromGUIThreadImplementation ()

Detailed Description

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.


Constructor & Destructor Documentation

virtual mitk::CallbackFromGUIThreadImplementation::~CallbackFromGUIThreadImplementation (  ) [inline, virtual]

Definition at line 87 of file mitkCallbackFromGUIThread.h.

{};

Member Function Documentation

virtual void mitk::CallbackFromGUIThreadImplementation::CallThisFromGUIThread ( itk::Command *  ,
itk::EventObject *   
) [pure virtual]

Change the current application cursor.

Implemented in QmitkCallbackFromGUIThread.

Referenced by mitk::CallbackFromGUIThread::CallThisFromGUIThread().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines