CustusX
16.5.0-rc9
An IGT application
|
#include <cxDICOMAppWidget.h>
Public Types | |
typedef QWidget | Superclass |
Public Slots | |
void | setDatabaseDirectory (const QString &directory) |
void | onSelectionChanged (const QItemSelection &, const QItemSelection &) |
void | openQueryDialog () |
void | onRemoveAction () |
void | resumeModel () |
void | resetModel () |
void | onImportDirectory (QString directory) |
void | onCurrentChanged (const QModelIndex &, const QModelIndex &) |
Signals | |
void | databaseDirectoryChanged (const QString &) |
void | queryRetrieveFinished () |
void | directoryImported () |
Public Member Functions | |
DICOMAppWidget (QWidget *parent=0) | |
virtual | ~DICOMAppWidget () |
QString | databaseDirectory () const |
Directory being used to store the dicom database. More... | |
void | setTagsToPrecache (const QStringList tags) |
const QStringList | tagsToPrecache () |
void | updateDatabaseSchemaIfNeeded () |
QStringList | getSelectedPatients () |
QStringList | getSelectedStudies () |
QStringList | getSelectedSeries () |
ctkDICOMDatabase * | database () |
void | setDisplayImportSummary (bool) |
bool | displayImportSummary () |
int | patientsAddedDuringImport () |
Accessors to status of last directory import operation. More... | |
int | studiesAddedDuringImport () |
int | seriesAddedDuringImport () |
int | instancesAddedDuringImport () |
void | addActionToToolbar (QAction *action) |
Protected Slots | |
void | onModelSelected (const QModelIndex &index) |
void | onQueryRetrieveFinished () |
void | onTreeCollapsed (const QModelIndex &index) |
void | onTreeExpanded (const QModelIndex &index) |
void | onThumbnailWidthSliderValueChanged (int val) |
Protected Attributes | |
QScopedPointer < DICOMAppWidgetPrivate > | d_ptr |
Adapted for use in CustusX from ctkDICOMAppWidget
Definition at line 47 of file cxDICOMAppWidget.h.
typedef QWidget cx::DICOMAppWidget::Superclass |
Definition at line 52 of file cxDICOMAppWidget.h.
|
explicit |
Definition at line 326 of file cxDICOMAppWidget.cpp.
|
virtual |
Definition at line 376 of file cxDICOMAppWidget.cpp.
void cx::DICOMAppWidget::addActionToToolbar | ( | QAction * | action | ) |
Definition at line 619 of file cxDICOMAppWidget.cpp.
ctkDICOMDatabase * cx::DICOMAppWidget::database | ( | ) |
Definition at line 499 of file cxDICOMAppWidget.cpp.
QString cx::DICOMAppWidget::databaseDirectory | ( | ) | const |
Directory being used to store the dicom database.
Definition at line 478 of file cxDICOMAppWidget.cpp.
|
signal |
|
signal |
bool cx::DICOMAppWidget::displayImportSummary | ( | ) |
Definition at line 384 of file cxDICOMAppWidget.cpp.
QStringList cx::DICOMAppWidget::getSelectedPatients | ( | ) |
Definition at line 522 of file cxDICOMAppWidget.cpp.
QStringList cx::DICOMAppWidget::getSelectedSeries | ( | ) |
Definition at line 532 of file cxDICOMAppWidget.cpp.
QStringList cx::DICOMAppWidget::getSelectedStudies | ( | ) |
Definition at line 527 of file cxDICOMAppWidget.cpp.
int cx::DICOMAppWidget::instancesAddedDuringImport | ( | ) |
Definition at line 419 of file cxDICOMAppWidget.cpp.
|
slot |
Definition at line 570 of file cxDICOMAppWidget.cpp.
|
slot |
Import a directory - this is used when the user selects a directory from the Import Dialog, but can also be used externally to trigger an import (i.e. for testing or to support drag-and-drop)
Definition at line 560 of file cxDICOMAppWidget.cpp.
|
protectedslot |
Definition at line 576 of file cxDICOMAppWidget.cpp.
|
protectedslot |
Definition at line 515 of file cxDICOMAppWidget.cpp.
|
slot |
Definition at line 539 of file cxDICOMAppWidget.cpp.
|
slot |
Definition at line 566 of file cxDICOMAppWidget.cpp.
|
protectedslot |
Definition at line 613 of file cxDICOMAppWidget.cpp.
|
protectedslot |
Definition at line 598 of file cxDICOMAppWidget.cpp.
|
protectedslot |
Definition at line 605 of file cxDICOMAppWidget.cpp.
|
slot |
Definition at line 505 of file cxDICOMAppWidget.cpp.
int cx::DICOMAppWidget::patientsAddedDuringImport | ( | ) |
Accessors to status of last directory import operation.
Definition at line 398 of file cxDICOMAppWidget.cpp.
|
signal |
|
slot |
Definition at line 553 of file cxDICOMAppWidget.cpp.
|
slot |
Definition at line 546 of file cxDICOMAppWidget.cpp.
int cx::DICOMAppWidget::seriesAddedDuringImport | ( | ) |
Definition at line 412 of file cxDICOMAppWidget.cpp.
|
slot |
Definition at line 435 of file cxDICOMAppWidget.cpp.
void cx::DICOMAppWidget::setDisplayImportSummary | ( | bool | onOff | ) |
Option to show or not import summary dialog. Since the summary dialog is modal, we give the option of disabling it for batch modes or testing.
Definition at line 391 of file cxDICOMAppWidget.cpp.
void cx::DICOMAppWidget::setTagsToPrecache | ( | const QStringList | tags | ) |
See ctkDICOMDatabase for description - these accessors delegate to the corresponding routines of the internal instance of the database.
Definition at line 485 of file cxDICOMAppWidget.cpp.
int cx::DICOMAppWidget::studiesAddedDuringImport | ( | ) |
Definition at line 405 of file cxDICOMAppWidget.cpp.
const QStringList cx::DICOMAppWidget::tagsToPrecache | ( | ) |
Definition at line 492 of file cxDICOMAppWidget.cpp.
void cx::DICOMAppWidget::updateDatabaseSchemaIfNeeded | ( | ) |
Updates schema of loaded database to match the one coded by the current version of ctkDICOMDatabase. Also provides a dialog box for progress
Definition at line 426 of file cxDICOMAppWidget.cpp.
|
protected |
Definition at line 113 of file cxDICOMAppWidget.h.