Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
QmitkAlgorithmProfileViewer Class Reference

Widget that views the information and profile of an algorithm stored in an DLLInfo object. More...

#include <QmitkAlgorithmProfileViewer.h>

Inheritance diagram for QmitkAlgorithmProfileViewer:
Collaboration diagram for QmitkAlgorithmProfileViewer:

Public Slots

void OnInfoChanged (const map::deployment::DLLInfo *newInfo)
 Slot that can be used to trigger updateInfo();. More...
 
void OnInfoChanged (const map::deployment::DLLInfo *newInfo)
 Slot that can be used to trigger updateInfo();. More...
 

Public Member Functions

 QmitkAlgorithmProfileViewer (QWidget *parent=0)
 
void updateInfo (const map::deployment::DLLInfo *newInfo)
 Updates the widget according to the new info. More...
 
 QmitkAlgorithmProfileViewer (QWidget *parent=0)
 
void updateInfo (const map::deployment::DLLInfo *newInfo)
 Updates the widget according to the new info. More...
 

Detailed Description

Widget that views the information and profile of an algorithm stored in an DLLInfo object.

Definition at line 31 of file Modules/MatchPointRegistrationUI/Qmitk/QmitkAlgorithmProfileViewer.h.

Constructor & Destructor Documentation

QmitkAlgorithmProfileViewer::QmitkAlgorithmProfileViewer ( QWidget *  parent = 0)

Definition at line 22 of file QmitkAlgorithmProfileViewer.cpp.

QmitkAlgorithmProfileViewer::QmitkAlgorithmProfileViewer ( QWidget *  parent = 0)

Member Function Documentation

void QmitkAlgorithmProfileViewer::OnInfoChanged ( const map::deployment::DLLInfo *  newInfo)
slot

Slot that can be used to trigger updateInfo();.

Definition at line 27 of file QmitkAlgorithmProfileViewer.cpp.

References updateInfo().

void QmitkAlgorithmProfileViewer::OnInfoChanged ( const map::deployment::DLLInfo *  newInfo)
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.

Parameters
pointerto the info instance.
Remarks
The DLLInfo is not stored internally or as reference to update the widget you must use the updateInfo() method.
void QmitkAlgorithmProfileViewer::updateInfo ( const map::deployment::DLLInfo *  newInfo)

Updates the widget according to the new info.

Parameters
pointerto the info instance.
Remarks
The DLLInfo is not stored internally or as reference to update the widget you must use the updateInfo() method.

Definition at line 67 of file QmitkAlgorithmProfileViewer.cpp.

References AddInfoTableRow().

Referenced by OnInfoChanged().


The documentation for this class was generated from the following files: