Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018 #ifndef QmitkToolGUIArea_h_Included
00019 #define QmitkToolGUIArea_h_Included
00020
00021 #include "mitkCommon.h"
00022 #include "QmitkExtExports.h"
00023
00024 #include <qwidget.h>
00025
00033 class QmitkExt_EXPORT QmitkToolGUIArea : public QWidget
00034 {
00035 Q_OBJECT
00036
00037 public:
00038
00039 QmitkToolGUIArea( QWidget* parent = 0, Qt::WFlags f = 0 );
00040 virtual ~QmitkToolGUIArea();
00041
00042 signals:
00043
00044 public slots:
00045
00046 protected slots:
00047
00048 protected:
00049 };
00050
00051 #endif
00052