|
Wt examples
3.3.0
|
Classes | |
| class | PopupChatWidget |
| A popup chat widget. More... | |
| class | ChatApplication |
| A chat demo application. More... | |
| class | ChatWidget |
| A chat application widget. More... | |
| class | ChatEvent |
| Encapsulate a chat event. More... | |
| class | SimpleChatServer |
| A simple chat server. More... | |
| class | SimpleChatWidget |
| A self-contained chat widget. More... | |
Typedefs | |
| typedef boost::function< void(const ChatEvent &)> | ChatEventCallback |
Functions | |
| WApplication * | createApplication (const WEnvironment &env, SimpleChatServer &server) |
| WApplication * | createWidget (const WEnvironment &env, SimpleChatServer &server) |
| int | main (int argc, char **argv) |
| ChatApplication::ChatApplication (const WEnvironment &env, SimpleChatServer &server) | |
| Create a new instance. More... | |
| void | ChatApplication::addChatWidget () |
| Add another chat client. More... | |
| ChatWidget::ChatWidget (const WEnvironment &env, SimpleChatServer &server) | |
| typedef boost::function<void (const ChatEvent&)> ChatEventCallback |
Definition at line 81 of file SimpleChatServer.h.
|
private |
| ChatApplication::ChatApplication | ( | const WEnvironment & | env, |
| SimpleChatServer & | server | ||
| ) |
| ChatWidget::ChatWidget | ( | const WEnvironment & | env, |
| SimpleChatServer & | server | ||
| ) |
Definition at line 80 of file simpleChat.C.
| WApplication* createApplication | ( | const WEnvironment & | env, |
| SimpleChatServer & | server | ||
| ) |
Definition at line 110 of file simpleChat.C.
| WApplication* createWidget | ( | const WEnvironment & | env, |
| SimpleChatServer & | server | ||
| ) |
Definition at line 116 of file simpleChat.C.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 121 of file simpleChat.C.
1.8.4