#include <WordWidget.h>
Definition at line 13 of file WordWidget.h.
WordWidget::WordWidget |
( |
Wt::WContainerWidget * |
parent = 0 | ) |
|
Definition at line 13 of file WordWidget.C.
14 WContainerWidget(parent)
16 addStyleClass(
"wordcontainer");
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) {
27 WText *c =
new WText(
"-",
this);
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:
- /build/witty-Np8buL/witty-3.3.5+dfsg/examples/hangman/WordWidget.h
- /build/witty-Np8buL/witty-3.3.5+dfsg/examples/hangman/WordWidget.C