#include <Libs/DICOM/Widgets/ctkDICOMTableManager.h>
|
QScopedPointer< ctkDICOMTableManagerPrivate > | d_ptr |
|
Definition at line 39 of file ctkDICOMTableManager.h.
ctkDICOMTableManager::ctkDICOMTableManager |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
ctkDICOMTableManager::ctkDICOMTableManager |
( |
ctkDICOMDatabase * |
db, |
|
|
QWidget * |
parent = 0 |
|
) |
| |
virtual ctkDICOMTableManager::~ctkDICOMTableManager |
( |
| ) |
|
|
virtual |
QStringList ctkDICOMTableManager::currentPatientsSelection |
( |
| ) |
|
Get the current selection of the dicomTableViews.
- Returns
- a list with the uids of the selected items
QStringList ctkDICOMTableManager::currentSeriesSelection |
( |
| ) |
|
QStringList ctkDICOMTableManager::currentStudiesSelection |
( |
| ) |
|
bool ctkDICOMTableManager::dynamicTableLayout |
( |
| ) |
const |
void ctkDICOMTableManager::onPatientsQueryChanged |
( |
const QStringList & |
| ) |
|
|
slot |
void ctkDICOMTableManager::onPatientsSelectionChanged |
( |
const QStringList & |
| ) |
|
|
slot |
void ctkDICOMTableManager::onStudiesQueryChanged |
( |
const QStringList & |
| ) |
|
|
slot |
void ctkDICOMTableManager::onStudiesSelectionChanged |
( |
const QStringList & |
| ) |
|
|
slot |
void ctkDICOMTableManager::patientsDoubleClicked |
( |
const QModelIndex & |
| ) |
|
|
signal |
void ctkDICOMTableManager::patientsRightClicked |
( |
const QPoint & |
| ) |
|
|
signal |
void ctkDICOMTableManager::patientsSelectionChanged |
( |
const QItemSelection & |
, |
|
|
const QItemSelection & |
|
|
) |
| |
|
signal |
Signals for propagating selection changes of the different tables.
void ctkDICOMTableManager::patientsSelectionChanged |
( |
const QStringList & |
uids | ) |
|
|
signal |
virtual void ctkDICOMTableManager::resizeEvent |
( |
QResizeEvent * |
| ) |
|
|
protectedvirtual |
void ctkDICOMTableManager::seriesDoubleClicked |
( |
const QModelIndex & |
| ) |
|
|
signal |
void ctkDICOMTableManager::seriesRightClicked |
( |
const QPoint & |
| ) |
|
|
signal |
void ctkDICOMTableManager::seriesSelectionChanged |
( |
const QItemSelection & |
, |
|
|
const QItemSelection & |
|
|
) |
| |
|
signal |
void ctkDICOMTableManager::seriesSelectionChanged |
( |
const QStringList & |
uids | ) |
|
|
signal |
void ctkDICOMTableManager::setDisplayDensity |
( |
DisplayDensity |
density | ) |
|
void ctkDICOMTableManager::setDynamicTableLayout |
( |
bool |
| ) |
|
void ctkDICOMTableManager::setTableOrientation |
( |
const Qt::Orientation & |
| ) |
const |
void ctkDICOMTableManager::studiesDoubleClicked |
( |
const QModelIndex & |
| ) |
|
|
signal |
void ctkDICOMTableManager::studiesRightClicked |
( |
const QPoint & |
| ) |
|
|
signal |
void ctkDICOMTableManager::studiesSelectionChanged |
( |
const QItemSelection & |
, |
|
|
const QItemSelection & |
|
|
) |
| |
|
signal |
void ctkDICOMTableManager::studiesSelectionChanged |
( |
const QStringList & |
uids | ) |
|
|
signal |
Qt::Orientation ctkDICOMTableManager::tableOrientation |
( |
| ) |
|
void ctkDICOMTableManager::updateTableViews |
( |
| ) |
|
QScopedPointer<ctkDICOMTableManagerPrivate> ctkDICOMTableManager::d_ptr |
|
protected |
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 59 of file ctkDICOMTableManager.h.
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 51 of file ctkDICOMTableManager.h.
Qt::Orientation ctkDICOMTableManager::tableOrientation |
|
readwrite |
Property for setting the table layout either to vertical or horizontal alignment
Definition at line 46 of file ctkDICOMTableManager.h.
The documentation for this class was generated from the following file: