This library provides classes to interface lower-level CMTK classes with the Qt toolkit. More...
Classes | |
class | cmtk::QtIcons |
Collection of general-purpose icons for Qt applications. More... | |
class | cmtk::QtImageOperators |
A collection of 3D image operators with Qt menu. More... | |
class | cmtk::QtProgress |
Class for interface of progress meter to Qt. More... | |
class | cmtk::QtRenderImageRGB |
Class to render RGB images in Qt. More... | |
class | cmtk::QtScrollRenderView |
Widget that renders an RGB image in a scrolled viewport. More... | |
class | cmtk::QtSliderEntry |
Widget that combines a slider with a numerical entry field and labels. More... | |
class | cmtk::QtTriplanarViewer |
Stand-alone triplanar image viewer. More... | |
class | cmtk::QtTriplanarWindow |
Triplanar image viewer window. More... | |
class | cmtk::QtWindowLevelControls |
Widget for a group box with Window/Level controls. More... | |
class | cmtk::QtWindowLevelDialog |
Dialog with WIndow/Level and Colormap controls. More... | |
Functions | |
QMenu * | cmtk::QtImageOperators::CreatePopupMenu () |
Create and return popup menu that makes operators available. | |
cmtk::QtProgress::QtProgress (QWidget *const parentWindow) | |
Constructor. | |
virtual void | cmtk::QtProgress::BeginVirtual (const double start, const double end, const double increment, const std::string &taskName=std::string("")) |
This member function initialises the Qt progress indicator. | |
virtual Progress::ResultEnum | cmtk::QtProgress::UpdateProgress () |
This member function sets the Qt progress indicator. | |
virtual void | cmtk::QtProgress::DoneVirtual () |
This member function deletes the Qt progress indicator. | |
cmtk::QtRenderImageRGB::QtRenderImageRGB (QWidget *const parent=0, Qt::WFlags f=0) | |
Constructor. | |
virtual | cmtk::QtRenderImageRGB::~QtRenderImageRGB () |
Destructor. | |
virtual void | cmtk::QtRenderImageRGB::paintEvent (QPaintEvent *const ) |
Repaint widget. | |
virtual void | cmtk::QtRenderImageRGB::Execute () |
The actual renderer function. | |
void | cmtk::QtRenderImageRGB::RenderTo (QPaintDevice *pd) |
Render to given paint device. | |
void | cmtk::QtRenderImageRGB::DrawCrosshair (QPainter &painter, const unsigned int width, const unsigned int height) const |
Draw crosshair. | |
QPixmap | cmtk::QtRenderImageRGB::GetPixmap () |
Return currently displayed image. | |
virtual void | cmtk::QtRenderImageRGB::mousePressEvent (QMouseEvent *e) |
React to mouse clicks (generate a signal). | |
virtual void | cmtk::QtRenderImageRGB::mouseMoveEvent (QMouseEvent *e) |
React to mouse dragging (generate a signal). | |
cmtk::QtScrollRenderView::QtScrollRenderView (QWidget *parentWidget, const QString &title=QString::null) | |
Constructor. | |
virtual | cmtk::QtScrollRenderView::~QtScrollRenderView () |
Destructor. | |
cmtk::QtSliderEntry::QtSliderEntry (QWidget *parent) | |
Constructor. | |
double | cmtk::QtSliderEntry::GetValue () const |
Get value. | |
double | cmtk::QtSliderEntry::GetMinValue () const |
Get minimum value. | |
double | cmtk::QtSliderEntry::GetMaxValue () const |
Get maximum value. | |
cmtk::QtTriplanarViewer::QtTriplanarViewer () | |
Constructor. | |
virtual int | cmtk::QtTriplanarViewer::ExecuteBatchMode (const int argc, char *argv[]) |
Execute in batch mode. | |
cmtk::QtTriplanarWindow::QtTriplanarWindow () | |
Constructor. | |
void | cmtk::QtTriplanarWindow::UpdateDialog () |
Update dialog after study change. | |
void | cmtk::QtTriplanarWindow::UpdateGridInfo () |
Update status bar. | |
cmtk::QtWindowLevelControls::QtWindowLevelControls (QWidget *const parent) | |
Constructor. | |
cmtk::QtWindowLevelDialog::QtWindowLevelDialog (QWidget *parent=0, bool modal=FALSE, Qt::WFlags f=0) | |
Constructor. | |
Public Slots | |
void | cmtk::QtImageOperators::slotOperatorMedian () |
Slot to open selected type of fusion window. | |
void | cmtk::QtImageOperators::slotOperatorSobel () |
void | cmtk::QtImageOperators::slotOperatorHistEq () |
void | cmtk::QtImageOperators::slotOperatorAbs () |
void | cmtk::QtImageOperators::slotOperatorLog () |
void | cmtk::QtImageOperators::slotOperatorExp () |
void | cmtk::QtScrollRenderView::slotConnectImage (ImageRGB *const image) |
Connect render view to an RGB image object. | |
void | cmtk::QtScrollRenderView::slotRender () |
Update rendering. | |
void | cmtk::QtScrollRenderView::slotSetNumberOfSlices (unsigned int nSlices) |
Set number of slices for the image slider. | |
void | cmtk::QtScrollRenderView::slotSetSlice (unsigned int slice) |
Set to given slice. | |
void | cmtk::QtSliderEntry::slotSetRange (double rangeFrom, double rangeTo) |
Set value range. | |
void | cmtk::QtSliderEntry::slotSetPrecision (int precision) |
Set number of digits. | |
void | cmtk::QtSliderEntry::slotSetTitle (const QString &title) |
Set title label. | |
void | cmtk::QtSliderEntry::slotSetMinMaxLabels (const QString &minLabel, const QString &maxLabel) |
Set min/max labels. | |
void | cmtk::QtSliderEntry::slotCenter () |
Set to center position. | |
void | cmtk::QtSliderEntry::slotSetValue (const double value) |
Set value. | |
void | cmtk::QtTriplanarViewer::slotAddStudy (const char *fname) |
Add study by filesystem path. | |
void | cmtk::QtTriplanarViewer::slotLoadFile () |
Load image from file. | |
void | cmtk::QtTriplanarViewer::slotReloadData () |
Load image from file. | |
void | cmtk::QtTriplanarViewer::slotCopyColormapToOtherImages () |
Copy current image colormap to all other images. | |
void | cmtk::QtTriplanarWindow::slotSwitchToStudy (Study::SmartPtr &study) |
void | cmtk::QtTriplanarWindow::slotSwitchToStudyInternal (Study::SmartPtr &study) |
void | cmtk::QtTriplanarWindow::slotDataChanged (Study::SmartPtr &study) |
void | cmtk::QtTriplanarWindow::slotColormapChanged (Study::SmartPtr &study) |
void | cmtk::QtWindowLevelControls::slotSetStudy (Study::SmartPtr &study) |
This signal tells the controls that the study object has changed. | |
void | cmtk::QtWindowLevelDialog::slotSetStudy (Study::SmartPtr &study) |
Set study object. | |
Protected Slots | |
void | cmtk::QtTriplanarWindow::slotSetZoom (const int zoomPercent) |
void | cmtk::QtTriplanarWindow::slotSetCheckerboardMode (const bool mode) |
void | cmtk::QtTriplanarWindow::slotSetCrosshairMode (const bool mode) |
void | cmtk::QtTriplanarWindow::slotSetInterpolateMode (const bool mode) |
void | cmtk::QtTriplanarWindow::slotExportMenuCmd (QAction *) |
void | cmtk::QtTriplanarWindow::slotExportImage (const QString &filename, const int command) |
void | cmtk::QtTriplanarWindow::slotRenderAll () |
void | cmtk::QtTriplanarWindow::slotSwitchImageAx (int imageIndex) |
Switch image in axial viewer. | |
void | cmtk::QtTriplanarWindow::slotSwitchImageSa (int imageIndex) |
void | cmtk::QtTriplanarWindow::slotSwitchImageCo (int imageIndex) |
void | cmtk::QtTriplanarWindow::slotGoToPixel (const QString &xyz) |
void | cmtk::QtTriplanarWindow::slotGoToLocation (const QString &xyz) |
void | cmtk::QtTriplanarWindow::slotSetColormap (const QString &cmap) |
Batch mode slots. | |
void | cmtk::QtTriplanarWindow::slotSetWindowLevel (const QString &wl) |
void | cmtk::QtTriplanarWindow::slotMouse3D (Qt::MouseButton, const Vector3D &) |
Three-dimensional mouse event. | |
void | cmtk::QtTriplanarWindow::slotMouseAx (Qt::MouseButton, const Vector3D &) |
Three-dimensional mouse event from axial slice. | |
void | cmtk::QtTriplanarWindow::slotMouseSa (Qt::MouseButton, const Vector3D &) |
Three-dimensional mouse event from sagittal slice. | |
void | cmtk::QtTriplanarWindow::slotMouseCo (Qt::MouseButton, const Vector3D &) |
Three-dimensional mouse event from coronal slice. | |
void | cmtk::QtTriplanarWindow::slotCenter () |
This slot is called when the "Center" button is clicked. | |
void | cmtk::QtTriplanarWindow::slotGoToLocation () |
This slot is called when the "Go To Location" button is clicked. | |
void | cmtk::QtTriplanarWindow::slotGoToLandmark () |
This slot is called when the "Go To Landmark" button is clicked. | |
void | cmtk::QtTriplanarWindow::slotDeleteLandmark () |
This slot is called when the "Delete Landmark" button is clicked. | |
void | cmtk::QtTriplanarWindow::slotExportLandmarks () |
This slot is called when the "Export Landmarks" button is clicked. | |
void | cmtk::QtTriplanarWindow::slotImportLandmarks () |
This slot is called when the "Import Landmarks" button is clicked. | |
void | cmtk::QtTriplanarWindow::slotAddLandmark () |
This slot is called when the "Add Landmark" button is clicked. | |
Private Slots | |
void | cmtk::QtSliderEntry::slotEditReturnPressed () |
Called when "Return" is pressed in the line edit field. | |
void | cmtk::QtSliderEntry::slotSliderValueChanged (int value) |
Called when line edit value changes. | |
void | cmtk::QtTriplanarViewer::slotSwitchStudy (const QString &study) |
Study was double-clicked in listbox. | |
void | cmtk::QtWindowLevelControls::slotSwitchModeWL (int) |
This slot is called when the Window/Level mode is changed. | |
void | cmtk::QtWindowLevelControls::slotControlsChanged () |
This slot is called by the UI widgets when their values change. | |
void | cmtk::QtWindowLevelControls::slotSelectColormap (int colormapIndex) |
This slot is called when the user picks a new colormap. |
This library provides classes to interface lower-level CMTK classes with the Qt toolkit.
void cmtk::QtProgress::BeginVirtual | ( | const double | start, |
const double | end, | ||
const double | increment, | ||
const std::string & | taskName = std::string("") |
||
) | [virtual, inherited] |
This member function initialises the Qt progress indicator.
Reimplemented from cmtk::Progress.
Definition at line 55 of file cmtkQtProgress.cxx.
QMenu * cmtk::QtImageOperators::CreatePopupMenu | ( | ) | [inherited] |
Create and return popup menu that makes operators available.
Definition at line 53 of file cmtkQtImageOperators.cxx.
Referenced by cmtk::QtTriplanarViewer::QtTriplanarViewer().
void cmtk::QtProgress::DoneVirtual | ( | ) | [virtual, inherited] |
This member function deletes the Qt progress indicator.
Reimplemented from cmtk::Progress.
Definition at line 102 of file cmtkQtProgress.cxx.
void cmtk::QtRenderImageRGB::DrawCrosshair | ( | QPainter & | painter, |
const unsigned int | width, | ||
const unsigned int | height | ||
) | const [private, inherited] |
Draw crosshair.
Definition at line 123 of file cmtkQtRenderImageRGB.cxx.
void cmtk::QtRenderImageRGB::Execute | ( | ) | [virtual, inherited] |
The actual renderer function.
Reimplemented from cmtk::PipelineObject.
Definition at line 81 of file cmtkQtRenderImageRGB.cxx.
References NULL.
int cmtk::QtTriplanarViewer::ExecuteBatchMode | ( | const int | argc, |
char * | argv[] | ||
) | [virtual, inherited] |
Execute in batch mode.
Definition at line 44 of file cmtkQtTriplanarViewerBatchMode.cxx.
double cmtk::QtSliderEntry::GetMaxValue | ( | ) | const [inherited] |
Get maximum value.
Definition at line 103 of file cmtkQtSliderEntry.cxx.
References cmtk::QtSliderEntry::PrecisionFactor, and cmtk::QtSliderEntry::Slider.
double cmtk::QtSliderEntry::GetMinValue | ( | ) | const [inherited] |
Get minimum value.
Definition at line 97 of file cmtkQtSliderEntry.cxx.
References cmtk::QtSliderEntry::PrecisionFactor, and cmtk::QtSliderEntry::Slider.
QPixmap cmtk::QtRenderImageRGB::GetPixmap | ( | ) | [inherited] |
Return currently displayed image.
Definition at line 143 of file cmtkQtRenderImageRGB.cxx.
References cmtk::AXIS_X, cmtk::AXIS_Y, and NULL.
Referenced by cmtk::QtTriplanarWindow::slotExportImage().
double cmtk::QtSliderEntry::GetValue | ( | ) | const [inherited] |
Get value.
Definition at line 91 of file cmtkQtSliderEntry.cxx.
References cmtk::QtSliderEntry::Edit.
void cmtk::QtRenderImageRGB::mouseMoveEvent | ( | QMouseEvent * | e ) | [protected, virtual, inherited] |
React to mouse dragging (generate a signal).
Definition at line 178 of file cmtkQtRenderImageRGB.cxx.
References cmtk::AXIS_X, and cmtk::AXIS_Y.
void cmtk::QtRenderImageRGB::mousePressEvent | ( | QMouseEvent * | e ) | [protected, virtual, inherited] |
React to mouse clicks (generate a signal).
Definition at line 155 of file cmtkQtRenderImageRGB.cxx.
References cmtk::AXIS_X, and cmtk::AXIS_Y.
void cmtk::QtRenderImageRGB::paintEvent | ( | QPaintEvent * const | ) | [protected, virtual, inherited] |
Repaint widget.
Definition at line 71 of file cmtkQtRenderImageRGB.cxx.
cmtk::QtProgress::QtProgress | ( | QWidget *const | parentWindow ) | [inherited] |
cmtk::QtRenderImageRGB::QtRenderImageRGB | ( | QWidget *const | parent = 0 , |
Qt::WFlags | f = 0 |
||
) | [inherited] |
Constructor.
Definition at line 51 of file cmtkQtRenderImageRGB.cxx.
cmtk::QtScrollRenderView::QtScrollRenderView | ( | QWidget * | parentWidget, |
const QString & | title = QString::null |
||
) | [inherited] |
Constructor.
This object will be child of the given parent widget.
Definition at line 48 of file cmtkQtScrollRenderView.cxx.
cmtk::QtSliderEntry::QtSliderEntry | ( | QWidget * | parent ) | [inherited] |
Constructor.
Definition at line 52 of file cmtkQtSliderEntry.cxx.
References cmtk::QtSliderEntry::Edit, cmtk::QtSliderEntry::Layout, cmtk::QtSliderEntry::MaxLabel, cmtk::QtSliderEntry::MinLabel, cmtk::QtSliderEntry::Precision, cmtk::QtSliderEntry::PrecisionFactor, cmtk::QtSliderEntry::Slider, cmtk::QtSliderEntry::slotEditReturnPressed(), cmtk::QtSliderEntry::slotSliderValueChanged(), cmtk::QtSliderEntry::TitleLabel, cmtk::QtSliderEntry::Validator, and cmtk::QtSliderEntry::valueChanged().
cmtk::QtTriplanarViewer::QtTriplanarViewer | ( | ) | [inherited] |
Constructor.
Definition at line 53 of file cmtkQtTriplanarViewer.cxx.
References cmtk::QtImageOperators::CreatePopupMenu(), cmtk::QtTriplanarWindow::m_ControlsTab, cmtk::QtTriplanarViewer::m_ImagesTab, cmtk::QtTriplanarViewer::m_StudiesListBox, cmtk::QtTriplanarWindow::MenuBar, NULL, cmtk::QtTriplanarViewer::slotCopyColormapToOtherImages(), cmtk::QtTriplanarWindow::slotDataChanged(), cmtk::QtTriplanarViewer::slotLoadFile(), cmtk::QtTriplanarViewer::slotReloadData(), cmtk::QtTriplanarViewer::slotSwitchStudy(), and cmtk::QtTriplanarWindow::ViewMenu.
cmtk::QtTriplanarWindow::QtTriplanarWindow | ( | ) | [inherited] |
Constructor.
Definition at line 64 of file cmtkQtTriplanarWindow.cxx.
References cmtk::QtTriplanarWindow::AddLandmarkButton, cmtk::ImageToImageRGB::AlphaModeConst, cmtk::QtTriplanarWindow::CenterButton, cmtk::QtTriplanarWindow::DeleteLandmarkButton, cmtk::QtTriplanarWindow::ExportLandmarksButton, cmtk::QtTriplanarWindow::ExportMenu, cmtk::Source< O >::GetOutput(), cmtk::QtScrollRenderView::GetRenderImage(), cmtk::QtTriplanarWindow::GoToLandmarkButton, cmtk::QtTriplanarWindow::GoToLocationButton, cmtk::QtTriplanarWindow::GridIndex, cmtk::QtTriplanarWindow::GridIndexInfo, cmtk::QtTriplanarWindow::GridLayout, cmtk::QtTriplanarWindow::ImageToImageRGBAx, cmtk::QtTriplanarWindow::ImageToImageRGBCo, cmtk::QtTriplanarWindow::ImageToImageRGBSa, cmtk::QtTriplanarWindow::ImportLandmarksButton, cmtk::QtTriplanarWindow::LandmarkBox, cmtk::QtTriplanarWindow::LandmarksLayout, cmtk::QtTriplanarWindow::LocationEntryX, cmtk::QtTriplanarWindow::LocationEntryY, cmtk::QtTriplanarWindow::LocationEntryZ, cmtk::QtTriplanarWindow::LocationValidatorX, cmtk::QtTriplanarWindow::LocationValidatorY, cmtk::QtTriplanarWindow::LocationValidatorZ, cmtk::QtTriplanarWindow::m_CheckerboxAction, cmtk::QtTriplanarWindow::m_Colormap, cmtk::QtTriplanarWindow::m_ControlsTab, cmtk::QtTriplanarWindow::m_CrosshairAction, cmtk::QtTriplanarWindow::m_InterpolateAction, cmtk::QtTriplanarWindow::m_ProgressReporter, cmtk::QtTriplanarWindow::m_ZoomActions, cmtk::QtTriplanarWindow::MenuBar, cmtk::ImageToImageRGB::New(), cmtk::Image::New(), cmtk::Colormap::New(), cmtk::PALETTE_GRAY, cmtk::QtTriplanarWindow::PipelineImageAx, cmtk::QtTriplanarWindow::PipelineImageCo, cmtk::QtTriplanarWindow::PipelineImageSa, cmtk::QtTriplanarWindow::ScrollRenderViewAx, cmtk::QtTriplanarWindow::ScrollRenderViewCo, cmtk::QtTriplanarWindow::ScrollRenderViewSa, cmtk::ImageToImageRGB::SetColormap(), cmtk::ImageToImageRGB::SetInput(), cmtk::QtScrollRenderView::SetSliderLabelL(), cmtk::QtScrollRenderView::SetSliderLabelR(), cmtk::Colormap::SetStandardColormap(), cmtk::QtScrollRenderView::ShowSlider(), cmtk::QtTriplanarWindow::slotAddLandmark(), cmtk::QtTriplanarWindow::slotCenter(), cmtk::QtTriplanarWindow::slotColormapChanged(), cmtk::QtScrollRenderView::slotConnectImage(), cmtk::QtTriplanarWindow::slotDeleteLandmark(), cmtk::QtTriplanarWindow::slotExportLandmarks(), cmtk::QtTriplanarWindow::slotExportMenuCmd(), cmtk::QtTriplanarWindow::slotGoToLandmark(), cmtk::QtTriplanarWindow::slotGoToLocation(), cmtk::QtTriplanarWindow::slotImportLandmarks(), cmtk::QtTriplanarWindow::slotMouseAx(), cmtk::QtTriplanarWindow::slotMouseCo(), cmtk::QtTriplanarWindow::slotMouseSa(), cmtk::QtTriplanarWindow::slotSwitchImageAx(), cmtk::QtTriplanarWindow::slotSwitchImageCo(), cmtk::QtTriplanarWindow::slotSwitchImageSa(), cmtk::QtTriplanarWindow::slotView100(), cmtk::QtTriplanarWindow::slotView200(), cmtk::QtTriplanarWindow::slotView25(), cmtk::QtTriplanarWindow::slotView300(), cmtk::QtTriplanarWindow::slotView33(), cmtk::QtTriplanarWindow::slotView400(), cmtk::QtTriplanarWindow::slotView50(), cmtk::QtTriplanarWindow::slotView500(), cmtk::QtTriplanarWindow::slotViewCheckerbox(), cmtk::QtTriplanarWindow::slotViewCrosshair(), cmtk::QtTriplanarWindow::slotViewInterpolation(), cmtk::QtTriplanarWindow::StatusBar, cmtk::QtTriplanarWindow::ViewMenu, cmtk::QtIcons::WindowIcon(), and cmtk::QtTriplanarWindow::WindowLevelControls.
cmtk::QtWindowLevelControls::QtWindowLevelControls | ( | QWidget *const | parent ) | [inherited] |
Constructor.
Definition at line 47 of file cmtkQtWindowLevelControls.cxx.
cmtk::QtWindowLevelDialog::QtWindowLevelDialog | ( | QWidget * | parent = 0 , |
bool | modal = FALSE , |
||
Qt::WFlags | f = 0 |
||
) | [inherited] |
Constructor.
Definition at line 48 of file cmtkQtWindowLevelDialog.cxx.
void cmtk::QtRenderImageRGB::RenderTo | ( | QPaintDevice * | pd ) | [inherited] |
Render to given paint device.
Definition at line 87 of file cmtkQtRenderImageRGB.cxx.
References cmtk::IMAGE_RGBA, and NULL.
void cmtk::QtTriplanarWindow::UpdateDialog | ( | ) | [protected, inherited] |
Update dialog after study change.
Definition at line 483 of file cmtkQtTriplanarWindow.cxx.
References cmtk::AXIS_X, cmtk::AXIS_Y, cmtk::AXIS_Z, cmtk::DataGrid::GetDims(), cmtk::QtTriplanarWindow::LocationValidatorX, cmtk::QtTriplanarWindow::LocationValidatorY, cmtk::QtTriplanarWindow::LocationValidatorZ, cmtk::QtTriplanarWindow::m_CrosshairAction, cmtk::QtTriplanarWindow::ScrollRenderViewAx, cmtk::QtTriplanarWindow::ScrollRenderViewCo, cmtk::QtTriplanarWindow::ScrollRenderViewSa, cmtk::Volume::Size, cmtk::QtTriplanarWindow::slotRenderAll(), cmtk::QtScrollRenderView::slotSetNumberOfSlices(), and cmtk::QtTriplanarWindow::VolumeDims.
Referenced by cmtk::QtTriplanarWindow::slotSwitchToStudy(), and cmtk::QtTriplanarWindow::slotSwitchToStudyInternal().
void cmtk::QtTriplanarWindow::UpdateGridInfo | ( | ) | [private, inherited] |
Update status bar.
Definition at line 991 of file cmtkQtTriplanarWindow.cxx.
References cmtk::DataGrid::GetDataAt(), cmtk::QtTriplanarWindow::GridIndex, cmtk::QtTriplanarWindow::GridIndexInfo, cmtk::DataGrid::IndexIsInRange(), and cmtk::UniformVolume::IndexToPhysical().
Referenced by cmtk::QtTriplanarWindow::slotSwitchImageAx(), cmtk::QtTriplanarWindow::slotSwitchImageCo(), and cmtk::QtTriplanarWindow::slotSwitchImageSa().
Progress::ResultEnum cmtk::QtProgress::UpdateProgress | ( | ) | [virtual, inherited] |
This member function sets the Qt progress indicator.
Implements cmtk::Progress.
Definition at line 83 of file cmtkQtProgress.cxx.
cmtk::QtRenderImageRGB::~QtRenderImageRGB | ( | ) | [virtual, inherited] |
Destructor.
Definition at line 66 of file cmtkQtRenderImageRGB.cxx.
cmtk::QtScrollRenderView::~QtScrollRenderView | ( | ) | [virtual, inherited] |
Destructor.
Definition at line 100 of file cmtkQtScrollRenderView.cxx.
void cmtk::QtTriplanarViewer::slotAddStudy | ( | const char * | fname ) | [slot, inherited] |
Add study by filesystem path.
Definition at line 101 of file cmtkQtTriplanarViewer.cxx.
References cmtk::QtTriplanarWindow::m_ControlsTab, cmtk::QtTriplanarViewer::m_Studies, cmtk::QtTriplanarViewer::m_StudiesListBox, cmtk::QtTriplanarWindow::slotCenter(), and cmtk::QtTriplanarWindow::slotSwitchToStudy().
void cmtk::QtSliderEntry::slotCenter | ( | ) | [slot, inherited] |
Set to center position.
Definition at line 195 of file cmtkQtSliderEntry.cxx.
References cmtk::QtSliderEntry::Slider.
void cmtk::QtTriplanarWindow::slotColormapChanged | ( | Study::SmartPtr & | study ) | [slot, inherited] |
Definition at line 981 of file cmtkQtTriplanarWindow.cxx.
References cmtk::QtTriplanarWindow::m_Colormap, cmtk::Colormap::SetFromStudy(), and cmtk::QtTriplanarWindow::slotRenderAll().
Referenced by cmtk::QtTriplanarWindow::QtTriplanarWindow(), and cmtk::QtTriplanarWindow::slotSwitchToStudy().
void cmtk::QtScrollRenderView::slotConnectImage | ( | ImageRGB *const | image ) | [slot, inherited] |
Connect render view to an RGB image object.
Definition at line 104 of file cmtkQtScrollRenderView.cxx.
Referenced by cmtk::QtTriplanarWindow::QtTriplanarWindow().
void cmtk::QtTriplanarViewer::slotCopyColormapToOtherImages | ( | ) | [slot, inherited] |
Copy current image colormap to all other images.
Definition at line 160 of file cmtkQtTriplanarViewer.cxx.
References cmtk::QtTriplanarViewer::m_Studies.
Referenced by cmtk::QtTriplanarViewer::QtTriplanarViewer().
void cmtk::QtTriplanarWindow::slotDataChanged | ( | Study::SmartPtr & | study ) | [slot, inherited] |
Definition at line 519 of file cmtkQtTriplanarWindow.cxx.
References cmtk::QtTriplanarWindow::slotGoToLocation().
Referenced by cmtk::QtTriplanarViewer::QtTriplanarViewer().
void cmtk::QtTriplanarViewer::slotLoadFile | ( | ) | [slot, inherited] |
Load image from file.
Definition at line 114 of file cmtkQtTriplanarViewer.cxx.
References cmtk::QtTriplanarWindow::m_ControlsTab, cmtk::QtTriplanarViewer::m_Studies, cmtk::QtTriplanarViewer::m_StudiesListBox, cmtk::QtTriplanarWindow::slotCenter(), and cmtk::QtTriplanarWindow::slotSwitchToStudy().
Referenced by cmtk::QtTriplanarViewer::QtTriplanarViewer().
void cmtk::QtImageOperators::slotOperatorAbs | ( | ) | [slot, inherited] |
Definition at line 133 of file cmtkQtImageOperators.cxx.
References cmtk::Wrappers::Abs().
void cmtk::QtImageOperators::slotOperatorExp | ( | ) | [slot, inherited] |
Definition at line 153 of file cmtkQtImageOperators.cxx.
References cmtk::Wrappers::Exp().
void cmtk::QtImageOperators::slotOperatorHistEq | ( | ) | [slot, inherited] |
Definition at line 109 of file cmtkQtImageOperators.cxx.
void cmtk::QtImageOperators::slotOperatorLog | ( | ) | [slot, inherited] |
Definition at line 143 of file cmtkQtImageOperators.cxx.
References cmtk::Wrappers::Log().
void cmtk::QtImageOperators::slotOperatorMedian | ( | ) | [slot, inherited] |
Slot to open selected type of fusion window.
Definition at line 71 of file cmtkQtImageOperators.cxx.
void cmtk::QtImageOperators::slotOperatorSobel | ( | ) | [slot, inherited] |
Definition at line 95 of file cmtkQtImageOperators.cxx.
void cmtk::QtTriplanarViewer::slotReloadData | ( | ) | [slot, inherited] |
Load image from file.
Definition at line 138 of file cmtkQtTriplanarViewer.cxx.
References cmtk::AnatomicalOrientationBase::ORIENTATION_STANDARD.
Referenced by cmtk::QtTriplanarViewer::QtTriplanarViewer().
void cmtk::QtScrollRenderView::slotRender | ( | ) | [slot, inherited] |
Update rendering.
Definition at line 116 of file cmtkQtScrollRenderView.cxx.
Referenced by cmtk::QtTriplanarWindow::slotRenderAll(), cmtk::QtTriplanarWindow::slotSwitchImageAx(), cmtk::QtTriplanarWindow::slotSwitchImageCo(), and cmtk::QtTriplanarWindow::slotSwitchImageSa().
void cmtk::QtSliderEntry::slotSetMinMaxLabels | ( | const QString & | minLabel, |
const QString & | maxLabel | ||
) | [slot, inherited] |
Set min/max labels.
Definition at line 145 of file cmtkQtSliderEntry.cxx.
References cmtk::QtSliderEntry::Layout, cmtk::QtSliderEntry::MaxLabel, cmtk::QtSliderEntry::MinLabel, and cmtk::QtSliderEntry::Validator.
void cmtk::QtScrollRenderView::slotSetNumberOfSlices | ( | unsigned int | nSlices ) | [slot, inherited] |
Set number of slices for the image slider.
Definition at line 128 of file cmtkQtScrollRenderView.cxx.
Referenced by cmtk::QtTriplanarWindow::UpdateDialog().
void cmtk::QtSliderEntry::slotSetPrecision | ( | int | precision ) | [slot, inherited] |
Set number of digits.
Definition at line 128 of file cmtkQtSliderEntry.cxx.
References cmtk::QtSliderEntry::Precision, cmtk::QtSliderEntry::PrecisionFactor, and cmtk::QtSliderEntry::Validator.
Referenced by cmtk::QtSliderEntry::slotSetRange().
void cmtk::QtSliderEntry::slotSetRange | ( | double | rangeFrom, |
double | rangeTo | ||
) | [slot, inherited] |
Set value range.
Definition at line 109 of file cmtkQtSliderEntry.cxx.
References cmtk::QtSliderEntry::MaxLabel, cmtk::QtSliderEntry::MinLabel, cmtk::QtSliderEntry::Precision, cmtk::QtSliderEntry::PrecisionFactor, cmtk::QtSliderEntry::Slider, cmtk::QtSliderEntry::slotSetPrecision(), and cmtk::QtSliderEntry::Validator.
Referenced by cmtk::QtSliderEntry::slotEditReturnPressed(), and cmtk::QtSliderEntry::slotSetValue().
void cmtk::QtScrollRenderView::slotSetSlice | ( | unsigned int | slice ) | [slot, inherited] |
Set to given slice.
Definition at line 148 of file cmtkQtScrollRenderView.cxx.
void cmtk::QtWindowLevelControls::slotSetStudy | ( | Study::SmartPtr & | study ) | [slot, inherited] |
This signal tells the controls that the study object has changed.
Definition at line 93 of file cmtkQtWindowLevelControls.cxx.
References cmtk::TypedArray::GetStatistics().
Referenced by cmtk::QtTriplanarWindow::slotSwitchToStudy(), and cmtk::QtTriplanarWindow::slotSwitchToStudyInternal().
void cmtk::QtWindowLevelDialog::slotSetStudy | ( | Study::SmartPtr & | study ) | [slot, inherited] |
Set study object.
Definition at line 63 of file cmtkQtWindowLevelDialog.cxx.
void cmtk::QtSliderEntry::slotSetTitle | ( | const QString & | title ) | [slot, inherited] |
Set title label.
Definition at line 136 of file cmtkQtSliderEntry.cxx.
References cmtk::QtSliderEntry::Layout, and cmtk::QtSliderEntry::TitleLabel.
void cmtk::QtSliderEntry::slotSetValue | ( | const double | value ) | [slot, inherited] |
Set value.
Definition at line 202 of file cmtkQtSliderEntry.cxx.
References cmtk::QtSliderEntry::Edit, cmtk::QtSliderEntry::Precision, cmtk::QtSliderEntry::PrecisionFactor, cmtk::QtSliderEntry::Slider, cmtk::QtSliderEntry::slotSetRange(), and cmtk::QtSliderEntry::valueChanged().
void cmtk::QtTriplanarWindow::slotSwitchToStudy | ( | Study::SmartPtr & | study ) | [slot, inherited] |
Definition at line 401 of file cmtkQtTriplanarWindow.cxx.
References cmtk::QtTriplanarWindow::DeleteLandmarkButton, cmtk::QtTriplanarWindow::ExportLandmarksButton, cmtk::QtTriplanarWindow::GoToLandmarkButton, cmtk::QtTriplanarWindow::LandmarkBox, cmtk::QtTriplanarWindow::m_BatchMode, NULL, cmtk::AnatomicalOrientationBase::ORIENTATION_STANDARD, cmtk::QtTriplanarWindow::slotCenter(), cmtk::QtTriplanarWindow::slotColormapChanged(), cmtk::QtWindowLevelControls::slotSetStudy(), cmtk::StdErr, cmtk::QtTriplanarWindow::UpdateDialog(), and cmtk::QtTriplanarWindow::WindowLevelControls.
Referenced by cmtk::QtTriplanarViewer::slotAddStudy(), and cmtk::QtTriplanarViewer::slotLoadFile().
void cmtk::QtTriplanarWindow::slotSwitchToStudyInternal | ( | Study::SmartPtr & | study ) | [slot, inherited] |
Definition at line 454 of file cmtkQtTriplanarWindow.cxx.
References cmtk::QtScrollRenderView::GetSlice(), NULL, cmtk::AnatomicalOrientationBase::ORIENTATION_STANDARD, cmtk::QtTriplanarWindow::ScrollRenderViewAx, cmtk::QtTriplanarWindow::ScrollRenderViewCo, cmtk::QtTriplanarWindow::ScrollRenderViewSa, cmtk::QtWindowLevelControls::slotSetStudy(), cmtk::QtTriplanarWindow::slotSwitchImageAx(), cmtk::QtTriplanarWindow::slotSwitchImageCo(), cmtk::QtTriplanarWindow::slotSwitchImageSa(), cmtk::QtTriplanarWindow::UpdateDialog(), and cmtk::QtTriplanarWindow::WindowLevelControls.
Referenced by cmtk::QtTriplanarViewer::slotSwitchStudy().
void cmtk::QtTriplanarWindow::slotAddLandmark | ( | ) | [protected, slot, inherited] |
This slot is called when the "Add Landmark" button is clicked.
Definition at line 953 of file cmtkQtTriplanarWindow.cxx.
References cmtk::QtTriplanarWindow::DeleteLandmarkButton, cmtk::QtTriplanarWindow::ExportLandmarksButton, cmtk::QtTriplanarWindow::GoToLandmarkButton, cmtk::QtTriplanarWindow::LandmarkBox, cmtk::QtTriplanarWindow::LocationEntryX, cmtk::QtTriplanarWindow::LocationEntryY, and cmtk::QtTriplanarWindow::LocationEntryZ.
Referenced by cmtk::QtTriplanarWindow::QtTriplanarWindow().
void cmtk::QtTriplanarWindow::slotCenter | ( | ) | [protected, slot, inherited] |
This slot is called when the "Center" button is clicked.
Definition at line 819 of file cmtkQtTriplanarWindow.cxx.
References cmtk::UniformVolume::GetCenterCropRegion(), and cmtk::QtTriplanarWindow::slotMouse3D().
Referenced by cmtk::QtTriplanarWindow::QtTriplanarWindow(), cmtk::QtTriplanarViewer::slotAddStudy(), cmtk::QtTriplanarViewer::slotLoadFile(), and cmtk::QtTriplanarWindow::slotSwitchToStudy().
void cmtk::QtTriplanarWindow::slotDeleteLandmark | ( | ) | [protected, slot, inherited] |
This slot is called when the "Delete Landmark" button is clicked.
Definition at line 855 of file cmtkQtTriplanarWindow.cxx.
Referenced by cmtk::QtTriplanarWindow::QtTriplanarWindow().
void cmtk::QtTriplanarWindow::slotExportImage | ( | const QString & | filename, |
const int | command | ||
) | [protected, slot, inherited] |
Definition at line 349 of file cmtkQtTriplanarWindow.cxx.
References cmtk::QtRenderImageRGB::GetPixmap(), cmtk::QtScrollRenderView::GetRenderImage(), cmtk::QtTriplanarWindow::m_BatchMode, cmtk::QtTriplanarWindow::ScrollRenderViewAx, cmtk::QtTriplanarWindow::ScrollRenderViewCo, and cmtk::QtTriplanarWindow::ScrollRenderViewSa.
Referenced by cmtk::QtTriplanarWindow::slotExportMenuCmd().
void cmtk::QtTriplanarWindow::slotExportLandmarks | ( | ) | [protected, slot, inherited] |
This slot is called when the "Export Landmarks" button is clicked.
Definition at line 860 of file cmtkQtTriplanarWindow.cxx.
References NULL.
Referenced by cmtk::QtTriplanarWindow::QtTriplanarWindow().
void cmtk::QtTriplanarWindow::slotExportMenuCmd | ( | QAction * | action ) | [protected, slot, inherited] |
Definition at line 317 of file cmtkQtTriplanarWindow.cxx.
References cmtk::QtTriplanarWindow::slotExportImage().
Referenced by cmtk::QtTriplanarWindow::QtTriplanarWindow().
void cmtk::QtTriplanarWindow::slotGoToLandmark | ( | ) | [protected, slot, inherited] |
This slot is called when the "Go To Landmark" button is clicked.
Definition at line 840 of file cmtkQtTriplanarWindow.cxx.
References cmtk::LandmarkList::FindByName(), cmtk::QtTriplanarWindow::LandmarkBox, and cmtk::QtTriplanarWindow::slotMouse3D().
Referenced by cmtk::QtTriplanarWindow::QtTriplanarWindow().
void cmtk::QtTriplanarWindow::slotGoToLocation | ( | ) | [protected, slot, inherited] |
This slot is called when the "Go To Location" button is clicked.
Definition at line 829 of file cmtkQtTriplanarWindow.cxx.
References cmtk::QtTriplanarWindow::LocationEntryX, cmtk::QtTriplanarWindow::LocationEntryY, cmtk::QtTriplanarWindow::LocationEntryZ, and cmtk::QtTriplanarWindow::slotMouse3D().
Referenced by cmtk::QtTriplanarWindow::QtTriplanarWindow(), cmtk::QtTriplanarWindow::slotDataChanged(), cmtk::QtTriplanarWindow::slotSwitchImageAx(), cmtk::QtTriplanarWindow::slotSwitchImageCo(), and cmtk::QtTriplanarWindow::slotSwitchImageSa().
void cmtk::QtTriplanarWindow::slotGoToLocation | ( | const QString & | xyz ) | [protected, slot, inherited] |
Definition at line 660 of file cmtkQtTriplanarWindow.cxx.
References cmtk::QtTriplanarWindow::slotMouse3D().
void cmtk::QtTriplanarWindow::slotGoToPixel | ( | const QString & | xyz ) | [protected, slot, inherited] |
Definition at line 644 of file cmtkQtTriplanarWindow.cxx.
void cmtk::QtTriplanarWindow::slotImportLandmarks | ( | ) | [protected, slot, inherited] |
This slot is called when the "Import Landmarks" button is clicked.
Definition at line 892 of file cmtkQtTriplanarWindow.cxx.
References cmtk::QtTriplanarWindow::DeleteLandmarkButton, cmtk::QtTriplanarWindow::ExportLandmarksButton, cmtk::QtTriplanarWindow::GoToLandmarkButton, cmtk::QtTriplanarWindow::LandmarkBox, NULL, and cmtk::QtTriplanarWindow::slotMouse3D().
Referenced by cmtk::QtTriplanarWindow::QtTriplanarWindow().
void cmtk::QtTriplanarWindow::slotMouse3D | ( | Qt::MouseButton | , |
const Vector3D & | v | ||
) | [protected, slot, inherited] |
Three-dimensional mouse event.
Definition at line 706 of file cmtkQtTriplanarWindow.cxx.
References cmtk::AXIS_X, cmtk::AXIS_Y, cmtk::AXIS_Z, and cmtk::UniformVolume::GetClosestCoordIndex().
Referenced by cmtk::QtTriplanarWindow::slotCenter(), cmtk::QtTriplanarWindow::slotGoToLandmark(), cmtk::QtTriplanarWindow::slotGoToLocation(), and cmtk::QtTriplanarWindow::slotImportLandmarks().
void cmtk::QtTriplanarWindow::slotMouseAx | ( | Qt::MouseButton | , |
const Vector3D & | v | ||
) | [protected, slot, inherited] |
Three-dimensional mouse event from axial slice.
Definition at line 742 of file cmtkQtTriplanarWindow.cxx.
References cmtk::AXIS_X, cmtk::AXIS_Y, and cmtk::UniformVolume::GetClosestCoordIndex().
Referenced by cmtk::QtTriplanarWindow::QtTriplanarWindow().
void cmtk::QtTriplanarWindow::slotMouseCo | ( | Qt::MouseButton | , |
const Vector3D & | v | ||
) | [protected, slot, inherited] |
Three-dimensional mouse event from coronal slice.
Definition at line 794 of file cmtkQtTriplanarWindow.cxx.
References cmtk::AXIS_X, cmtk::AXIS_Z, and cmtk::UniformVolume::GetClosestCoordIndex().
Referenced by cmtk::QtTriplanarWindow::QtTriplanarWindow().
void cmtk::QtTriplanarWindow::slotMouseSa | ( | Qt::MouseButton | , |
const Vector3D & | v | ||
) | [protected, slot, inherited] |
Three-dimensional mouse event from sagittal slice.
Definition at line 768 of file cmtkQtTriplanarWindow.cxx.
References cmtk::AXIS_Y, cmtk::AXIS_Z, and cmtk::UniformVolume::GetClosestCoordIndex().
Referenced by cmtk::QtTriplanarWindow::QtTriplanarWindow().
void cmtk::QtTriplanarWindow::slotRenderAll | ( | ) | [protected, slot, inherited] |
Definition at line 393 of file cmtkQtTriplanarWindow.cxx.
References cmtk::QtTriplanarWindow::ScrollRenderViewAx, cmtk::QtTriplanarWindow::ScrollRenderViewCo, cmtk::QtTriplanarWindow::ScrollRenderViewSa, and cmtk::QtScrollRenderView::slotRender().
Referenced by cmtk::QtTriplanarWindow::slotColormapChanged(), cmtk::QtTriplanarWindow::slotSetZoom(), and cmtk::QtTriplanarWindow::UpdateDialog().
void cmtk::QtTriplanarWindow::slotSetCheckerboardMode | ( | const bool | mode ) | [protected, slot, inherited] |
Definition at line 296 of file cmtkQtTriplanarWindow.cxx.
References cmtk::QtTriplanarWindow::m_CheckerboxAction, and cmtk::QtTriplanarWindow::slotViewCheckerbox().
void cmtk::QtTriplanarWindow::slotSetColormap | ( | const QString & | cmap ) | [protected, slot, inherited] |
Batch mode slots.
Definition at line 675 of file cmtkQtTriplanarWindow.cxx.
References cmtk::Colormap::StandardColormaps.
void cmtk::QtTriplanarWindow::slotSetCrosshairMode | ( | const bool | mode ) | [protected, slot, inherited] |
Definition at line 303 of file cmtkQtTriplanarWindow.cxx.
References cmtk::QtTriplanarWindow::m_CrosshairAction, and cmtk::QtTriplanarWindow::slotViewCrosshair().
void cmtk::QtTriplanarWindow::slotSetInterpolateMode | ( | const bool | mode ) | [protected, slot, inherited] |
Definition at line 310 of file cmtkQtTriplanarWindow.cxx.
References cmtk::QtTriplanarWindow::m_InterpolateAction, and cmtk::QtTriplanarWindow::slotViewInterpolation().
void cmtk::QtTriplanarWindow::slotSetWindowLevel | ( | const QString & | wl ) | [protected, slot, inherited] |
Definition at line 690 of file cmtkQtTriplanarWindow.cxx.
void cmtk::QtTriplanarWindow::slotSetZoom | ( | const int | zoomPercent ) | [protected, slot, inherited] |
Definition at line 286 of file cmtkQtTriplanarWindow.cxx.
References cmtk::QtScrollRenderView::GetRenderImage(), cmtk::QtTriplanarWindow::m_ZoomFactor, cmtk::QtTriplanarWindow::ScrollRenderViewAx, cmtk::QtTriplanarWindow::ScrollRenderViewCo, cmtk::QtTriplanarWindow::ScrollRenderViewSa, and cmtk::QtTriplanarWindow::slotRenderAll().
void cmtk::QtTriplanarWindow::slotSwitchImageAx | ( | int | imageIndex ) | [protected, slot, inherited] |
Switch image in axial viewer.
Definition at line 526 of file cmtkQtTriplanarWindow.cxx.
References cmtk::AXIS_Z, cmtk::UniformVolume::GetMinDelta(), cmtk::UniformVolume::GetOrthoSlice(), cmtk::UniformVolume::GetPlaneCoord(), cmtk::QtTriplanarWindow::GridIndex, cmtk::QtTriplanarWindow::LocationEntryZ, cmtk::QtTriplanarWindow::m_CheckerboxAction, cmtk::QtTriplanarWindow::m_CrosshairAction, cmtk::QtTriplanarWindow::m_InterpolateAction, cmtk::SmartPointer< Self >::Null, cmtk::QtTriplanarWindow::PipelineImageAx, cmtk::QtTriplanarWindow::ScrollRenderViewAx, cmtk::Image::SetFromScalarImage(), cmtk::QtTriplanarWindow::slotGoToLocation(), cmtk::QtScrollRenderView::slotRender(), and cmtk::QtTriplanarWindow::UpdateGridInfo().
Referenced by cmtk::QtTriplanarWindow::QtTriplanarWindow(), and cmtk::QtTriplanarWindow::slotSwitchToStudyInternal().
void cmtk::QtTriplanarWindow::slotSwitchImageCo | ( | int | imageIndex ) | [protected, slot, inherited] |
Definition at line 603 of file cmtkQtTriplanarWindow.cxx.
References cmtk::ScalarImage::AdjustToIsotropic(), cmtk::AXIS_Y, cmtk::UniformVolume::GetMinDelta(), cmtk::UniformVolume::GetOrthoSlice(), cmtk::UniformVolume::GetPlaneCoord(), cmtk::QtTriplanarWindow::GridIndex, cmtk::QtTriplanarWindow::LocationEntryY, cmtk::QtTriplanarWindow::m_CheckerboxAction, cmtk::QtTriplanarWindow::m_CrosshairAction, cmtk::QtTriplanarWindow::m_InterpolateAction, cmtk::ScalarImage::Mirror(), cmtk::QtTriplanarWindow::PipelineImageCo, cmtk::QtTriplanarWindow::ScrollRenderViewCo, cmtk::Image::SetFromScalarImage(), cmtk::QtTriplanarWindow::slotGoToLocation(), cmtk::QtScrollRenderView::slotRender(), and cmtk::QtTriplanarWindow::UpdateGridInfo().
Referenced by cmtk::QtTriplanarWindow::QtTriplanarWindow(), and cmtk::QtTriplanarWindow::slotSwitchToStudyInternal().
void cmtk::QtTriplanarWindow::slotSwitchImageSa | ( | int | imageIndex ) | [protected, slot, inherited] |
Definition at line 564 of file cmtkQtTriplanarWindow.cxx.
References cmtk::ScalarImage::AdjustToIsotropic(), cmtk::AXIS_X, cmtk::UniformVolume::GetMinDelta(), cmtk::UniformVolume::GetOrthoSlice(), cmtk::UniformVolume::GetPlaneCoord(), cmtk::QtTriplanarWindow::GridIndex, cmtk::QtTriplanarWindow::LocationEntryX, cmtk::QtTriplanarWindow::m_CheckerboxAction, cmtk::QtTriplanarWindow::m_CrosshairAction, cmtk::QtTriplanarWindow::m_InterpolateAction, cmtk::ScalarImage::Mirror(), cmtk::QtTriplanarWindow::PipelineImageSa, cmtk::QtTriplanarWindow::ScrollRenderViewSa, cmtk::Image::SetFromScalarImage(), cmtk::QtTriplanarWindow::slotGoToLocation(), cmtk::QtScrollRenderView::slotRender(), and cmtk::QtTriplanarWindow::UpdateGridInfo().
Referenced by cmtk::QtTriplanarWindow::QtTriplanarWindow(), and cmtk::QtTriplanarWindow::slotSwitchToStudyInternal().
void cmtk::QtWindowLevelControls::slotControlsChanged | ( | ) | [private, slot, inherited] |
This slot is called by the UI widgets when their values change.
Definition at line 157 of file cmtkQtWindowLevelControls.cxx.
void cmtk::QtSliderEntry::slotEditReturnPressed | ( | ) | [private, slot, inherited] |
Called when "Return" is pressed in the line edit field.
Definition at line 171 of file cmtkQtSliderEntry.cxx.
References cmtk::QtSliderEntry::Edit, cmtk::QtSliderEntry::PrecisionFactor, cmtk::QtSliderEntry::Slider, cmtk::QtSliderEntry::slotSetRange(), and cmtk::QtSliderEntry::valueChanged().
Referenced by cmtk::QtSliderEntry::QtSliderEntry().
void cmtk::QtWindowLevelControls::slotSelectColormap | ( | int | colormapIndex ) | [private, slot, inherited] |
This slot is called when the user picks a new colormap.
Definition at line 183 of file cmtkQtWindowLevelControls.cxx.
void cmtk::QtSliderEntry::slotSliderValueChanged | ( | int | value ) | [private, slot, inherited] |
Called when line edit value changes.
Definition at line 186 of file cmtkQtSliderEntry.cxx.
References cmtk::QtSliderEntry::Edit, cmtk::QtSliderEntry::Precision, cmtk::QtSliderEntry::PrecisionFactor, and cmtk::QtSliderEntry::valueChanged().
Referenced by cmtk::QtSliderEntry::QtSliderEntry().
void cmtk::QtWindowLevelControls::slotSwitchModeWL | ( | int | modeWindowLevel ) | [private, slot, inherited] |
This slot is called when the Window/Level mode is changed.
Definition at line 117 of file cmtkQtWindowLevelControls.cxx.
void cmtk::QtTriplanarViewer::slotSwitchStudy | ( | const QString & | study ) | [private, slot, inherited] |
Study was double-clicked in listbox.
Definition at line 147 of file cmtkQtTriplanarViewer.cxx.
References cmtk::QtTriplanarViewer::m_Studies, and cmtk::QtTriplanarWindow::slotSwitchToStudyInternal().
Referenced by cmtk::QtTriplanarViewer::QtTriplanarViewer().