#include <WordWidget.h>
Definition at line 13 of file WordWidget.h.
bool WordWidget::guess |
( |
wchar_t |
c) | |
|
Definition at line 32 of file WordWidget.C.
36 for(
unsigned int i = 0; i <
word_.size(); ++i) {
void WordWidget::init |
( |
const std::wstring & |
word) | |
|
Definition at line 19 of file WordWidget.C.
26 for(
unsigned int i = 0; i <
word_.size(); ++i) {
std::wstring WordWidget::word |
( |
) | |
const |
|
inline |
unsigned WordWidget::displayedLetters_ |
|
private |
std::wstring WordWidget::word_ |
|
private |
std::vector<Wt::WText *> WordWidget::wordLetters_ |
|
private |
The documentation for this class was generated from the following files:
- /home/koen/project/wt/public-git/wt/examples/hangman/WordWidget.h
- /home/koen/project/wt/public-git/wt/examples/hangman/WordWidget.C