#include <ImagesWidget.h>
Definition at line 15 of file ImagesWidget.h.
Definition at line 15 of file ImagesWidget.C.
18 for (
int i = 0; i <= maxGuesses; ++i) {
19 std::string fname =
"icons/hangman";
20 fname += boost::lexical_cast<std::string>(i) +
".jpg";
26 theImage->resize(256, 256);
30 WImage *hurray =
new WImage(
"icons/hangmanhurray.jpg",
this);
int ImagesWidget::currentImage |
( |
| ) |
const |
|
inline |
WImage * ImagesWidget::image |
( |
int |
index | ) |
const |
|
private |
void ImagesWidget::showImage |
( |
int |
index | ) |
|
const int ImagesWidget::HURRAY = -1 |
|
static |
The documentation for this class was generated from the following files: