13 #ifndef QmitkAlgorithmProfileViewer_h
14 #define QmitkAlgorithmProfileViewer_h
16 #include <mapDeploymentDLLInfo.h>
20 #include "ui_QmitkAlgorithmProfileViewer.h"
28 private Ui::QmitkAlgorithmProfileViewer
41 void updateInfo(
const map::deployment::DLLInfo *newInfo);
#define MITKMATCHPOINTREGISTRATIONUI_EXPORT
Widget that views the information and profile of an algorithm stored in an DLLInfo object.
void updateInfo(const map::deployment::DLLInfo *newInfo)
Updates the widget according to the new info.
void OnInfoChanged(const map::deployment::DLLInfo *newInfo)
Slot that can be used to trigger updateInfo();.
QmitkAlgorithmProfileViewer(QWidget *parent=nullptr)