#include <Libs/DICOM/Widgets/ctkDICOMAppWidget.h>
|
| QScopedPointer< ctkDICOMAppWidgetPrivate > | d_ptr |
| |
Definition at line 35 of file ctkDICOMAppWidget.h.
| ctkDICOMAppWidget::ctkDICOMAppWidget |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
| virtual ctkDICOMAppWidget::~ctkDICOMAppWidget |
( |
| ) |
|
|
virtual |
| QString ctkDICOMAppWidget::databaseDirectory |
( |
| ) |
const |
Directory being used to store the dicom database.
| void ctkDICOMAppWidget::databaseDirectoryChanged |
( |
const QString & |
| ) |
|
|
signal |
Emited when directory is changed.
| void ctkDICOMAppWidget::directoryImported |
( |
| ) |
|
|
signal |
Emited when the directory import operation has completed.
| bool ctkDICOMAppWidget::displayImportSummary |
( |
| ) |
|
| int ctkDICOMAppWidget::instancesAddedDuringImport |
( |
| ) |
|
| void ctkDICOMAppWidget::onAutoPlayCheckboxStateChanged |
( |
int |
state | ) |
|
|
protectedslot |
To be called when auto-play checkbox state changed.
| void ctkDICOMAppWidget::onAutoPlayTimer |
( |
| ) |
|
|
protectedslot |
Called by timer for auto-play functionality.
| void ctkDICOMAppWidget::onFileIndexed |
( |
const QString & |
filePath | ) |
|
|
slot |
| void ctkDICOMAppWidget::onImagePreviewDisplayed |
( |
int |
imageID, |
|
|
int |
count |
|
) |
| |
|
protectedslot |
To be called after image preview displayed an image.
| void ctkDICOMAppWidget::onImportDirectory |
( |
QString |
directory | ) |
|
|
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)
| void ctkDICOMAppWidget::onInstanceAdded |
( |
QString |
| ) |
|
|
slot |
| void ctkDICOMAppWidget::onModelSelected |
( |
const QModelIndex & |
index | ) |
|
|
protectedslot |
| void ctkDICOMAppWidget::onNextImage |
( |
| ) |
|
|
protectedslot |
To be called when previous and next buttons are clicked.
| void ctkDICOMAppWidget::onNextSeries |
( |
| ) |
|
|
protectedslot |
| void ctkDICOMAppWidget::onNextStudy |
( |
| ) |
|
|
protectedslot |
| void ctkDICOMAppWidget::onPatientAdded |
( |
int |
, |
|
|
QString |
, |
|
|
QString |
, |
|
|
QString |
|
|
) |
| |
|
slot |
slots to capture status updates from the database during an import operation
| void ctkDICOMAppWidget::onPreviousImage |
( |
| ) |
|
|
protectedslot |
| void ctkDICOMAppWidget::onPreviousSeries |
( |
| ) |
|
|
protectedslot |
| void ctkDICOMAppWidget::onPreviousStudy |
( |
| ) |
|
|
protectedslot |
| void ctkDICOMAppWidget::onQueryRetrieveFinished |
( |
| ) |
|
|
protectedslot |
To be called when dialog finishes.
| void ctkDICOMAppWidget::onRemoveAction |
( |
| ) |
|
|
slot |
| void ctkDICOMAppWidget::onSearchParameterChanged |
( |
| ) |
|
|
protectedslot |
To be called when search parameters in query widget changed.
| void ctkDICOMAppWidget::onSeriesAdded |
( |
QString |
| ) |
|
|
slot |
| void ctkDICOMAppWidget::onStudyAdded |
( |
QString |
| ) |
|
|
slot |
To be called when a thumbnail in thumbnail list widget is double-clicked.
To be called when a thumbnail in thumbnail list widget is selected.
| void ctkDICOMAppWidget::onThumbnailWidthSliderValueChanged |
( |
int |
val | ) |
|
|
protectedslot |
To be called when the value of thumbnail size slider bar is changed.
| void ctkDICOMAppWidget::onTreeCollapsed |
( |
const QModelIndex & |
index | ) |
|
|
protectedslot |
To be called when an entry of the tree list is collapsed.
| void ctkDICOMAppWidget::onTreeExpanded |
( |
const QModelIndex & |
index | ) |
|
|
protectedslot |
To be called when an entry of the tree list is expanded.
| void ctkDICOMAppWidget::openExportDialog |
( |
| ) |
|
|
slot |
| void ctkDICOMAppWidget::openImportDialog |
( |
| ) |
|
|
slot |
| void ctkDICOMAppWidget::openQueryDialog |
( |
| ) |
|
|
slot |
| int ctkDICOMAppWidget::patientsAddedDuringImport |
( |
| ) |
|
Accessors to status of last directory import operation.
| void ctkDICOMAppWidget::queryRetrieveFinished |
( |
| ) |
|
|
signal |
Emited when query/retrieve operation has happened.
| void ctkDICOMAppWidget::resetModel |
( |
| ) |
|
|
slot |
| void ctkDICOMAppWidget::resumeModel |
( |
| ) |
|
|
slot |
| bool ctkDICOMAppWidget::searchWidgetPopUpMode |
( |
| ) |
|
| int ctkDICOMAppWidget::seriesAddedDuringImport |
( |
| ) |
|
| void ctkDICOMAppWidget::setDatabaseDirectory |
( |
const QString & |
directory | ) |
|
|
slot |
| void ctkDICOMAppWidget::setDisplayImportSummary |
( |
bool |
| ) |
|
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.
| void ctkDICOMAppWidget::setSearchWidgetPopUpMode |
( |
bool |
flag | ) |
|
Setting search widget pop-up mode Default value is false. Setting it to true will make search widget to be displayed as pop-up widget
| void ctkDICOMAppWidget::setTagsToPrecache |
( |
const QStringList |
tags | ) |
|
See ctkDICOMDatabase for description - these accessors delegate to the corresponding routines of the internal instance of the database.
- See also
- ctkDICOMDatabase
| int ctkDICOMAppWidget::studiesAddedDuringImport |
( |
| ) |
|
| void ctkDICOMAppWidget::suspendModel |
( |
| ) |
|
|
slot |
| const QStringList ctkDICOMAppWidget::tagsToPrecache |
( |
| ) |
|
| void ctkDICOMAppWidget::updateDatabaseSchemaIfNeeded |
( |
| ) |
|
Updates schema of loaded database to match the one coded by the current version of ctkDICOMDatabase. Also provides a dialog box for progress
| QScopedPointer<ctkDICOMAppWidgetPrivate> ctkDICOMAppWidget::d_ptr |
|
protected |
| QString ctkDICOMAppWidget::databaseDirectory |
|
readwrite |
| bool ctkDICOMAppWidget::displayImportSummary |
|
readwrite |
| bool ctkDICOMAppWidget::searchWidgetPopUpMode |
|
readwrite |
| QStringList ctkDICOMAppWidget::tagsToPrecache |
|
readwrite |
The documentation for this class was generated from the following file: