| 
    Medical Imaging Interaction Toolkit
    2025.08.00
    
   Medical Imaging Interaction Toolkit 
   | 
 
Widget that views the information and profile of an algorithm stored in an DLLInfo object. More...
#include <QmitkAlgorithmProfileViewer.h>


Public Slots | |
| void | OnInfoChanged (const map::deployment::DLLInfo *newInfo) | 
| Slot that can be used to trigger updateInfo();.  More... | |
Public Member Functions | |
| QmitkAlgorithmProfileViewer (QWidget *parent=nullptr) | |
| void | updateInfo (const map::deployment::DLLInfo *newInfo) | 
| Updates the widget according to the new info.  More... | |
Widget that views the information and profile of an algorithm stored in an DLLInfo object.
Definition at line 27 of file QmitkAlgorithmProfileViewer.h.
| QmitkAlgorithmProfileViewer::QmitkAlgorithmProfileViewer | ( | QWidget * | parent = nullptr | ) | 
      
  | 
  slot | 
Slot that can be used to trigger updateInfo();.
| void QmitkAlgorithmProfileViewer::updateInfo | ( | const map::deployment::DLLInfo * | newInfo | ) | 
Updates the widget according to the new info.
| newInfo | pointer to the info instance. |