Wt examples 3.3.12
HangmanWidget.h
Go to the documentation of this file.
1// This may look like C code, but it's really -*- C++ -*-
2/*
3 * Copyright (C) 2011 Emweb bvba, Heverlee, Belgium
4 *
5 * See the LICENSE file for terms of use.
6 */
7
8#ifndef HANGMAN_WIDGET_H_
9#define HANGMAN_WIDGET_H_
10
11#include <vector>
12
13#include <Wt/WContainerWidget>
14
15class Session;
16class WordWidget;
17class ImagesWidget;
18class LettersWidget;
19
48
49#endif //HANGMAN_WIDGET_H_
std::string name_
void registerGuess(char c)
LettersWidget * letters_
Wt::WText * statusText_
Wt::WComboBox * language_
ImagesWidget * images_
Wt::Signal< int > & scoreUpdated()
Wt::WText * title_
Wt::Signal< int > scoreUpdated_
WordWidget * word_
Wt::WPushButton * newGameButton_
WWidget * parent() const

Generated on Fri May 17 2024 for the C++ Web Toolkit (Wt) by doxygen 1.9.8