#include <WordWidget.h>
Definition at line 13 of file WordWidget.h.
◆ WordWidget()
WordWidget::WordWidget |
( |
| ) |
|
Definition at line 11 of file WordWidget.C.
12{
14}
Wt::Auth::Dbo::UserDatabase< AuthInfo > UserDatabase
◆ guess()
Definition at line 29 of file WordWidget.C.
30{
32
33 for (std::size_t
i = 0;
i <
word_.size(); ++
i) {
38 }
39 }
40
42}
◆ init()
void WordWidget::init |
( |
const std::string & | word | ) |
|
◆ won()
◆ word()
std::string WordWidget::word |
( |
| ) |
const |
|
inline |
◆ displayedLetters_
unsigned WordWidget::displayedLetters_ = 0 |
|
private |
◆ word_
std::string WordWidget::word_ |
|
private |
◆ wordLetters_
std::vector<Wt::WText*> WordWidget::wordLetters_ |
|
private |
The documentation for this class was generated from the following files: