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 68 of file simpleChat.C.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 73 of file simpleChat.C.