![]() |
CTK
0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
|
#include <Libs/DICOM/Widgets/ctkDICOMThumbnailListWidget.h>
Public Types | |
typedef ctkThumbnailListWidget | Superclass |
![]() | |
typedef QWidget | Superclass |
Public Slots | |
void | addThumbnails (const QModelIndex &index) |
![]() | |
void | setThumbnailSize (QSize size) |
Set thumbnail width. More... | |
Public Member Functions | |
ctkDICOMThumbnailListWidget (QWidget *parent=0) | |
void | selectThumbnailFromIndex (const QModelIndex &index) |
void | setDatabaseDirectory (const QString &directory) |
virtual | ~ctkDICOMThumbnailListWidget () |
![]() | |
void | addThumbnail (const QPixmap &thumbnail, const QString &label=QString()) |
Add a thumbnail to the widget. More... | |
void | addThumbnails (const QList< QPixmap > &thumbnails) |
Add multiple thumbnails to the widget. More... | |
void | clearThumbnails () |
Clear all the thumbnails. More... | |
ctkThumbnailListWidget (QWidget *parent=0) | |
int | currentThumbnail () |
Get current thumbnail. More... | |
virtual bool | eventFilter (QObject *watched, QEvent *event) |
Qt::Orientation | flow () const |
void | setCurrentThumbnail (int index) |
Set current thumbnail. More... | |
void | setFlow (Qt::Orientation orientation) |
QSize | thumbnailSize () const |
Get thumbnail width. More... | |
virtual | ~ctkThumbnailListWidget () |
Additional Inherited Members | |
![]() | |
void | doubleClicked (const ctkThumbnailLabel &widget) |
void | selected (const ctkThumbnailLabel &widget) |
![]() | |
void | onThumbnailSelected (const ctkThumbnailLabel &widget) |
void | updateLayout () |
![]() | |
ctkThumbnailListWidget (ctkThumbnailListWidgetPrivate *ptr, QWidget *parent=0) | |
virtual void | resizeEvent (QResizeEvent *event) |
![]() | |
ctkThumbnailListWidgetPrivate * | d_ptr |
![]() | |
int | currentThumbnail |
Qt::Orientation | flow |
QSize | thumbnailSize |
Definition at line 32 of file ctkDICOMThumbnailListWidget.h.
Definition at line 36 of file ctkDICOMThumbnailListWidget.h.
|
explicit |
|
virtual |
|
slot |
void ctkDICOMThumbnailListWidget::selectThumbnailFromIndex | ( | const QModelIndex & | index | ) |
void ctkDICOMThumbnailListWidget::setDatabaseDirectory | ( | const QString & | directory | ) |