#include <Libs/DICOM/Widgets/ctkDICOMObjectListWidget.h>
|
QScopedPointer< ctkDICOMObjectListWidgetPrivate > | d_ptr |
|
Definition at line 33 of file ctkDICOMObjectListWidget.h.
◆ Superclass
◆ ctkDICOMObjectListWidget()
ctkDICOMObjectListWidget::ctkDICOMObjectListWidget |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
◆ ~ctkDICOMObjectListWidget()
virtual ctkDICOMObjectListWidget::~ctkDICOMObjectListWidget |
( |
| ) |
|
|
virtual |
◆ copyAllFilesMetadata
void ctkDICOMObjectListWidget::copyAllFilesMetadata |
( |
| ) |
|
|
protectedslot |
◆ copyMetadata
void ctkDICOMObjectListWidget::copyMetadata |
( |
| ) |
|
|
protectedslot |
◆ copyPath
void ctkDICOMObjectListWidget::copyPath |
( |
| ) |
|
|
protectedslot |
◆ currentFile()
QString ctkDICOMObjectListWidget::currentFile |
( |
| ) |
|
◆ doubleClicked
void ctkDICOMObjectListWidget::doubleClicked |
( |
const QModelIndex & |
| ) |
|
|
signal |
◆ fileList()
QStringList ctkDICOMObjectListWidget::fileList |
( |
| ) |
|
◆ filterExpression()
QString ctkDICOMObjectListWidget::filterExpression |
( |
| ) |
|
Filter displayed metadata based on content in Tag, Attribute, and Value columns. Simple search : enter any text to show only those items that contains the text. Use ? and * wildcards to represent any single character or sequence of characters. Regular expression search: Enter regexp: followed by a regular expression. For example, show 3 specific tags, enter : regexp : 0010, 0010 | 0010, 0020 | 0010, 0030
◆ itemDoubleClicked
void ctkDICOMObjectListWidget::itemDoubleClicked |
( |
const QModelIndex & |
| ) |
|
|
protectedslot |
◆ metadataAsText()
QString ctkDICOMObjectListWidget::metadataAsText |
( |
bool |
allFiles = false | ) |
|
Get metadata tree as plain text.
◆ onFilterChanged
void ctkDICOMObjectListWidget::onFilterChanged |
( |
| ) |
|
|
protectedslot |
◆ openLookupUrl()
void ctkDICOMObjectListWidget::openLookupUrl |
( |
QString |
tag | ) |
|
Open DICOM tag definition in a web browser.
◆ setCurrentFile
void ctkDICOMObjectListWidget::setCurrentFile |
( |
const QString & |
newFileName | ) |
|
|
slot |
◆ setFileList
void ctkDICOMObjectListWidget::setFileList |
( |
const QStringList & |
fileList | ) |
|
|
slot |
◆ setFilterExpression
void ctkDICOMObjectListWidget::setFilterExpression |
( |
const QString & |
expr | ) |
|
|
slot |
◆ updateWidget
void ctkDICOMObjectListWidget::updateWidget |
( |
| ) |
|
|
protectedslot |
◆ d_ptr
QScopedPointer<ctkDICOMObjectListWidgetPrivate> ctkDICOMObjectListWidget::d_ptr |
|
protected |
◆ currentFile
QString ctkDICOMObjectListWidget::currentFile |
|
readwrite |
◆ fileList
QStringList ctkDICOMObjectListWidget::fileList |
|
readwrite |
◆ filterExpression
QString ctkDICOMObjectListWidget::filterExpression |
|
readwrite |
The documentation for this class was generated from the following file: