#include <ImageBox.h>
Public Slots | |
void | revealImage () |
void | hideImage () |
Public Member Functions | |
ImageBox (const QString &title, const QString &hiddenLabel, const QString &hiddenTooltip, QWidget *parent=0, const char *name=0) | |
~ImageBox () | |
void | setImage (const QString &path) |
bool | isImageRevealed () const |
bool | containsValidImage () const |
virtual QSize | sizeHint () const |
virtual void | show () |
Protected Member Functions | |
virtual void | resizeEvent (QResizeEvent *evt) |
Definition at line 17 of file ImageBox.h.
ImageBox::ImageBox | ( | const QString & | title, | |
const QString & | hiddenLabel, | |||
const QString & | hiddenTooltip, | |||
QWidget * | parent = 0 , |
|||
const char * | name = 0 | |||
) |
Definition at line 4 of file ImageBox.cpp.
ImageBox::~ImageBox | ( | ) |
Definition at line 23 of file ImageBox.cpp.
void ImageBox::setImage | ( | const QString & | path | ) |
Definition at line 61 of file ImageBox.cpp.
bool ImageBox::isImageRevealed | ( | ) | const |
Definition at line 36 of file ImageBox.cpp.
bool ImageBox::containsValidImage | ( | ) | const |
Definition at line 40 of file ImageBox.cpp.
QSize ImageBox::sizeHint | ( | ) | const [virtual] |
Definition at line 26 of file ImageBox.cpp.
void ImageBox::show | ( | ) | [virtual] |
Definition at line 31 of file ImageBox.cpp.
void ImageBox::resizeEvent | ( | QResizeEvent * | evt | ) | [protected, virtual] |
Definition at line 90 of file ImageBox.cpp.
void ImageBox::revealImage | ( | ) | [slot] |
Definition at line 46 of file ImageBox.cpp.
void ImageBox::hideImage | ( | ) | [slot] |
Definition at line 51 of file ImageBox.cpp.