Wt examples 3.3.12
LettersWidget.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 LETTERS_WIDGET_H_
9#define LETTERS_WIDGET_H_
10
11#include <Wt/WCompositeWidget>
12
13namespace Wt {
14 class WContainerWidget;
15 class WPushButton;
16 class WTable;
17}
18
20{
21public:
23
24 void reset();
25
27
28private:
30 std::vector<Wt::WPushButton *> letterButtons_;
31
33
36};
37
38#endif //LETTERS_WIDGET_H_
std::vector< Wt::WPushButton * > letterButtons_
Wt::Signal< char > & letterPushed()
void processButton(Wt::WPushButton *b)
Wt::WTable * impl_
void processButtonPushed(const Wt::WKeyEvent &e, Wt::WPushButton *b)
Wt::Signal< char > letterPushed_
WWidget * parent() const

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