Classes | |
| class | ChatApplication |
| A chat demo application. More... | |
| class | ChatEvent |
| Encapsulate a chat event. More... | |
| class | SimpleChatServer |
| A simple chat server. More... | |
| class | SimpleChatWidget |
| A self-contained chat widget. More... | |
Functions | |
| WApplication * | createApplication (const WEnvironment &env) |
| int | main (int argc, char **argv) |
| ChatApplication::ChatApplication (const WEnvironment &env) | |
| Create a new instance. | |
| void | ChatApplication::addChatWidget () |
| Add another chat client. | |
Variables | |
| SimpleChatServer | theServer |
| The single chat server instance. | |
| void ChatApplication::addChatWidget | ( | ) | [private, inherited] |
| ChatApplication::ChatApplication | ( | const WEnvironment & | env | ) | [inherited] |
| WApplication* createApplication | ( | const WEnvironment & | env | ) |
Definition at line 66 of file simpleChat.C.
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 71 of file simpleChat.C.
1.5.6