 |
CTK
0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
|
Go to the documentation of this file.
21 #ifndef __ctkDICOMObjectListWidget_h
22 #define __ctkDICOMObjectListWidget_h
25 #include <QItemSelection>
28 #include "ctkDICOMWidgetsExport.h"
30 class ctkDICOMObjectListWidgetPrivate;
36 Q_PROPERTY(QString currentFile READ currentFile WRITE setCurrentFile)
37 Q_PROPERTY(QStringList fileList READ fileList WRITE setFileList)
38 Q_PROPERTY(QString filterExpression READ filterExpression WRITE setFilterExpression)
62 QScopedPointer<ctkDICOMObjectListWidgetPrivate>
d_ptr;