Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
Plugins/org.mitk.matchpoint.core.helper/src/QmitkAlgorithmProfileViewer.h
Go to the documentation of this file.
1 /*===================================================================
2 
3 The Medical Imaging Interaction Toolkit (MITK)
4 
5 Copyright (c) German Cancer Research Center,
6 Division of Medical and Biological Informatics.
7 All rights reserved.
8 
9 This software is distributed WITHOUT ANY WARRANTY; without
10 even the implied warranty of MERCHANTABILITY or FITNESS FOR
11 A PARTICULAR PURPOSE.
12 
13 See LICENSE.txt or http://www.mitk.org for details.
14 
15 ===================================================================*/
16 
17 
18 #ifndef QMITK_ALGORITHM_PROFILE_VIEWER_H
19 #define QMITK_ALGORITHM_PROFILE_VIEWER_H
20 
21 #include <mapDeploymentDLLInfo.h>
22 
24 
25 #include "ui_QmitkAlgorithmProfileViewer.h"
26 #include <QWidget>
27 
32 class MITK_MATCHPOINT_CORE_HELPER_EXPORT QmitkAlgorithmProfileViewer : public QWidget, private Ui::QmitkAlgorithmProfileViewer
33 {
34  Q_OBJECT
35 
36 public:
37  QmitkAlgorithmProfileViewer(QWidget* parent=0);
38 
45  void updateInfo(const map::deployment::DLLInfo* newInfo);
46 
47 public Q_SLOTS:
51  void OnInfoChanged(const map::deployment::DLLInfo* newInfo);
52 };
53 
54 #endif // QmitkAlgorithmProfileViewer_H
Widget that views the information and profile of an algorithm stored in an DLLInfo object...
#define MITK_MATCHPOINT_CORE_HELPER_EXPORT