Dialog class to select the DICOM series to open, using a GUI. More...
#include <DicomDialog.h>
Public Member Functions | |
DicomDialog (QList< DicomDialogEntry * >) | |
Default Constructor. More... | |
QList< DicomDialogEntry * > | getSelectedDicomDialogEntries () |
Get the list of DicomDialogEntry selected for opening. More... | |
~DicomDialog () override=default | |
Destructor. More... | |
Private Attributes | |
QList< DicomDialogEntry * > | dicomDialogEntries |
Elements to display for selection. More... | |
Ui::Dialog | ui |
Dialog class to select the DICOM series to open, using a GUI.
DicomDialog::DicomDialog | ( | QList< DicomDialogEntry * > | elements | ) |
Default Constructor.
|
overridedefault |
Destructor.
QList< DicomDialogEntry * > DicomDialog::getSelectedDicomDialogEntries | ( | ) |
Get the list of DicomDialogEntry selected for opening.
References dicomDialogEntries, and ui.
|
private |
Elements to display for selection.
Referenced by getSelectedDicomDialogEntries().
|
private |
Referenced by getSelectedDicomDialogEntries().