Wt examples
4.10.3
|
A chat demo application. More...
Public Member Functions | |
ChatApplication (const Wt::WEnvironment &env, SimpleChatServer &server) | |
Create a new instance. | |
Private Member Functions | |
void | addChatWidget () |
Add another chat client. | |
void | javaScriptTest () |
void | emptyFunc () |
Private Attributes | |
SimpleChatServer & | server_ |
Wt::WText * | javaScriptError_ |
const Wt::WEnvironment & | env_ |
std::unique_ptr< Wt::WTimer > | timer_ |
A chat demo application.
Definition at line 25 of file simpleChat.C.
ChatApplication::ChatApplication | ( | const Wt::WEnvironment & | env, |
SimpleChatServer & | server | ||
) |
Create a new instance.
Definition at line 45 of file simpleChat.C.
|
private |
|
private |
Definition at line 87 of file simpleChat.C.
|
private |
Definition at line 72 of file simpleChat.C.
|
private |
Definition at line 35 of file simpleChat.C.
|
private |
Definition at line 34 of file simpleChat.C.
|
private |
Definition at line 33 of file simpleChat.C.
|
private |
Definition at line 36 of file simpleChat.C.