Biomedical Image Analysis Library
The Biomedical Image Analysis Library is a poweful tool for developers, physicians, researchers, engineers, and so on.
|
#include <thumbnail.hpp>
Signals | |
void | changeImage (int index) |
Public Member Functions | |
Thumbnail (GuiImage *image, int number, int size, QWidget *parent=0) | |
int | imageNumber () const |
void | setImageNumber (int imageNumber) |
Protected Member Functions | |
void | mousePressEvent (QMouseEvent *) |
Protected Attributes | |
int | m_imageNumber |
Definition at line 8 of file thumbnail.hpp.
|
explicit |
Definition at line 7 of file thumbnail.cpp.
|
signal |
int Thumbnail::imageNumber | ( | ) | const |
Definition at line 50 of file thumbnail.cpp.
|
protected |
Definition at line 45 of file thumbnail.cpp.
void Thumbnail::setImageNumber | ( | int | imageNumber | ) |
Definition at line 54 of file thumbnail.cpp.
|
protected |
Definition at line 23 of file thumbnail.hpp.