Go to the documentation of this file.
9 #include <Wt/WPushButton.h>
10 #include <Wt/WTable.h>
11 #include <Wt/WApplication.h>
12 #include <Wt/WEvent.h>
25 for (
unsigned int i = 0; i < 26; ++i) {
26 std::string c(1,
'A' + i);
35 connections_.push_back(WApplication::instance()->globalKeyPressed().connect
43 connection.disconnect();
64 letterButton->enable();
Wt::Signals::connection connect(F function)
std::string toUTF8() const
WTableCell * elementAt(int row, int column)
void emit(A... args) const
Generated on Thu Mar 26 2020 for the
C++ Web Toolkit (Wt) by
1.8.17