Dialog with WIndow/Level and Colormap controls. More...
#include <cmtkQtWindowLevelDialog.h>
Public Slots | |
void | slotSetStudy (Study::SmartPtr &study) |
Set study object. | |
Signals | |
void | colormapChanged (Study::SmartPtr &) |
This signal is emitted when the colormap of the study has changed. | |
Public Member Functions | |
QtWindowLevelDialog (QWidget *parent=0, bool modal=FALSE, Qt::WFlags f=0) | |
Constructor. | |
virtual | ~QtWindowLevelDialog () |
Virtual destructor. | |
Private Attributes | |
QtWindowLevelControls * | Controls |
The Window/Level user interface component. |
Dialog with WIndow/Level and Colormap controls.
Definition at line 49 of file cmtkQtWindowLevelDialog.h.
virtual cmtk::QtWindowLevelDialog::~QtWindowLevelDialog | ( | ) | [inline, virtual] |
Virtual destructor.
Definition at line 60 of file cmtkQtWindowLevelDialog.h.
void cmtk::QtWindowLevelDialog::colormapChanged | ( | Study::SmartPtr & | ) | [signal] |
This signal is emitted when the colormap of the study has changed.
The Window/Level user interface component.
Definition at line 72 of file cmtkQtWindowLevelDialog.h.