#include <Libs/DICOM/Widgets/ctkDICOMTableManager.h>
|
QScopedPointer< ctkDICOMTableManagerPrivate > | d_ptr |
|
Definition at line 39 of file ctkDICOMTableManager.h.
◆ Superclass
◆ DisplayDensity
◆ ctkDICOMTableManager() [1/2]
ctkDICOMTableManager::ctkDICOMTableManager |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
◆ ctkDICOMTableManager() [2/2]
ctkDICOMTableManager::ctkDICOMTableManager |
( |
ctkDICOMDatabase * |
db, |
|
|
QWidget * |
parent = 0 |
|
) |
| |
◆ ~ctkDICOMTableManager()
virtual ctkDICOMTableManager::~ctkDICOMTableManager |
( |
| ) |
|
|
virtual |
◆ currentPatientsSelection()
Q_INVOKABLE QStringList ctkDICOMTableManager::currentPatientsSelection |
( |
| ) |
|
Get the current selection of the dicomTableViews.
- Returns
- a list with the uids of the selected items
◆ currentSeriesSelection()
Q_INVOKABLE QStringList ctkDICOMTableManager::currentSeriesSelection |
( |
| ) |
|
◆ currentStudiesSelection()
Q_INVOKABLE QStringList ctkDICOMTableManager::currentStudiesSelection |
( |
| ) |
|
◆ displayDensity()
◆ dynamicTableLayout()
bool ctkDICOMTableManager::dynamicTableLayout |
( |
| ) |
const |
◆ onPatientsQueryChanged
void ctkDICOMTableManager::onPatientsQueryChanged |
( |
const QStringList & |
| ) |
|
|
slot |
◆ onPatientsSelectionChanged
void ctkDICOMTableManager::onPatientsSelectionChanged |
( |
const QStringList & |
| ) |
|
|
slot |
◆ onStudiesQueryChanged
void ctkDICOMTableManager::onStudiesQueryChanged |
( |
const QStringList & |
| ) |
|
|
slot |
◆ onStudiesSelectionChanged
void ctkDICOMTableManager::onStudiesSelectionChanged |
( |
const QStringList & |
| ) |
|
|
slot |
◆ patientsDoubleClicked
void ctkDICOMTableManager::patientsDoubleClicked |
( |
const QModelIndex & |
| ) |
|
|
signal |
◆ patientsRightClicked
void ctkDICOMTableManager::patientsRightClicked |
( |
const QPoint & |
| ) |
|
|
signal |
◆ patientsSelectionChanged [1/2]
void ctkDICOMTableManager::patientsSelectionChanged |
( |
const QItemSelection & |
, |
|
|
const QItemSelection & |
|
|
) |
| |
|
signal |
Signals for propagating selection changes of the different tables.
◆ patientsSelectionChanged [2/2]
void ctkDICOMTableManager::patientsSelectionChanged |
( |
const QStringList & |
uids | ) |
|
|
signal |
◆ patientsTable()
◆ resizeEvent()
virtual void ctkDICOMTableManager::resizeEvent |
( |
QResizeEvent * |
| ) |
|
|
protectedvirtual |
◆ seriesDoubleClicked
void ctkDICOMTableManager::seriesDoubleClicked |
( |
const QModelIndex & |
| ) |
|
|
signal |
◆ seriesRightClicked
void ctkDICOMTableManager::seriesRightClicked |
( |
const QPoint & |
| ) |
|
|
signal |
◆ seriesSelectionChanged [1/2]
void ctkDICOMTableManager::seriesSelectionChanged |
( |
const QItemSelection & |
, |
|
|
const QItemSelection & |
|
|
) |
| |
|
signal |
◆ seriesSelectionChanged [2/2]
void ctkDICOMTableManager::seriesSelectionChanged |
( |
const QStringList & |
uids | ) |
|
|
signal |
◆ seriesTable()
◆ setDICOMDatabase()
Q_INVOKABLE void ctkDICOMTableManager::setDICOMDatabase |
( |
ctkDICOMDatabase * |
db | ) |
|
◆ setDisplayDensity()
void ctkDICOMTableManager::setDisplayDensity |
( |
DisplayDensity |
density | ) |
|
◆ setDynamicTableLayout()
void ctkDICOMTableManager::setDynamicTableLayout |
( |
bool |
| ) |
|
◆ setTableOrientation()
void ctkDICOMTableManager::setTableOrientation |
( |
const Qt::Orientation & |
| ) |
const |
◆ studiesDoubleClicked
void ctkDICOMTableManager::studiesDoubleClicked |
( |
const QModelIndex & |
| ) |
|
|
signal |
◆ studiesRightClicked
void ctkDICOMTableManager::studiesRightClicked |
( |
const QPoint & |
| ) |
|
|
signal |
◆ studiesSelectionChanged [1/2]
void ctkDICOMTableManager::studiesSelectionChanged |
( |
const QItemSelection & |
, |
|
|
const QItemSelection & |
|
|
) |
| |
|
signal |
◆ studiesSelectionChanged [2/2]
void ctkDICOMTableManager::studiesSelectionChanged |
( |
const QStringList & |
uids | ) |
|
|
signal |
◆ studiesTable()
◆ tableOrientation()
Qt::Orientation ctkDICOMTableManager::tableOrientation |
( |
| ) |
|
◆ updateTableViews()
Q_INVOKABLE void ctkDICOMTableManager::updateTableViews |
( |
| ) |
|
◆ d_ptr
QScopedPointer<ctkDICOMTableManagerPrivate> ctkDICOMTableManager::d_ptr |
|
protected |
◆ displayDensity
This property holds the density of tables in the table Manager. There are three denisity levels: Comfortable (least dense), Cozy and Compact (most dense).
Definition at line 1 of file ctkDICOMTableManager.h.
◆ dynamicTableLayout
bool ctkDICOMTableManager::dynamicTableLayout |
|
readwrite |
Property for setting a dynamic table layout which switches according to the current window size between vertical and horizontal layout
Definition at line 1 of file ctkDICOMTableManager.h.
◆ tableOrientation
Qt::Orientation ctkDICOMTableManager::tableOrientation |
|
readwrite |
Property for setting the table layout either to vertical or horizontal alignment
Definition at line 1 of file ctkDICOMTableManager.h.
The documentation for this class was generated from the following file: